body {
	margin: 0px;
	background-color: #616161;
}
.container {
	width: 776px;
}
.header {
	width: 776px;
	height: 128px;
	background-image: url(header.jpg);
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
.maincontent {
	height: 600px;
	width: 720px;
	border: 20px solid #B6B5B5;
	background-color: #FFFFFF;
	float: left;
}
.outercontainer {
	width: 776px;
	height: 600px;
}
.leftsideborder {
	float: left;
	height: 640px;
	width: 8px;
	background-image: url(leftside.jpg);
}
.rightsideborder {
	float: right;
	height: 640px;
	width: 8px;
	background-image: url(rightside.jpg);
}
.mainandright {
	float: right;
	width: 768px;
	height: 600px;
}
.maintop {
	width: 720px;
	height: 350px;
}
.mainbottom {
	width: 720px;
	height: 250px;
}
.adspace {
	height: 250px;
	width: 300px;
	float: right;
}
.mainbottomnonad {
	height: 250px;
	width: 420px;
	float: left;
}
a:link {
	color: #616161;
	text-decoration: none;
}
a:hover {
	color: #616161;
	text-decoration: underline;
}
a:visited {
	color: #616161;
	text-decoration: none;
}
a:active {
	color: #616161;
	text-decoration: none;
}
