@charset "utf-8";
/* CSS Document */


	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
	hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
	dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
	sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
	}
	strong, b{ font-weight:bold; }
	em, i{ font-style:italic; }
	/* remember to define focus styles! */
	:focus{ outline: 0; }
    .clear{ clear:both; }
	
	body{ margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#512d13; }
	
	a{ color:#6F140D; }
	a:hover{ color:#000; }
	hr{ color:#6F140D; background:#6F140D; }
	
	#container{ background:url(images/background.gif) repeat-y; width:965px; margin:auto; }
	#nav{ height:37px; background:url(images/nav.gif) no-repeat; text-align:center; line-height:37px; vertical-align:middle; }
	#nav a{ font-size:13px; color:#992e26; font-weight:bold; text-decoration:none; }
	#nav a:hover{ color:#AE7B3D; }
	
	#header{ height:111px; background:url(images/header.gif) no-repeat; }
	#content{ background:url(images/back_default.gif) repeat-y right top; width:955px; float:left; }
	
	#content_area{ float:right; width:610px; margin-right:20px; padding-top:15px; display:inline; }
	#content_area ul{ margin:5px 0 10px 25px; }
	h1{ color:#6f140d; font-weight:bold; font-size:16px; margin-bottom:10px; }
	h2{ color:#6f140d; font-weight:bold; font-size:14px; margin-bottom:10px; }
	
	#sidebar_back{ background:url(images/sidebar.png) repeat-y;  width:305px; float:left; }
	#sidebar_back #sidebar{ padding:0 12px 0 22px; margin-bottom:-130px; position:relative; text-align:center; color:#694628; }
	#sidebar h6{ font-family:"Times New Roman", Times, serif; font-size:14px; color:#982e26; font-weight:bold; }
	#sidebar_back #sidebar .hr{ background:url(images/hr_break.gif) no-repeat; width:171px; height:19px; margin:10px auto; }
	
	#footer{ height:247px; background:url(images/footer.gif) no-repeat; overflow:hidden; }
	#footer #foot_content{ float:right; text-align:center; height:247px; width:281px; margin-right:15px; color:#FFF; font-size:14px; padding-top:30px; }
	#footer #foot_content h5{ color:#6f140d; font-weight:bold; margin-bottom:10px; font-size:16px; }
	
	input{ border:#6F140D solid 1px; background:#fff; color:#6F140D; }
	
	