@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #006ea7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#container {width: 809px; margin-left: auto; margin-right: auto;}
#header {widows: 809px; height: 217px; background-image: url(images/header.jpg);}

#left {
	width: 231px; 
	background-image: url(images/nav_bg.jpg); 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding-top: 38px; 
	padding-left: 17px; 
	float: left
	}
a.left_link:link {width: 199px; height: 24px; line-height: 24px; display: block; font-size: 10px; padding-left: 10px;}
a.left_link:visited {width: 199px; height: 24px; line-height: 24px; display: block; font-size: 10px; padding-left: 10px;}
a.left_link:hover {
	width: 199px;
	height: 24px; 
	line-height: 24px; 
	background-image:url(images/hover.png); 
	display: block; 
	font-size: 10px; 
	padding-left: 10px; 
	color: #ffe400;
	}
a.left_link:active {width: 199px; height: 24px; line-height: 24px; display: block; font-size: 10px; padding-left: 10px;}

#ad {width: 200px; float: left; text-align: center; padding-top: 15px;}

#right {width: 560px; float: left; border-left: 1px solid #011821; min-height: 200px;}
.title {
	width: 560px; 
	height: 52px; 
	background-image:url(images/title_bg.jpg); 
	background-position: left; 
	background-repeat:no-repeat;
	line-height: 52px;
	text-indent: 20px;
	}
h2 {color: #ffe400; padding: 0 15 0 0; margin: 0; font-size: 24px; float: left;}
.description {
	width: 530px; 
	padding-left: 15px; 
	padding-top: 8px;
	background-image: url(images/text_bg.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
	padding-bottom: 15px;
	}
	
#footer {width: 809px; height: 19px; background-image: url(images/footer.jpg); float: left; margin-bottom: 15px;}