@charset "utf-8";
/* CSS Document */
h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#c70000;
	margin:0;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
}
#LoginBar {
	width:960px;
	height: 35px;
	background: url(../_img/loginbar-background.jpg) #FFF;
	float:left;
}
#LoginBar-left {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	height: 35px;
	width:auto
}
#LoginBar-right {
	position:relative;
	float:right;
	top:0px;
	right:20px;
	height: 35px;
	width:auto;
}
#container{
	margin:auto;
	background-color:#FFFFFF;
	width:960px;
}
#mainMenu{
	background-color:#e1e1e1;
	background-repeat:no-repeat;
	width:960px;
	height:60px;
	float:left;
}
#header{
	width:960px;
	height:75px;
	float:left;
	background-image:url(../_img/header.jpg);
}
#menuLeft{
	width:200px;
	height:311px;
	float:left;
	background-image:url(../_img/main-menu.jpg);
}
#contain{
	background-color:#e1e1e1;
	width:760px;
	height:450px;
	float:right;
	overflow:scroll;
}
#footer{
	width:960px;
	height:55px;
	float:left;
	background-image:url(../_img/footer.jpg);
}
