@charset "utf-8";
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
#top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 847px;
}
#footer {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 847px;
}
#left {
	background-image: url(../images/left.jpg);
	background-repeat: repeat;
	height: 600px;
	width: 27px;
	float: left;
}
#right {
	background-image: url(../images/right.jpg);
	background-repeat: repeat;
	float: left;
	height: 600px;
	width: 27px;
}
#mainBody {
	background-color: #493101;
	height: 560px;
	width: 750px;
	float:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.leftCol {
	float: left;
	width: 338px;
}
.rightCol {
	background-image: url(../images/videoBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	height: 400px;
	width: 379px;
	padding-top: 23px;
	padding-left: 12px;
}


#wrapper {
	margin: auto;
	width: 844px;
	background-color: #493101;
}
.clear{
	clear:both;
}

