html{overflow: scroll;}body{margin-bottom: 50px;}#container {width: 1000px;margin:0 auto;position: relative;}#header{	background: white url(header.jpg) no-repeat;	width: 1000px;	height: 197px;}#menu{position: absolute;left: 160px;top: 170px;height: 50px;}#menu ul{list-style-type: none;margin: 0px;padding: 1px;}#menu ul li{display: inline;margin:0px;float: left;padding: 0px;}#menu ul li a{color: white;border: 1px solid gray;padding: 4px 4px;margin: 1px;font-size: 11px;font-weight: bold;font-family:verdana;background-color: rgb(102,153,255);float: left;}#menu ul li a:hover{background-color:rgb(51,51,255)}a:link{text-decoration: none;}a:visited{text-decoration: none;}body{	color: #000000;	font-size: 76%;	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}#content{width: 800px;padding-left: 170px;padding-top: 50px}/* text properties */h1{	color: #0000ff;	font-size: 2em;}h1 .subtitle{	font-size: 1.2em;}h2{	font-size: 1.3em;	padding: 20px 0px;  text-align: center;  color: rgb(0,51,102);}h3{	font-size: 1.2em;	color: #8c258e;	border-bottom: 1px dotted #aaa;}p{margin: 6px;line-height: 1.4em;padding-left: 20px;}label,input,select,textarea{float: left;display: block;margin-bottom: 10px;}label {	text-align: right;	width: 200px;	padding-right: 40px;}form{	padding: 20px;}ol li,ul li{padding: 5px;}fieldset{width: 500px;padding: 20px;background: rgb(244,251,255);}legend{font-weight: bold;font-size: 1.3em;color: rgb(0,51,102);}input,select,textarea{border: 1px solid #ccc;font-family: arial;font-size: 14px;}input:focus,select:focus{background: rgb(255,255,242);}a img{border:none;}br{clear: left;}