/*
CSS StyleGuide for www.viewtotheblue.com/
written by naxos-webdesign – 2007
*/

* {
		margin:0;
		padding:0;
		}


html, body {
		height:100%;
		}



BODY {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	color: #fff;
	background-color: #465E78;
}


#distance { 
		width:1px;
		height:50%;
		margin-bottom:-330px; /* half of container's height */
		float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width: 1000px;
	height: 660px;
	text-align: left;
	z-index: 7;
	background-color: #FFFFFF;
	border-bottom: 10px solid #3D7291;
}	


A {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	
  
}

A:hover {
	text-decoration: underline;
}
#price a:link {
	text-decoration: none;
	color:#71C0EC;
	font-weight:bold;
	font-size:13px;
	
  
}

#price a:over {
	text-decoration: underline;
}

#content {
	position:absolute;
	width: 1000px;
	height: 2401px;
	text-align: left;
	z-index: 7;
	top: -26px;
	left: 0;
}
#menu {
	position:absolute;
	text-align: center;
	z-index: 7;
	padding-top:4px;
	height:25px;
	border: 1px solid #fff;
	background-color: #465E78;
}
#price {
	position:absolute;
	text-align: center;
	z-index: 7;
	padding-top:4px;
	height:25px;
	color:#465E78;
	font-weight:bold;
}
.h1{
	font-size: 14px;
	font-weight:bold;
	
	
	
}
.h2{
	font-size: 22px;
	color:#057391;
	
	
	
}
.h3{
	font-size: 22px;
	color:#fff;
	
	
	
}

