
/* CSS Document */

body{
padding: 0px;
background: #44373b url(../images/bgbody.jpg) no-repeat SCROLL 50% top ;
margin:auto;
width:900px;
height: 1000px;

}

 
  		

		
		#branding {
		position:relative;
		margin: 35PX 0;
		width:787px;
		max-width:100%;
		background: #4a362b  url(../images/branding.jpg) no-repeat bottom;
		height:233px;
		}
		

	#menu {
		display: block-inline;
		text-align:center;
		margin:auto;
		float:left;
		list-style:none;
		width:820px;
		height:auto;	
		}
		
		#menu li{
		float:left;
		width:30px;
		padding:10px 5px 10px 110px;
		list-style: none;
		font: 10px Verdana, sans-serif;
		text-align:center;
		
		}
		
		#footer{
		float:left;
		text-align:center;
		color: #44373C;
		margin: 0px 0px 0px 0px;
		width:840px;
		height:auto;	
		}
		
		.footer1{
		position:relative;
		text-align:center;
		font-weight:bold;
		color:#666666;
		margin: 0px 0px 0px 0px;
		width:840px;
		height:auto;	
		}