/* CSS Document */

* {
	margin:0 ;
	padding: 0;
}
	
body {
 	margin: auto;
	width: 1024px;
	background: #000000 url(img/bg_scanline.png) repeat-x top;
	font-family: Arial, Helvetica, Sans-serif;
}

h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 140%; 
	font-weight: lighter;
	line-height: 110%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%; 
	font-weight: lighter;
	color: #f1a012;
}

p {
	font-size: small;
	color: #333333;
	valign: top;
}

#container 
{
	margin: 0 auto;
	width: 800px;
	padding: 0;
}

#header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	padding: 15px 0 15px 0;
	
}

#header.logo
{
	float:left;
}

#top_nav 
{
	float:right;
	margin: 0;
	padding: 15px 12px 0 0;
}

#top_nav li
{
	display:block;
	float:left;
	list-style:none;
	
}

#top_nav li a
{
	display: block;
	float: left;
	color: #fff;
	width: 120px;
	text-align: center;
	text-decoration: none;
	
}

#header #top_nav li a:hover
{
	color: #f1a012;
	text-decoration:underline;
}

#breadcrumbs 
{
	width:760px;
	background: #fff url(img/arrow.png) no-repeat 9% 50%;
	color: #4ba6d2;
	padding: 11px 20px;
	border-radius: 10px 10px 0 0;
	font-size: 90%;
}

#breadcrumbs a
{
	color: #4ba6d2;
	text-decoration:none;
}
#breadcrumbs a:hover
{
	color: #4ba6d2;
	text-decoration:underline;
}

#content_top
{
	margin: 0 auto;
	background: #fff url(img/bg_gradient.png) repeat-x top;
	width: 800px;
	height: 180px;
	border-bottom: #e0e0e0 1px solid;
}

#content_top_left
{
	padding: 30px 50px 0px 50px;
	line-height: 110%;
	width: 400px;
	float: left;
	text-align: center;
	
}

#content_top_right
{
	width: 268px;
	float: right;
	background: #fff url(img/lady.png);
}

#content_bottom
{
	float: left;
	background: #fff;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
}

#content_bottom dl
{
	float: left;
	width: 760px;
	margin: 10px 20px;
	padding: 0;
	display: inline;
}

#content_bottom dt
{
	float: right;
	width: 460px;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: lighter;
	color: #f1a012;
	letter-spacing: 1px;
}

#content_bottom dd
{
	margin: 0;
	padding: 0;
	line-height: 110%;
}

#content_bottom dd.img img
{
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

#footer_left
{
	float: left;
	padding: 3px 0 0 10px;
	margin: 0;
	color: #999999;
	font-size: small;
}

#footer_right
{
	float: right;
	padding: 2px 10px 0 0;
	margin: 0;
	color: f1a012;
	font-size: 180%;
	font-weight: lighter;
	color: #f1a012;
}
	


