/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}
strong {font-weight:bold}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#000; background-color:#fff}
a {outline:none; color:#682017}
	a:hover {text-decoration:none}
p {line-height:1.5em; margin:15px 0}
h2 {margin:15px 0; font-size:1.75em; font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; color:#917e56}
h3 {margin:15px 0; font-size:1.5em; font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; color:#917e56}
h5 {color:#747474; font-size:1.1em; line-height:1.3em; padding:0px; margin:10px 0 0 0;}

small {font-size:.95em}
em {font-style:italic}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {margin:0 auto; width:960px}
	#header {width:930px; padding:15px}
	#header h1 {float:left; display:inline; margin-right:15px; font-size:1.65em; font-weight:bold}
		#header h1 a {color:#000; text-decoration:none}
		#header h1 a small {font-size:.85em; font-weight:normal; color:#917e56}
	#navigation {float:right; font-size:1.25em}
		#navigation li {display:inline; margin-right:15px}
			#navigation li a {text-decoration:none}
				#navigation li a:hover {text-decoration:underline}
	
	#content_wrapper {clear:both; padding:15px; width:930px}
		#hero {clear:both; overflow:hidden; padding:15px 15px 15px 575px; width:325px; height:274px; color:#fff; background:#000 url(../images/hero_bg.png) left top no-repeat}
			#hero h2 {font-size:2.25em; font-style:italic; font-family:Georgia, Times, "Times New Roman", serif; color:#fff}
			#hero p {font-size:1.25em}
			#hero ul {margin:15px 0 15px 25px; font-size:1.5em; list-style-type:disc}
				#hero ul li {margin:15px 0}
		#content {float:left; display:inline; margin-right:15px; width:610px}
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}													
		#sidebar {float:right; width:305px}
			.gallery li {margin:15px 0}
		#footer {text-align:center; clear:both; font-size:.85em}
	
