#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#header {
	height: 100px;
	width: 100%;
}
#logo {
	height: 20px;
	width: 334px;
	position: relative;
	top: 37px;
	left: 20px;
	float: left;
}
#nav {
	float: right;
	width: 350px;
	position: relative;
	top: 42px;
	font-family: "Century Gothic";
	font-size: 16px;
	color: #727679;
	right: 20px;
}
#top {
	height: 234px;
	width: 900px;
	background-image: url(images/topbox.jpg);
}
#content {
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footer {
	height: 88px;
	width: auto;
	background-image: url(images/footer.jpg);
}




body {
	background-color: #E1E1E1;
}
#header-text {
	width: 480px;
	position: relative;
	left: 20px;
	float: left;
	top: 20px;
	height: 200px;
	background-image: url(images/texthead.png);
	background-repeat: no-repeat;
}
#header-img {
	float: right;
	width: 363px;
	position: relative;
	top: 30px;
	right: 20px;
	height: 188px;
	background-image: url(images/img.png);
}
#footer-left {
	float: left;
	width: 340px;
	position: relative;
	top: 20px;
	left: 20px;
	font-family: "Century Gothic";
	font-size: 13px;
}
#content-left {
	height: auto;
	width: 490px;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#content-bodypage {
	height: auto;
	width: 850px;
	float: left;
	position: relative;
}
#content-right {
	float: right;
	width: 350px;
	position: relative;
	height: auto;
}

#footer-right {
	float: right;
	width: 280px;
	position: relative;
	top: 38px;
	right: 20px;
	font-family: "Century Gothic";
	font-size: 13px;
}
#head2 {
	height: 65px;
	width: 100%;
}

