﻿	/* http://meyerweb.com/eric/tools/css/reset/ 
	   v2.0 | 20110126
	   License: none (public domain)
	*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: left padding 10p.;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/*end of reset*/
	
	
	
	
	
	
	
	/*containers*/
	
	#body {background-color:#fff; inline:1.5; color:#fff;  }

	
	#wrapper {width:900px; margin-left:auto; margin-right:auto; ; 
	background-color:#b74320;  }
	
	#banner	 { width:100%; overflow:hidden; padding-top:35px; border-bottom:1px #f2f2f2 solid; }
			
	
	#menu 			{ clear:both; background-color:#352c1d; position:fixed; top:0px; width:900px; 
						border-top:5px #f3f3f3 solid; border-bottom:1px #f2f2f2 solid; }
						
	#menu ul li		{ display:inline; }
	#menu ul		{ background-color:#352c1d; border-bottom:1px #fff solid;  }
	#menu a:link 	{ color:#fff; }
	#menu a:hover	{ color:#fff; background-color:#770000; }
	#menu a:active	{ color:#fff; }
	#menu a:visited	{ color:#F4F4F4; }
	#menu a:focus	{ color:#999; }
	#menu ul li a	{ padding:10px 20px; float:left; text-decoration:none; }

	#content { float:left; width:410px; padding:10px 20px; }
	
	
	#rightside { width:410px; margin-left:440px; padding:10px 20px; }
	
	
	#footer    { text-align:center; width:100%; padding:10px 0px 0px 0px; background-color:#352c1d; 
	height:25px; border-top:1px #f2f2f2 solid; border-bottom:5px #f2f2f2 solid; overflow:hidden; }
		
	
	/*end containers*/
	
	
	
	
	img {  display:block; margin:10px 0 5px 0; }
	
	
	h1  			{ font-size:30px; margin-left:20px; padding-top:10px; padding-bottom:20px; 
						 }
	
	h2				{ font-size:26px; padding:10px; margin:left; }
	
	h3	   			{ font-size:20px; padding:5px;  }
	
	h4				{ font-size:18px; padding:5px; }
	
	h5				{ font-size:12px; }
	
	p1				{ font-weight:bold; }
	
	p	{ line-height:120%; }
	
	p2				{ font-size:20px; }
		
	ul	p		    { font-size:40px; }
	
	li 				 { padding-top:15px; }}
	
	
	
	li p 			{ font-weight:normal; }
	
	
	hr				{ width:300px; height:1px; color:#cccccc; margin:20px; }
	
		
	
	
	/* Link Styles */
a {
	color: #e1dca0;
	text-decoration: underline;
}
a:hover {
	color: #dfd347;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

