html, body {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,address,blockquote,div,ul,li{
	
}
a:link{
	color: #333;
	text-size: 12pt;
	text-decoration: none;
}
a:visited{
	color:#333
}
a:active{
	color:#CCC
}
a:hover{
	color: #0F0
	text-size: 16pt;
	color: #CCC;
}
a{
	text-decoration: none
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE;
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 1em;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #BCBCBC;
	border-bottom-color: #BCBCBC;
	border-left-color: #CCC;
	border-top-style: solid;
	border-bottom-style: solid;
}
#top {
	width: 800px;
	min-height: 155px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#header {
	text-align: center;
	width: 800px;
	height: 155px;
	vertical-align: top;
	position: absolute;
}
#contact {
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 0.25em;
	width: 800px;
}
#content {
	text-align: center;
	width: 800px;
	font-size: 12px;
	min-height: 400px;
	clear: both;
	padding-top: 25px;
	line-height: 1em;
}
