body {
	background-color: #2B7EBC;
}

a:link {
	color: #351411;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #351411;
}
a:hover {
	text-decoration: none;
	color: #351411;
	background-color: #2ABAE3;
}
a:active {
	text-decoration: none;
	color: #351411;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#contact {
	text-align: right;
}
#header {
	height: 150px;
	width: 700px;
	margin: 0 auto;
}
#topbox {
	height: 20px;
	margin: 5px auto;
	width: 700px;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	color: #2B7B8F;
}
#content {
	background-color: #2B7B8F;
	background-repeat: no-repeat;
	background-position: center top;
	height: 540px;
}
#sidebar {
	background-color: #9B5422;
	float: right;
	height: 300px;
	width: 200px;
}
#videobox {
	height: 480px;
	width: 700px;
	padding: 25px 25px 15px 25px;
}
#container {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 6px;
	width: 700px;
}
#footer {
	color: #40598B;
	text-align: left;
	font-size: 1.5em;
	width: 275px;
	margin: 0 auto;
	padding: 5px 0 7px 525px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#footer a {
	color: #40598B;
}
#footer a:visited {
	color: #40598B;
}
#footer a:hover {
	color: #3797AF;
}