body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #80848a;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF0;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
#topcontainer {
	height: 50px;
	width: 100%;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#topcontainerbar {
	height: 30px;
	background-color: #666666;
}
#topcontent {
	height: 10px;
	width: 718px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 10px;
}
#middlecontainer {
	height: 500px;
	width: 100%;
	background-color: #FFFFFF;
}
#middlecontent {
	padding: 10px;
	height: 464px;
	width: 719px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#lineleft {
	float: left;
	height: 404px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7b7b7;
}
#videocontainer {
	float: left;
	height: 444px;
	width: 718px;
	background-image: url(../images/bgline.gif);
	background-repeat: no-repeat;
}
#bottomcontainer {
	width: 100%;
	background-color: #80848a;
	height: 180px;
}
#bottomcontent {
	height: 180px;
	width: 738px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottomleft {
	float: left;
	height: 150px;
	width: 226px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bottommid {
	float: left;
	height: 150px;
	width: 224px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding: 10px;
}
#bottomright {
	float: left;
	height: 150px;
	width: 226px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
