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

body {
	margin: 0px 0px 0px 0px;
	background: #ffcc33 url(img/bg.jpg) repeat-x top left;
	}
	
#container {
	margin: 0px auto;
	width: 800px;
	}
	
#container .maincont {
	margin: 0px auto;
	width: 800px;
	background: url(img/dshadow.png) repeat-y top left;
}

/*body*/

.maincont .bod {
	margin: 0px auto;
	width: 780px;
	background: #ffffcd;
	}
	
.bod .header {
	width: 780px;
	height: 150px;
	}
		
.bod .grey {
	width: 780px;
	height: 13px;
	margin: 0px auto;
	background: #ffffcd url(img/greybg.jpg) repeat-x top left;
	}

.bod .main {
	margin: 0px auto;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	background: #ffffcd;
	color: #333333;
	}
	
.main .left {
	width: 460px;
	height: 500px;
	float: left;
	}
	
.main .right {
	width: 300px;
	height: 500px;
	float: right;
	}	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #6699cc;
	margin: 0px 0px;
	font-weight: lighter;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5pt;
	color: #ff9900;
	margin: 0px 0px;
	font-weight: lighter;	
	}	
	
/*footer*/
	
#container .footer {
	background: url(img/footer.png) no-repeat top left;
	width: 800px;
	height: 50px;
	margin: 0px auto;
	position: relative;
}
	
.copyr a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.copyr a:hover {
	text-decoration: underline;
	}
	
.copyr {
	width: 400px;
	height: 27px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	position: absolute;
	top: 20px;
	left: 386px;
	text-align: right;
		}	
