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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body { background: url(images/bg_body.gif) center 137px; }

#header_frame { background: url(images/bg_header.gif); text-align: center; height: 137px; }

#header { width: 900px; margin: 0 auto; position: relative; }

	#logo { position: absolute; top: 0; left: 20px; }
	
	
	#nav_left a, #nav_center a, #nav_right a { font-family: trebuchet ms, helvetica, sans-serif; font-weight: bold; font-size: 13px; text-decoration: none; text-transform: uppercase; float: left; display: block; padding: 5px 10px 6px 10px; }
	
	#nav_left a:hover, #nav_center a:hover, #nav_right a:hover { color: #f7943c; }
	
	#nav_left { position: absolute; left: 10px; top:90px; }
	
	#nav_center { position: absolute; left: 310px; top:90px; }
	
	#nav_right { position: absolute; right: 10px; top:90px; }
	
	#header a { color: #fff; }
	
	

#content_frame { background: url(images/bg_body.gif) center; text-align: center; }

#content { background: url(images/bg_content.gif) repeat-y #fff; width: 900px; margin: 0 auto; position: relative; text-align: left; }

	#content_inner { float: left; font-family: Arial, helvetica, sans-serif; font-size: 12px; color: #000; width: 700px; padding-bottom: 20px; }
	
		#content_inner h1 { font-family: trebuchet ms, helvetica, arial, sans-serif; font-size: 18px; font-weight: bold; color: #8e2a2a; margin: 20px; text-transform: uppercase; }
		
		#content_inner p { margin: 15px 20px; line-height: 18px; }
		
		#content_inner a { color: #f7943c; text-decoration: none; }
		
		#content_inner a:hover { text-decoration: underline; }
		
		#content_inner h2 { margin: 25px 20px 10px 20px; line-height: 18px; }
		
		#content_inner ul { margin: 15px 20px 15px 40px; list-style: disc; }
		
		#content_inner li { margin: 5px; }
		
		a.button { border: 1px #f7943c solid; background: #892929; padding: 4px 10px; color: #f7943c; }
		
		#img_right { width:400px; height:300px; float:right; margin: 0 0 20px 20px; }
		
		#bio_right { width:214px; height:300px; float:right; margin: 0 0 20px 20px; }

#side_nav { width: 200px; float: left; }

	#side_nav h3 { font-family: trebuchet ms, helvetica, sans-serif; color: #f7943c; font-weight: bold; font-size: 16px; text-decoration: none; text-transform: uppercase; margin: 20px; }

	#side_nav ul { margin: 20px; }
	
	#side_nav li { margin: 5px 0; }

	#side_nav li a { font-family: trebuchet ms, helvetica, sans-serif; color: #fff; font-weight: bold; font-size: 13px; text-decoration: none; text-transform: uppercase; }
	
	#side_nav li a:hover { color: #f7943c; }
	
#header a.active:link, #header  a.active:visited { color: #f7943c; }

#footer { background: #892929; height: 10px; text-align: center; font-family: Arial, helvetica, sans-serif; font-size: 10px; color: #fff; padding: 10px; margin-left: 1px; clear: both; }

	#footer a { color: #fff; }
	
.error { color: #8E2A2A; margin-left: 3px; font-weight:bold; display:none; }
