body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFF;
}
.topbar {
	background-color: #000;
	width: 1020px;
}
.navbar {
	background-color: #CbCbCb;
	height: 35px;
	width: 1020px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.navleft {
	float: left;
	height: 35px;
	width: 740px;
	background-color: #CBCBCB;
}
.navright {
	float: right;
	height: 35px;
	width: 260px;
	background-color: #CBCBCB;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftbar {
	background-color: #3A3A3A;
	float: left;
	width: 179px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding: 10px;
	height: 560px;
	color: #E17F02;
	text-decoration: underline;
}
.mainbar {
	float: left;
	height: 580px;
	width: 620px;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.mainbartop {
	width: 620px;
	height: 216px;
}
.mainbarbottom {
	padding: 20px;
	height: 324px;
	width: 580px;
}


.rightbar {
	background-color: #3A3A3A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	float: left;
	width: 179px;
	padding: 10px;
	height: 560px;
}
.rightbar div table {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	border: 1px solid #000;
}

.footer {
	height: 30px;
	width: 1020px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #CbCbCb;
	color: #3A3A3A;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	clear: both;
}
.footerleft {
	padding: 10px;
	float: left;
	height: 20px;
	width: 490px;
}
.footerright {
	float: right;
	width: 470px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
