@charset "utf-8";
/* CSS Document */

body, html {
	background-image:url(images/bodybg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#container {
	width: 779px;
	height: 100%;
	padding: 2px 2px;
	margin-left: auto;
	margin-right: auto;
	}
#header {	
	width: 100%;	
	height: 122px;
	}
#ad-header {
	width: 100%;
	}
#header .left {	
	float: left;	
	width: 283px;	
	height: 122px;	
	background-image:url(images/logo.jpg);
	}
#header .right {	
	float: right;	
	width: 496px;	
	*/width: 492px;
	height: 122px;	
	background-image:url(images/header.jpg);
	}
#main .left {
	background-image:url(images/menu_top.jpg);
	background-position: top;
	width: 190px;
	float: left;
	background-repeat:no-repeat;
	background-color: #B5B5B5;
	}
.login {	
	text-align: left;	
	padding-top: 45px;	
	padding-left: 20px;	
	font-weight: bold;	
	color: white;
	}	
#menu {	
	background-color: #B5B5B5;	
	width: 100%;	
	text-align: left;
	}
#menu2 {	
	width: 100%;	
	background-color: white;	
	background-image:url(images/menu_bottom.jpg);	
	background-repeat: no-repeat;	
	text-align: left;
	}
.nav {	
	text-align: left;	
	padding-top: 25px;	
	padding-left: 20px;	
	font-weight: bold;	
	color: #CFCFCF;
	}
#main .right {	
	background-image:url(images/contenttop.jpg);	
	background-repeat:no-repeat;	
	background-position:top;	
	float: right;	
	width: 589px;
	*/width: 585px;
	}
h1 {	
	float: right;	
	font-size: 16px;	
	padding-top: 50px;	
	padding-right: 60px;	
	color: #DEDEDE;
	}
#content {	
	padding: 10px;	
	text-align: left;	
	clear: both;	
	width: 90%;
}
#footer {
	width: 770px;
	padding-top: 30px;
	border-top: 1px dashed black;
	font-size: 10px;
	position: inherit;
	margin-left: auto;
	margin-right: auto;
	}
