body {
	text-align: center;
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#content-container{
	text-align: left;
	margin: 0 auto;
	width: 825px;
	background-color: #FFFFFF;
}

#content{
	background-image: url("images/content-bg.gif");
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 13px;
}

#header{
	padding-left: 37px;
	height: 45px;
}

#header img{
	margin-top: 10px;
}

#container1{
	background-color: #999999;
	height: 387px;
}

#container1 img.title{
	margin: 35px 0 40px 50px;
}

#container1 #homepic{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 243px;
	overflow: hidden;
}

#container2{
	height: 170px;
	padding-top: 25px;
}

#container2 #contact{
	float: left;
	width: 35%;
	margin-left: 48px;
}

#container2 #contact img{
	margin-left: 50px;
}

#container2 #links{
	float: right;
	width: 50%;
}

#container2 #links a{
	float: right;
	display: block;
	margin-bottom: 3px;
	border: 0px;
}

#bottom{
	height: 22px;
	width: 825px;
	background-image: url("images/bottom.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#contact {
	font-size: 11px;
	color: #626262;
	float: left;
	font-family: Verdana;
}

#contact h1 {
	color: #ff0000;
	font-size: 12px;
	margin: 0;
}

#contact p {
	margin: 0 0 2px 0;
}

#contact a {
	text-decoration: none;
	color: #626262;
}

#contact a:hover {
	color: #ff0000;
}

