* { margin:0; padding:0; }

html { background:url("images/background_html.jpg") top center repeat; }	
body{ background:url("images/background_body.jpg") top center repeat-x; text-align:center; }

img { border:0; vertical-align:bottom; }
img, div { behavior: url("iepngfix.htc"); }

#container { position:relative; margin:0 auto; width:1024px; text-align:left; }
	.home { height:800px; background:url("images/background_home.jpg") bottom right no-repeat; }
	.weight { height:800px; background:url("images/background_weight.jpg") bottom right no-repeat; }
	.about { height:800px; background:url("images/background_about.jpg") bottom right no-repeat; }
	.golf { position:absolute; bottom:0; right:-50px; z-index:-1; width:434px; height:249px; background:url("images/background_golf.jpg") bottom right no-repeat; }
	.faq { position:absolute; bottom:0; right:0; z-index:1000; width:249px; height:283px; background:url("images/background_faq.png") bottom right no-repeat; }

#utl { position:absolute; top:32px; right:400px; text-align:right; font:bold 14px Arial; color:#546674; }
	#utl a { color:#546674; text-decoration:none; }
	#utl a:hover { text-decoration:underline; }
#nav { float:left; margin:18px 0 0 0; }
	#nav ul { list-style:none; }
	#nav li { float:left; }
	
#body { background:url("images/background_box.png") top center repeat-y; width:723px; padding:10px 15px; }
#content { float:left; width:450px; margin:0 0 0 25px; font:14px Helvetica, Arial; color:#543019; line-height:18px; }
	#content h1 { font:bold 20px Helvetica, Arial; margin:0 0 15px 0; }
	#content h2 { font:bold 18px Helvetica, Arial; margin:0 0 15px 0; }
	#content p { margin:0 0 15px 0; }
#sidebar { text-align:center; float:left; width:220px; margin:0 0 0 15px; }
	#sidebar .box { background:#ebe9ea; padding:10px; font:12px Helvetica, Arial; color:#543019; margin:5px 0; line-height:18px; }
	
#test { float:right; margin:8px 0 0 0; background:url("images/background_test.jpg") top center no-repeat; width:246px; height:292px; padding:75px 0 0 0; text-align:center; }

#footer { background:#543018 url("images/background_footer.jpg") top center repeat-x;  }
#footer_inner { padding:15px 0; width:1024px; margin:0 auto; font:12px Arial; color:#eee; line-height:16px; }
	#footer_inner ul { list-style:none; margin:0 0 15px 0; }
	#footer_inner li { display:inline; margin:0 4px; }
	#footer_inner p { margin:0 0 15px 0; }
	#footer_inner a { color:#eee; }
	#footer_inner .credit { color:#7c553b; font-size:11px; }
