/*
Layout
*/
body {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("images/bg_green_strip.png");
	background-repeat: repeat;
}
#header {
	background-color: #000000;
	width: 770px;
	height: 5px;
}
#left_column {
	width: 150px;
	height: 600px;
	float: left;
	background-color: #000000;
}
#center_column {
	height: 600px;
	width: 400px;
	background-color: #444;
	float: left;
	font: 10pt Arial, Verdana;
	color: #FFF;
}
#right_column {
	width: 205px;
	height: 600px;
	background-color: #000;
	float: right;
	color: #FFF;
	font: 10pt Arial, Verdana;
	padding: 0pt 3pt 0pt 10px;
}
#footer {
	width: 770px;
	height: 70px;
	background-color: #000000;
	float: left;	
	font-family: Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
#footer_logo {
	width: 150px;
	float: left;
}
#footer_address {
	width: 550px;
	float: left;	
}
.center_column_text {
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 12px;
}
.videocontent {
	height: auto
}
.videoframe{
	padding-bottom: 5px;
}
a:link {
	color: #CCFF33;
}
a:visited {
	color: #CCFF33;
}
a:hover {
	color: #CCFF33;
}
a:active {
	color: #CCFF33;
}