/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-size:12px
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 10px;
	width: 770px;
	font: 100.01% Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
a:hover {
	color: #00FF66;
}
#wrapper {
	margin: 0px;
	width: 770px;
	border: 0px none #000000;
	text-align: left;
	
}
#banner {
	height: 340px;
	width: 770px;
	background: url(img/banner.jpg) no-repeat center;
}
#contact {
	position:absolute;
	width:213px;
	height:84px;
	font: 100% Georgia, "Times New Roman", Times, serif;


	color: #;
	text-align: center;
	padding: 10px;
	z-index: 1001;
	left: 547px;
	top: 387px;
}
#rightcol{
	width: 200px;
	height: auto;
	margin-left: 570px;
	background: no-repeat;
	visibility: inherit;
}
#rightcol p {
	font: 75% Georgia, "Times New Roman", Times, serif;
}

#construction {
	background: #FFFFFF;
	position: absolute;
	left: 437px;
	top: 707px;
	width: 258px;
	height: 234px;
}
#copyright {
	position:absolute;
	width:770px;
	height:100px;
	font: 75% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-left: 5px;
	left: 8px;
	top: 926px;
}
#leftcol {
	width: 500px;
	visibility: inherit;
	padding: 20px;
	overflow: hidden;
}
#leftcol p{
	font: 90% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}
#leftcol h1 {
	font: bolder 120% Georgia, "Times New Roman", Times, serif;
}
#leftcol h2 {
	font: bold 110% Georgia, "Times New Roman", Times, serif;
}
#leftcol h3 {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
}
#footer {
	color: #FFFFFF;
	background: #cccc33;
	border: 1px solid #000000;
}

#footer p {
	font-size: 70%;
	padding: 3px;
}

