/* CSS Document */

/*##############################################################
  Eric Meyer's 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}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*##############################################################
  Element Styles
##############################################################*/

h1 {padding:10px 0 0 76px; font-size:60px; color:#fff; text-shadow:1px 1px #aaa; background:url(../images/logo.png) left top no-repeat}
h3, h4, h5, h6 {margin:20px 0 15px 0; font-weight:bold; font-family:Futura; color:#000}
h2 {clear:both;margin:40px 0 25px 0; font-size:32pt; font-weight:bold; font-family:Futura; color:#000}
h3 {font-size:22px; font-weight:normal}
ul, ol, dl, li {margin:0}
p {text-align:justify; margin:15px 0 0 0}
a {color:#000; text-decoration:underline; outline:none}
	a:hover {text-decoration:none}
	
.clear {clear:both}

/*##############################################################
  Layout Styles
##############################################################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000; background:#eae3d1 url(../images/body_bg.png) 50% top repeat-x}

#wrapper {width:966px; overflow:hidden; margin:0 auto; padding:0 20px; background:url(../images/wrapper_bg.jpg) 50% top no-repeat}
	
	#header {width:966px; height:78px; margin:0; background:url(../images/header_bg.png) 50% top repeat-x}
	
	#navigation {float:right; display:inline; margin-right:12px; width:238px; margin-left:20px; padding-top:13px; list-style-type:none}
		body #navigation #first_link {border-top:none}
		#navigation li {float:right; margin:0; width:200px; height:65px; font-size:18px; border-bottom:1px solid #fff; border-top:1px solid #ccc; color:#000}
			#navigation li a {display:block; height:41px; padding-top:24px; text-align:left; color:#797772; text-decoration:none}
				#navigation li a:hover {color:#62acff; text-decoration:none}
					
	#content {float:left; display:inline; width:650px; padding:0 15px 0 15px; background:#fff; border:6px solid #ededdd}
	
		#main_content {float:left; width:650px; margin:0 0 30px 0}
			
			.two_columns {float:left; display:inline; margin-right:30px; width:310px}
			
			#main_content .right_column {margin:0}

		#one_column {float:left; width:650px}

		#footer {clear:both; padding-top:100px; font-size:.85em; text-align:left}