@charset "utf-8";
/* CSS Document */

a:link {text-decoration: none ;color: #666666;}
a:visited {text-decoration: none ;color: #666666;}
a:active {text-decoration: none ;color: #666666;}
a:hover {text-decoration: none ;color: #1E6AAF;}

.main {
	position: absolute;
	height:650px;
	width:800px;
	top:50%;
	left:50%;
	margin-top:-325px;
	margin-left:-400px;
	border: 1px solid #999;
}

.header {	
	width:800px;
	height:130px;
}

.content {	
	width:800px;
	height:442px;	
	font-family: tahoma;
	color:#555555;
	font-size: 11px;
}

.footer {	
	font-family: Verdana;
	color:#555555;
	font-size: 10px;	
}

.location {
	font-weight:bold;
	font-size: 14px;
}
