/*adjust settings below as necessary*/
/*Eliminate all default margins and paddings*/
* {
margin:0px;
padding:0px;
}

/*Make a universal type size of 20pts*/
html {
font-size:125%;
}

/*Set body to 50%, so that 1.0em=10pts, 1.1em=11pts, etc.*/
body {
font: 50% verdana;
text-align:center;
background-color:#39383a;
color:#373a44;
}

/*Turn off borders that FF puts on images that are links*/
img {
border: none;
}

h2 {
clear:all;/*the event float left tables were looking werid*/

}

#container {
width:984px;
margin:auto;
background-image:url(images/containerbg.gif);
}
#footer2 {
width:984px;
margin:auto;
color:#fff;
text-align:center;
}

#footer2 a {
color:#fff;
}

#footer2 a:hover {
color:#00f5b3;
text-decoration:none;
}


#nav {
background:url(images/navbg.gif) no-repeat center;

}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	height:48px;
	padding-left:120px;
	
}

#nav a {
	display: block;
	width: 8em;
	line-height:48px;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
margin-left:17px;
}


#nav a:hover {
background-image:url(images/navo.gif);
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 20em;
	height:24px;
		padding-left:0px;
padding-left:32	px;
	text-align:left;
	display:none; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
display:block;
}





#nav li ul li {
display:block;
clear:both;
	background-color: #555;
	width:20em;
	margin-left:0;


}


#nav li ul a {
width:16em;
display:block;
clear:both;
line-height:24px;
padding-left:8px;
}


#nav li ul a:hover {
background-color:#333;
background-image:none;
}



#content {
	clear: left;
	color: #ccc;
}






#frame {
background-image:url('images/bg1.jpg');
background-repeat:no-repeat;
min-height:464px;
height:auto !important;
height:464px;
width:960px;
margin:auto;
}

#main {
width:450px;
float:left;
text-align:left;
margin-left:24px;

}

#main h2 {
color:#445382;
margin:24px 6px 6px 6px;
margin-bottom:8px;
font-family:georgia;
font-size:1.8em;	
}

#main h3, #main h4 {
margin:6px;
}

#main p {
font-size:1.2em;
margin:6px;
}

#main ul {
margin:6px 18px;
font-size:1.2em;
}

#main li {
margin-top:6px;
}

#sidebarl {
width:210px;
float:left;
text-align:left;
margin-left:18px;
*margin-left:8px;
margin-top:174px;
color:#fff;
}

#sidebarl li, #sidebarr li {
margin:6px 0;

}

#sidebarr {
width:210px;
float:left;
text-align:left;
margin-left:36px;
margin-top:24px;
color:#fff;
}

#sidebarr a, #sidebarl a {
color:#fff;
font-size:1.2em;
}

#sidebarr ul,#sidebarl ul {
list-style-type:none;
}

#footer {
background-image:url(images/footerbg.gif);
height:76px;
clear:both;
text-align:left;
}

#footer p {
line-height:64px;
margin-left:36px;
}

#meta {
font-size:0.9em;
padding-top:20px;
border-top:1px dotted #ddd;
}

#meta li {
border:none;
}

#wp-calendar {
background-color:#111;
}
