body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin: 2em 0px;
	padding: 0px;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat;
	line-height: 1.22em;
}
#container {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bdbg.gif);
	background-repeat: repeat-y;
}
#head {
	background-color: #CCCCCC;
	background-image: url(../images/header.jpg);
	height: 144px;
}
#nav {
}
#maincontent {
}
#content {
	float: left;
	width: 490px;
	margin: 0px;
	padding-left: 20px;
}
#sidebar {
	width: 180px;
	margin: 0px 0px 0px 565px;
	padding-top: 1em;
}
#footer {
	background-image: url(../images/footer.gif);
	height: 70px;
	clear: both;
}
#copyright {
	width: 475px;
	text-align: center;
	float: left;
	line-height: 1em;
}
#contact {
	float: right;
	width: 270px;
	font-size: 75%;
	line-height: 1em;
	padding-top: 20px;
}
