body { 
margin:10px 0; 
padding:0; 
text-align:center; 
color: black; 
font: medium Georgia, "Times New Roman", Times, serif; 
background-color: white; 
}


#header
	{ 
	margin:0 auto; 
	text-align:left; 
	width: 860px; 
	height: 70px; 
	background-image: url(img/header_entrance.png); 
	background-repeat: no-repeat; 
	background-color: #fff
	}
		
#subtitle 
	{ 
		font-size: 24px; 
		font-weight: normal; 
		width: 500px; 
		float: right; 
		margin: 0; 
		padding: 25px 0 0; 
		text-align: right; 
	}
		
#geoselector
	{ font-size: 0.7em; font-family: arial; margin:0 auto 10px; text-align:right; width: 860px; height: 18px; background-color: #ffffff; padding-top: 0; padding-right: 0; padding-left: 0; }

#rotator
	{ 
		margin:0 auto 20px;
		text-align:left;
		background-color: #e7ff7e; 
		width: 860px; 
		height: 200px;
	}
		
#container
	{ 
		margin:0 auto;
		text-align:left; 
		width: 860px; 
		height: 320px; 
 	}

	#box_1
	{ 
		margin:0 auto; 
		float: left; 
		width: 274px; 
		height: 300px; 
		position: relative; 
		left: 0; 
		}
	
	#box_2
	{ 
		float: left; 
		width: 274px; 
		height: 300px; 
		position: relative; 
		left: 19px;
	}
	
	#box_3
	{ 
		float: right; 
		width: 274px; 
		height: 300px; 
		position: relative; 
		left: 0; 
	}
	
#footer	
	{ 
		margin:0 auto;
		width: 860px; 
		height: 30px; 
		background-color: #fff;
		font-family: arial, Helvetica, sans-serif; 
		font-size: 0.7em; 
		line-height: 0;
		text-align:center; 
		color: #999999;
		padding: 12px 0 0;
	}
a, a:link, a:hover, a:visited { 
	color: #000; 
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}
a:visited  {
	color:#666;
	text-decoration:none;
}

