#container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 0;
	height: 514px;
	background-image: url(images/skyback/sky.jpg);
}

#container #maincontent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 900px;
}

#container #maincontent #form{
	width: 285px;
	position: absolute;
	left: 150px;
	top: 200px;
	z-index: 5;
}
#container #maincontent #textbox #insurance p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height: 120%;
}




#container #maincontent #logo{
	height: 182px;
	width: 267px;
	z-index: 0;
	text-indent: -9999px;
	background-image: url(images/logo/drkolve_logo2.png);
	position: absolute;
	left: -72px;
	top: 8px;
	background-repeat: no-repeat;
	background-position: center top;
}
#container #maincontent #lname{
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	width: 360px;
	position: absolute;
	left: 315px;
	top: 30px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #maincontent #pic{
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	width: 119px;
	position: absolute;
	left: 815px;
	top: 32px;
}
#container #maincontent #nav {
	width: 675px;
	position: absolute;
	top: 180px;
	left: 145px;
	z-index: 4;
	float: left;
	height: 20px;
}
#container #maincontent #nav ul {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #maincontent ul li {
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-right: 10px;
}
#container #maincontent #nav ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
#container #maincontent #nav ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	background-color: #F00;
}
