body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Georgia, Times "New" Roman, serif;
}



/*li {
	list-style: square;
}*/

#container	{
	width: 1020px;
	margin: 0 auto;
	border-top: 5px solid gray;
	padding: 0 10px;
}

#header	{
	float: left;
	width: 1000px;
	height: 60px;
	background: url(../i/header_bg.png);
}

#menu	{
	color: white;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-left: 275px;
	padding-top: 15px;;
}

#menu ul	{
	float: left;
	list-style: none;
}

#menu li	{
	display: inline;
	font-size: 1.2em;
	margin-right: 10px;
}

#menu li a {
	color: white;
	text-decoration: none;
	padding: 5px;
}

#menu li a:hover, #menu .selected	{
	background: #B6E3A8;
}

#topbar	{
	position:relative;
	clear: both;
	width: 1000px;
	height: 170px;
	margin-top: 20px;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		font-style: normal;
		font-size: 1.6em;
}

.onwhite	{
	background: white;
	padding: 3px;
	font-size: 12px;
}




#maincontent	{
	margin-top: 10px;
	float: left;
	width: 1000px;
	font-size: 1.3em;
	line-height: 1.6em;
}


#maincontent a, #sidebar a	{
	font-weight: bold;
	color: #49703b;
}



#content	{
	float: left;
	width: 700px;
}

#sidebar	{
	float: right;
	width: 230px;
}

#sidebar ul {
	list-style-type: none;
}











.content-box {
		float: left;
		width: 300px;
		margin: 0 33px 15px 0;
		/*height: 200px;*/
	}
	
.content-box h2	{
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		text-transform: uppercase;
		font-style: normal;
		font-size: 1.6em;
	}


#footer	{
	float: left;
	width: 100%;
	clear: both;
	font-size: 1.3em;
	background: #9BC63B;
	border-top: 4px solid #444;
	text-align: center;
	margin-top: 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: white;
}

#footer a	{
	color: white;
}

#footer a:hover	{
	background: #B6E3A8;
}

#funkyfooter	{
	margin: 0 auto;
	width: 1000px;
}

#footer	li	{

}

#companyblurb, #socialmedia, #misclinks	{
	float: left;
	width: 300px;
	text-align: left;
}

#companyblurb, #socialmedia	{
	margin-right: 50px;
}

.postcontent	{

}


#copyright	{
	clear: both;
}


h2, h3, h4	{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

div.authorinformation	{
	float: left;
	width: 150px;
	text-align: center;
	margin: 0 25px 25px 0;
}

div.authorinformation img	{
	border: 1px solid black;
	margin: 10px;
}

