/*---:[ global elements ]:---*/

body { background: #fff url(images/bg.gif) repeat-y scroll  50% 0; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; color: #ccc; }

* { padding: 0; margin: 0; }


a { color: #ED3338; text-decoration: none; }
	a:visited { color: #ED3338; text-decoration: none;}
	a:hover { color: #ED3338; text-decoration: none; }
	a img { border: none; }


h1 { font-size: 20px; color: #373536; text-decoration: none; padding: 15px 0; border-top: 1px solid #fff; }
	h1 a { color: #ccc; }
	h1 a:visited { color: #ccc; }
	h1 a:hover { color: #ccc; }
	
h2 { font-size: 16px; margin: 10px 0 10px 0; color: #373536; }


/*---:[ core layout elements ]:---*/
#logo { width: 770px; margin: 0 auto; padding-bottom: 15px;  }

#container { width: 770px; margin: 0 auto; padding-top: 15px;  }

#content_box { font-size: 12px; color: #373536;line-height: 1.65em; float: left; }


/*---:[ header styles ]:---*/

#header_img {
	background: #fff url(header.jpg) no-repeat 0 0;
	height: 375px;
	width: 770px;
}

#header_img { margin: 0 0 0 0; border-bottom: 1px solid #ccc; float: left; clear: both; }

#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */
	
ul#nav { list-style: none; width: 770px; padding: 0 0; border-bottom: 1px solid #fff; float: left; clear: both; }

	    ul#nav li { padding: 0 10px 20px 0; color: #373536; font: 12px Georgia, "Times New Roman", Times, serif; float: left; }
		ul#nav li a, ul#nav li a:visited { color: #373536; text-decoration: none; }
		ul#nav li a:hover { color: #ED3338; ext-decoration: none; }		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #ED3338; text-decoration: none; }
	


/*---:[ footer styles ]:---*/

#footer a, #footer a:visited, #footer a:hover { color: #373536; text-decoration: none;}

#footer { color:#999; width: 770px; margin-top: 20px; padding: 1.0em 0; border-top: 1px solid #ccc; font: 12px  Georgia, "Times New Roman", Times, serif;  float: left; clear: both; }
		
