@charset "UTF-8";
body {
	background: #F074AC url(images/bg-page.gif) repeat-x left top;
	font: lighter 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
/* CSS Document */

#container {
	padding:0 0 20px 0;
	margin: 0px auto;
	width: 780px;
	background: url(images/bg-container.gif) no-repeat right top;
} 
#header {
	background: url(images/bg-header.gif) no-repeat left top;
}
#headerLogo {
	margin: 34px 0 0 35px;
}
#header ul {
	margin: 20px 0px 30px 34px;
	padding: 0px;
	list-style: none;
	font-size: 0.9em;
	letter-spacing: 0.15em;
	width: 215px;
}
#header ul li {
	width: 215px;
}
#header .navigation li a {
	text-decoration: none;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 9px 0px 9px 20px;
	display: block;
	width: 195px;
	background: url(images/bg-anchor-a.gif) no-repeat left center;
}
#header .navigation li a:hover {
	color: #F073AC;
	background: url(images/bg-anchor-b.gif) no-repeat left center;
}
#header .underline {
	border-bottom: 1px solid #999;
}
#header .underoverline {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #999;
}
#header .overline {
	border-top: 1px solid #CCC;
}
#container #pageLeft {
	float: left;
	width: 370px;
}
#container #pageRight {
	float: right;
	width: 370px;
}
#womanPic {
	margin: 0px 0px 20px;
	padding: 0px;
}
#leftContent, #rightContent {
	background: #dc618c;
	width: 336px;
	border: 2px solid #FCD7E8;
	background: #F173AC;
	border: 2px solid #FCDFEC;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0em 0em 1em #C65D8D;
	-moz-box-shadow: 0em 0em 1em #C65D8D;
	box-shadow: 0em 0em 1em #C65D8D;
	padding: 15px 15px 10px 15px;
}
#leftContent {
	background: url(images/bg-text.jpg);
}
#rightContent {
	background: url(images/bg-text-right.jpg) center center;
}
#topbar  {
	height: 30px;
	width: 980px;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	width: 980px;
	display: block;
	overflow: hidden;
}
#topbar  li  {
	float: right;
	height: 30px;
	padding: 0 0 0 15px; 
	_width: 20px;
}
#topbar  li  a  {
	color: #FEA539;
	text-decoration: none;
	height: 30px;
	display: block;
	line-height: 1.8em;
}
#topbar li a:hover {
	color: #FFF;
}
.icon-contact {
	background: url(images/icons/email.png) no-repeat right center; 
	padding-right: 35px;  
}
.icon-rss {
	background: url(images/icons/rss_feed.png) no-repeat right center;
	padding-right: 35px; 
}

#topbar  li  a  {
	_padding-right: 0px;  
	_background: none;  
}

/* Form Items */

form {
	margin: 0px;
}
#contactform label{
	margin: 6px 0px 2px 0px;
	_margin: 6px 0px -20px 0px;
	padding: 3px 2px 0px 6px;
	background-color: #990316;
	font-size: 0.7em;
	font-weight: lighter;
	color: #FFFFFF;
	display: block;
	height: 15px;
	width: 77px;
	line-height: 1.1em;
	letter-spacing: .1em;
} 


#contactform input{
	padding: 2px;
	margin :  -20px 0px  2px 90px;
	_margin : -17px 0px -30px 90px;
	border: 1px solid #990316;
	background-color: #eee;
	color: #990316;
	height: 12px;
	float:left;
	_float:none;
	font-size: .7em;
}
#contactform select{
	padding: 2px;
	margin :  -20px 0px  2px 90px;
	_margin : -17px 0px -30px 90px;
	border: 1px solid #990316;
	background-color: #990316;
	color: #FFF; 
	float:left;
	_float:none;
	font-size: 0.7em;
}

#contactform p select{ 
	margin :  0 0 10px 0; 
	font-size: 1em; 
}


#contactform textarea{
	padding: 2px;
	margin :  -20px 20px 10px 90px;
	_margin : 1px 20px 10px 90px;
	border: 1px solid #990316;
	background-color: #eee;
	color: #000;
	float:left;
	_float:none;
	clear: right;
}
#content #contactform p{
	clear: both;
	margin: 0;
	padding: 0;
}
 
#contactform  #Submitbutton{
	clear: both;
	color: #FFFFFF;
	background-color: #8A0213;
	border: 3px solid #FFFFFF;
	margin: 0px;
	padding: 4px 10px;
	height: 30px;
}
.caption {
	border: 2px solid #990316;
	background: #EC63A6;
	margin: 0 0 20px 0;
}
.caption img {
	border-bottom: 2px solid #9A0419;
}
#container .caption p{
	margin: 0 0 0 10px;
	padding: 0px;
}

