body {
	background-color: #EDE5DA;
}
.maindiv {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 3px solid #000000;
	background-color: #FFFFFF;
            height: auto;
}
.leaderboard {
	width: 100%;
	margin-top: 3px;
}
.logo_title {
	width: 100%;
	background-image: url(title.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}
.contentdiv {
	width: 728px;
            margin-bottom: 0px;
}

.contentLeft {
	width: 500px;
	border-right: 3px solid #000000;
	text-align: left;
	padding-right: 10px;
            float: left;
            height: auto;
            height: 100%
            margin-bottom: 0px;

}
.contentRight {
	margin-top: 14px;
	width: 200px;
	text-align: left;
	float: right;
            height: 100%;
}
.content1 {
	text-align: left;
}
.content2 {
	text-align: left;

}
.nav_block {
}
A:link {
	text-decoration: none;
	color: #667A38;
}
A:visited {
	text-decoration: none;
	color: #667A38;
}
A:active {
	text-decoration: none;
	color: #667A38;
}
A:hover {
	text-decoration: underline; color: red;
}
.footer, a:link.footer {
	margin-top: 0px;
	color: #808080;
	font-size: 12px;
            width: 748px;
}	
.content_image {
            width: 200px;
            font-size: 10px;
            text-align: center;
}


