@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
a{ color:#333; text-decoration:none}
img {
	border: 0px
}
#header {
	height:79px;
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	width: 220px;
	height: 45px;
	float: left;
	margin-top:30px;
}
#menus {
	width: 650px;
	float: left;
}
#menus ul {
	list-style:none;
	margin: 50px 0 0 0px;
	padding:0;
}
#menus li {
	float:left;
	padding-right: 1px;
}
#menus li a {
	display: block;
	background:#B43F79;
	padding:5px 15px;
	color: #fff;
	height: 16px;
}
#menus a {
	text-decoration:none;
	color:#111
}
#page {
	width: 990px;
	margin:0 auto;
}
#content .left {
	float:left;
	width:750px;
}
#content .right {
	float:left;
	width:231px;
}
#contact {
	background:#B43F79;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 4px 6px;
}
#newsletter {
	border: solid 1px #e2e2e2;
	border-top: none;
}
.newsletter_display a {
	color:#993366;
}
.newsletter_display em {
	color:#B43F79;
	font-style:normal;
	font-weight:bold;
}
#content .right #newsletter {
	padding-left:5px;
	margin-right:5px;
	width:224px;
	margin-top:-4px;
}
#newsletter .client {
	padding:3px;
	padding-top:10px;
	font-size:10px;
}
#footer {
	clear:both;
}
#footer img {
	float:left;
	margin:0 10px;
}
#content .left #speech {
	float: left;
	margin-left: -60px;
	margin-top: 80px;
	text-align: center;
}
#content .left #girl {
	float: left;
}
#footer .copyright {
	float:right;
	margin-right:80px;
	width:300px;
}
#content #lady_text {
	height:750px;
	background:url(../images/lady-2.jpg) no-repeat;
}
#content #lady_text #text {
	width:420px;
	margin-left:240px;
	padding:10px;
}
#text form div {
	margin-top:5px;
	clear:both;
}
#text form label {
	display:block;
	float:left;
	margin:0px 0.5em 0 0;
	text-align:right;
	vertical-align:middle;
	width:150px;
}
#text form input, select {
	display:block;
	width:200px;
	font-size:12px;
	margin:0;
	padding:0;
}
#text form em {
	color:#F00;
}
#text h1 {
	font-size:18px;
}
#text .errors {
	color:red;
}
