body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
}
.clear, br {
	clear: both;
}
#headerContainer {
	background-image: url(../images/header_pattern.jpg);
	background-repeat: repeat;
	width: 100%;
}
#header {
	height: 150px;
	width: 810px;
	background-image: url(../images/header.jpg);
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#mainContainer {
	width: 100%;
	background-repeat: repeat;
	background-position: center top;
	height: 800px;
}
#mainNavContainer{
	margin-top: 145px;
	width: 823px;
	float: left;
}
#bodyTopContainer {
	height: 100%;
	background-color: #CCC;
}
#bodyTop {
	width: 800px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#bodyBottomContainer {
	margin-right: auto;
	height: 300px;
	padding-top: 15px;
	background-image: url(../images/bodyBotton.jpg);
	margin-left: auto;
}
#bodyBottom {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#leftBox {
	width: 480px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	height: 275px;
	background-image: url(../images/leftBox.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
}
#leftBox01 {
	width: 260px;
	float: left;
	font-size: 10px;
	margin-left: 10px;
}
#leftBox02 {
	width: 198px;
	float: left;
	margin-left: 12px;
	font-size: 12px;
	text-align: center;
}
#rightBox {
	width: 275px;
	float: left;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	height: 275px;
	margin-left: 5px;
	background-image: url(../images/rightBox.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightBox a:link {
	text-decoration: none;
}
#rightBox a:visited {
	text-decoration: none;
}
#mediaPlayer {
	height: 450px;
	width: 800px;
	background-color: #000;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footerContainer {
	background-image: url(../images/footerPattern.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 116px;
	float: left;
	color: #FFF;
}
#footerLinkContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
}
#footerLinkContainer a:link {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-decoration: none;
}
#footerLinkContainer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#footerLinkContainer a:visited {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-decoration: none;
}
