#page_container {
	height: 768px;
	width: 1024px;
}
#bodycontainer {
	background-color: #FFFFFF;
	width: 1024px;
	height: 500px;
}
#navbar {
	float: left;
	width: 150px;
	height: 500px;
	background-color: #FFFFFF;
	display: block;
}
#bodycontent {
	float: left;
	height: 500px;
	width: 374px;
}
#body_left {
	background-color: #333333;
	float: left;
	height: 380px;
	width: 480px;
}
#bodyright {
	float: left;
	background-color: #FFFFFF;
	width: 480px;
	height: 360px;
	padding-top: 10px;
	margin: 1px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #F98101;
}
#header {
	background-color: #FFFFFF;
	padding: 10px;
	height: 192px;
	width: 1004px;
}
#logo {
	float: left;
	width: 684px;
}
#logo img {
	float: left;
	height: 172px;
	width: 684px;
}
#navbar ul {
	list-style-type: none;
	display: inline;
}
#header-right {
	float: left;
	width: 320px;
	height: 172px;
	background-color: #EDFFFF;
	text-align: center;
}
#header-right ul {
	color: #C82D2B;
	text-align: center;
	list-style-type: circle;
}
#footer {
	background-color: #FFFFFF;
	height: 50px;
	width: 1004px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #F98101;
	text-align: center;
}
#header-right .style2 {
	color: #CD2927;
	background-color: #F9D32D;
	text-align: center;
	font-size: 18px;
}
#rightmain {
	height: 360px;
	width: 480px;
}
