body{
background: url(images/body_bg.jpg) top center no-repeat;
background-attachment: fixed;
font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#container{
width: 940px;
margin: 0 auto;
background: #fff;
border: 3px solid #000;
}

#nav{
width: 940px;
background: #000;
height: 30px;
}

#nav ul.main_nav{
	font: bold 11px Arial, Verdana, sans-serif;
	margin:3px 0 0 10px;
	margin-bottom: 1em; /*margin between menu and rest of content*/
	padding-top: 7px;
	list-style:none;
}

#nav ul.main_nav li{
	display:inline;
	margin:5px 2px 0 0;
	padding:0;
	text-transform:uppercase;
	line-height: 1.5em;
}

#nav ul.main_nav li a{

	color: white;
	background: #333333 url(media/color_tabs_left2.gif) no-repeat left bottom;
	margin:0 2px 0 0;
	padding:5px;
	text-decoration:none;
	letter-spacing: 1px;
}

#nav ul.main_nav li a:hover{
background-color: #d50509;
}

#left{
padding: 10px;
width: 600px;
float: left;
}


#right{
float: left;
width: 300px;
padding: 10px;
background: #cbd5ec;
}

/* `TeXT Styling
----------------------------------------------------------------------------------------------------*/


h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #3c5a9a;
	line-height: 18pt;
	letter-spacing: normal;
	word-spacing: normal;

}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}

h4 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}

p.dated{
	font-weight: bold;
	font-size: 16px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*#invertedtabs{
margin-left: 4px;
padding: 0;
width: 500px;
background: #000;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
/*padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #333333 url(media/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:5px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #d50509;
}

#invertedtabs a:hover span{
background-color: #333333;
}

#invertedtabs #current a, #invertedtabs #current span{ 
background-color: #c63636; 
color: #ffffff;

}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #333333;
border-bottom: 1px solid #fff; 
}
*/