/* 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:#fff; background:#000}
a {outline:none; color:#4dcdc5; text-decoration:none}
	a:hover {text-decoration:underline}
p {line-height:1.25em; margin:2px 0}
small {font-size:.95em}
em {font-style:italic}

h3 {font-size:1.25em; font-weight:bold; color:#d8d75c}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {overflow:hidden; width:800px; margin:0 auto; background-color:#0f1010}
	
	#header {padding:5px; width:770px; height:40px; border-bottom:2px solid #000; background:url(../images/header_bg.png) left top no-repeat}
	#home #header {height:200px}
		#home #header h2 {clear:both; text-align:center; margin-top:50px; font-size:2.25em; font-weight:bold}

		#header img {float:left; display:inline; margin-right:10px; width:50px}
		#header h1 {float:left; margin-top:10px; font-size:1.5em; font-weight:bold}

		#navigation {float:right; margin-top:10px}
			#navigation li {display:inline; margin-left:35px; font-size:1.15em; font-weight:bold}
								
	#content {clear:both; padding:2px; width:830px}
	
		#left_column {float:left; display:inline; margin-right:15px; width:8200px}
	/*	#right_column {float:right; width:370px} 
			.callout {width:220px; height:93px; padding:15px 135px 15px 15px; background:url(../images/callout_bg.jpg) left top no-repeat} */
	
			#content h2 {clear:both; margin-bottom:15px; font-size:1.75em; font-weight:bold; color:#d8d75c}
			#content p {margin:15px 0; line-height:1.5em}
			
			/* Form Styles */
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}																		
		
		#footer {clear:both; margin:0 auto; width:770px; padding:15px; font-size:.9em; background-color:#0a0a0a}
