html, body{	margin:0;	padding:0;}body{	background: #0f8bec;	color: #333;	font-family: Arial,'trebuchet ms',serif;}h1{	position: relative;	top: -10px;	text-align: center;	color: #0f8bed;	line-height:100%;	margin-left:-35%;	text-transform: uppercase;	font-weight: bold;	background: transparent;}h2{	position:absolute;	top: 280px;	text-align: center;	background: #0f8bec;	color: #fff;	line-height:200%;	font-size:110%;	letter-spacing: 2px;	width:100%;}#header{	background:#ddd url(../img/logo.gif) 0px 0px repeat-x;	height:331px;	border: 1px gray solid;}h3{	border-bottom: 1px solid #333;}/*h4{	padding-left: 50px;}p{	padding-left: 50px;}*/#content{	margin-top:10px;	line-height: 140%;	margin-left:-400px;	position:absolute;	left: 50%;	width: 800px;}#content-inner{	position:relative;	background: white;	padding: 30px 50px 60px 40px;	border: 1px solid black;}#shadow-container {	position: relative;	left: 1px;	top: 1px;	margin-right: 3px;	margin-bottom: 20px;	background: #000;}#shadow{	position: relative;	left: -2px;	top: -2px;	background: #fff;}#menu{	list-style: none;	padding:0;	margin:0;	border:0;	/*margin-bottom: 1px;*/}#menu li{	margin:0;	display: inline;	border:0;}#menu li a{	background-color: #ddd;	border: 1px solid black;	padding: 5px 8px 3px 8px;	margin:0 0 0 0px;	z-index: 10;	position: relative;	left:-1px;	top: -2px;	text-decoration: none;	font-weight: bold;	color: #555;}#menu #active{	color: #0f6bcc;	border-bottom: 1px solid white;	background-color: white;}