body {
	background-color: #fde4d8;
	background-image:url(images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #7a7d81;
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: 12px; 
	margin:0; 
	padding: 0;
	text-align: center;
	}
	
a {
	font-family: Arial, Tahoma, Arial, Helvetica;
	font-size: 12px; 
	color: #d7534e;
	text-decoration: none;
	}	
	
a:hover {
	font-family: Arial, Tahoma, Arial, Helvetica;
	color: #d7534e;
	text-decoration: underline;
	}	


#contentcontainer {
	margin:0 auto;
	padding:0; 
	width: 980px;
	}

#head {
	height: 132px;
	margin:0 auto; 
	padding:0;
	width: 980px;
	}

#content {
	
	margin:0 auto; 
	padding:0;
	width: 980px;
	}
	
#footer {
	float: left; 
	height: 20px;
	margin:0 auto; 
	width: 980px;
	margin-bottom:15px;
	}
	
#categories-nav {
	
	height: 65px; 

	margin-bottom:15px;
}

#cntbox-top {
	
	height: 20px;
	padding-left:15px; 
	padding-right:15px; 
	
}

#cntbox-cnt {
	background-color: #fffef5;
	margin:0 auto;
	overflow: auto;
	padding:0;
	margin-left: 15px;
	margin-right: 15px;
	
	width:950px;
	text-align: left;
	
}

#cntbox-bottom {
	
	height: 20px;
	margin-bottom:15px;
	padding-left:15px; 
	padding-right:15px; 
}


