/* 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
##############################################################*/

h2, h3, h4, h5, h6 {margin:20px 0 15px 0; font-weight:bold; font-family:Futura}
h2 {font-size:75px}
h3 {font-size:24px; font-weight:normal}
p, ul, ol, dl, li {margin:17px 0}
p {text-align:justify}
ul {margin-left:25px}
a {color:#657889; text-decoration:underline; outline:none}
	a:hover {text-decoration:none}
	
.clear {clear:both}
.top_space {margin-top:45px}

/*##############################################################
  Layout Styles
##############################################################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#fff; background:#000 url(../images/body_bg.jpg) 50% top no-repeat}

#wrapper {width:900px; padding:30px; margin:0 auto; overflow:hidden}

		h1 {float:left; display:inline; padding-left:55px; margin:0; font-size:53px; color:#fff; background:url(../images/example_logo.png) left top no-repeat}	
		#navigation {float:right; margin:0; list-style-type:none}
			#navigation li {width:197px; height:59px; margin:0; font-size:24px; text-align:center; background:url(../images/navigation_button.png) left top no-repeat}
				#navigation li a {display:block; width:197px; height:27px; padding:16px 0; text-align:center; color:#000; text-decoration:none}
					
	#content {clear:both; float:left; display:inline; width:886px; padding:15px}
		#main_content {float:left; display:inline; width:635px}
		#sidebar {float:right; width:234px}
		
		#sidebar {float:right; width:223px}
		
		#footer {clear:both; padding-top:100px; font-size:.85em}
		
		
		