body {
	background: #545454;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}



img {
	border: 0px;
}

#main {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#nav {
	color: #bebebe;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 780px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 3px;
}

#nav a:link {
	color: #bebebe;
	text-decoration: none;
}

#nav a:visited {
	color: #bebebe;
	text-decoration: none;
}


#nav a:hover{
	color: #fff;
	text-decoration: none;
}

#header {
	width: 800px;
	height: 155px;
}

#logo {
	float: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 155px;
	width: 320px;
}

#header_rt {
	float: left;
	background-image: url(images/topbar-rt.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #00adc8;
	height: 155px;
	width: 460px;
	padding-right: 20px;
	color: #fff;
	font-size: 14px;
}

#header_rt_video {
	float: left;
	background-image: url(images/topbar-rt.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #00adc8;
	height: 155px;
	width: 460px;
	padding-right: 20px;
	color: #fff;
	text-align: right;
	font-size: 14px;
}

h2 {
	margin-bottom: 5px;
}

#content {
	background-color: #00adc8;
	width: 750px;
	text-align: center;
	padding: 25px;
}

#content a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#content a:hover{
	color: #fff;
	text-decoration: underline;
}

.contentblock {
	float: left;
	width: 230px;
	padding: 10px;
}

h3 {
	font-size: 20px;
}

#text {
	text-align: left;
}

#clip {
	width: 600px;
	height: 340px;
	margin-left: auto;
    margin-right: auto;
}

#bottom {
	background-image: url(images/bottombar.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
}

#footer {
	color: #bebebe;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

/*. a img {
	width: 280px;
	height: 168px;
}*/

.cleared {
clear: both;
}

.content_title {
	text-align: left;
	font-size: 20px;
	color: #000;
}