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

body {

	background: #A6A698;
	
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;

}


#container {

	width: 800px;
	
	height: 600px;
	
	background: #A6A698;
	
	margin-left: auto;
	
	margin-right: auto;
	
	margin-top: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
	
	text-align: center;
	
}


#main {
	
	width: 800px;
	
	height: 525px;
	
	margin-top: 10px;
		
	padding-left: 20px;
	
	padding-right: 15px;
		
	background: #FFFFFF;
	
	color: #6D6D6D;
	
	text-align: left;
	
}


#block_left {
	
	width: 370px;
	
	height: 70px;
	
	float: left;
	
	margin-left: 15px;
	
	background: #FFFFFF;
	
	color: #6D6D6D;
	
	text-align: left;
	
}



#block_right {
	
	width: 400px;
	
	height: 70px;
	
	float: right;
	
	background: #FFFFFF;
	
	color: #6D6D6D;
	
	text-align: left;
	
}

#block_bottom {
	
	width: 800px;
	
	height: 50px;
	
	clear: both;
	
	background: #FFFFFF;
	
	color: #6D6D6D;
	
	text-align: left;
	
}


#footer {
	
	width: 800px;
	
	height: 20px;
	
	clear: both;
	
	margin-top: 3px;
		
	background: #A6A698;
	
	text-align: left;
	
}

a:link, a:visited {

	color: #FFFFFF;
	
	text-decoration: underline;
	
	border-bottom: 1px #FFFFFF; 

}


a:hover {
	
	color: #FFFFFF; 
	
	}
	
	
.h1 {

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 21px;
	
}



.h2 {

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	
	font-weight: bold;
	
}


.p {

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	
	line-height: normal;
	
}

