#wrapper-content {
	background:url(../images/bg.gif) repeat-y left;
	width:834px;
	padding:0;
	margin:0 auto;
	overflow:auto;
	
}

#content{
	margin:0 auto;
	background:url(../images/content-bg.gif) repeat-y top left;
	width:800px;	
}

#header {
	background:url(../images/header-bg.gif) no-repeat top right;
	display:inline;
	
	float:left;
	width:800px;
	height:250px;
	padding:0 0 20px 0px;
}

#content-admin{
	margin:0 auto;
	width:90%;	
}


#leftColumn {
	float:left;
	width:500px;
	background:#FFFFFF;
	padding:0 40px 0px 20px;
	margin:30px 0px 20px 0px;
	
	
}
#rightColumn {
	float:right;
	width:190px;
	background:#FFFFFF;
	margin:0px 20px 0 0px;
	padding:30px 0px 20px 0px;
	
}


#bottom0 {
   
	margin:0;
	padding-left:40px;
	padding-right:40px;
	margin-left:auto;
	margin-right:auto;
	width:754px;
	height:50px;
	clear:both;

	
	
}

#bottom {
   
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:834px;
	height:50px;
	clear:both;
	background:url(../images/footer_bg.gif) no-repeat top left;
	
	
}

#footer{
	background-color:#e7e7e7;
	margin:0 auto;
	padding:0;
	font-size:10px;
	color:#CCCCCC;
	overflow:auto;
	width:834px;
	
}

#footer-left{
	float:left;
	background-color:#443444;
	
}

#footer a{
	color:#CCCCCC;
}

#footer-right{
	float:right;
	background-color:#443444;
	
}


