html, body {
	background: url(../images/veryBack.gif) top left no-repeat #946e49;
	margin: 0;
	padding: 0;}
	
#pageContainer {
	width: 100%;
	margin: 0;
	text-align: center;}
	
/* ===============================================  Heading Setups ===================================================================== */
	
#headerContainer {
	width: 800px;
	margin: 0 auto;
	background: #a48464;
	height: 106px;}
	
	#header {
		background: url(../images/headerBack.jpg) bottom left repeat-x #000000;
		width: 780px;
		height: 106px;
		margin: 0 auto;
		text-align: left;}
				
		#logo {
			margin: 18px 0 15px 15px; }
			
		#departmentsContainer {
			position: absolute;
			width: 780px;}
		
			#departments {
				background: #262626;
				height: 10px;
				float: right;
				margin: 7px;}
				
			#corner {
				background: url(../images/corner.jpg) right top no-repeat;
				height: 29px;
				width: 21px;
				float: right;}
				
			#fineArtDigitalMedia {
				background: url(../images/departmentsBack.jpg) top left repeat-x;
				height: 29px;
				float: right;
				padding-top: 5px;
				padding-right: 5px;
				padding-left: 5px;}
		
/* ===============================================  Navigation Setups ================================================================== */

#navContainer {
	width: 800px;
	margin: 0 auto;
	background: #a48464;
	height: 35px;}
	
	#navigation {
		width: 780px;
		height: 35px;
		margin: 0 auto;
		background: #92231e;
		border-top: 3px solid #a48464;
		border-bottom: 3px solid #a48464;}
		
/* ==================================================== Body Setups ================================================================== */

#bodyContainer {
	width: 800px;
	margin: 0 auto;
	background: #a48464;}
	
	#bodyHolder {
		background: #FFFFFF;
		width: 780px;
		margin: 0 auto;}
		
	#content {
		text-align: left;
		padding: 25px;
		/*\*/* padding: 20px; /**/}
		
/* ==================================================== Bottom Setups ================================================================== */

#bottomContainer {
	width: 800px;
	height: 125px;
	margin: 0 auto;
	background: url(../images/bodyBackBottom.jpg) top left repeat-x #304960;}
	
	#bottom {
		width: 780px;
		height: 125px;
		margin: 0 auto;}