@charset "utf-8";
body {
	margin:0px;
	background:url(images/background.jpg) center top;
}

.maincontainer{
	background:url(images/content-bg-shadow.png) repeat-y center top;
	width:986px;
	margin:0px auto;	
	}

.shadow{
margin:0px 13px;	
}

.topbar{
	background:url(images/top-bg.png) repeat-x left bottom;
	height:9px;
	}	
	
.logo{
	height:95px;
	}	
.logo span{
	float:right;
	margin:15px 5px 0px 0px;
	font:normal large Arial, Helvetica, sans-serif;
	color:#039;
	}	
.menubar{
	background:#ffcf06;
	height:40px;
	}	
	
.contentbar{
	min-height:500px;
	margin:10px;
	}	
	
.footerbar{
background:url(images/footer_bg.png) repeat-x;	
height:90px;	
}
