
body{
	width:990px;
	margin:0 auto;
	background-color:#258ec2;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}

img{
}

ul,li{
	float:left;
	width:390px;
	margin:0 0 10px 0;
}

h1{
	float:left;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d8242b;
	font-size:18px;
	font-weight:normal;
	margin:10px 10px 10px 0px;
}

#container{
	float:left;
	background-color:#fff;
}

#header{
	float:left;
	width:990px;
	height:150px;
}

#nav{
	float:left;
	width:210px;
	margin:20px 0 20px 30px;
}

#main{
	float:left;
	width:460px;
	margin:0 10px 0 10px;
}

#right_col{
	float:left;
	width:240px;
	margin:20px 0 0 0;
}

#footer{
	float:left;
	width:970px;
	padding:10px 0 10px 20px;
	background:url(../img/footer.png) no-repeat;
}

.nav_el{
	float:left;
	border-bottom:1px solid #d7d7d7;
	width:100%;
}
.nav_el_link{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	margin:10px;
}

.text_area{
	float:left;
	margin:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:justify;
	font-size:14px;
	line-height:24px;
}

.right_img{
	margin:0 0 15px 0;
}
 
.footer_el a{
	float:left;
	font-size:10px;
	color:#999;
	margin:0 10px 0 0;
}

.footer_el_link{
	float:left;
	font-size:12px;
	color:#CCC;
}

a:link {color: #333; text-decoration: none}
a:visited {color: #333; text-decoration: none}
a:hover {color:#d8242b}