/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", arial, sans-serif;
	line-height: 14px;
	color: #444;
	background: url(/images/bg.jpg) top left repeat-x #3e462b; }
	
h1 {
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0 3px;
	font-family: "Georgia";
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase; }

a:link, a:visited { color: #fff; }
a:hover { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 12px; }

ul, ol { list-style-position: inside; }


/************* STRUCTURE STYLES ***/
#wrapper { width: 729px; margin: 0 auto; }
	
	
	/*** HEADER STYLES ***/
	#header { 
		width: 729px; 
		height: 279px; 
		background: url(/images/header_bg.jpg) top left no-repeat; }
		
		
		/************* NAV STYLES ***/
		#header #nav { 
			padding-top: 197px; 
			font-family: "Georgia"; 
			font-size: 140%;
			text-transform: uppercase; }
			
			#header #nav p { margin-bottom: 2px; }
			
				#header #nav p a:link, #header #nav p a:visited { 
					margin: 0 6px; 
					color: #444; 
					text-decoration: none; }
	
	
	/************* CONTENT STYLES ***/
	#content { 
		width: 509px; 
		min-height: 400px;
		padding: 0 120px 0 100px;
		text-align: justify;
		background: url(/images/content_bg.jpg) top left repeat-y; }
		
		#content a:link, #content a:visited { font-weight: bold; color: #444; }


/************* FOOTER STYLES ***/	
#footer { 
	width: 729px; 
	height: 151px; 
	margin: 0 auto;
	padding: 60px 0 20px 0;
	font-family: "Georgia";
	text-transform: none;
	background: url(/images/footer_bg.jpg) top left no-repeat; }
	
	#footer p.address { 
		margin-bottom: 100px; 
		font-size: 12px; 
		text-transform: uppercase; 
		color: #444; }
	
	#footer p { 
		font-size: 10px; 
		color: #fff; 
		margin-bottom: 4px; }
	
	#footer p a:link, #footer p a:visited { }
	
