/* basics */

body {
	margin: 0;
	background-color: #FFF;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	margin: 0;

}

p{
	line-height: 18px;	
}

.post-body{
line-height: 18px;		
}


a:link, a:visited{
color: #58a;
text-decoration: none;
}

a:hover{
	color: #000;
}

#side a:hover{
	color: #666;
}

#wrapper{
width: 875px;
margin: 0 auto;
height: auto;
margin-bottom: 15px;
}

#mainheader{
height: 150px;
border-bottom: 5px solid #000;
margin-bottom: 30px;
}

#side{
width: 215px;
float: left;
color: #666;
}

#side h2{
	color: #666;
	
}

#side p{
margin-top: 3px;

}



#maincontent{
width: 615px;
float: right;
color: #000;
min-height: 400px;
}


#maincontent p{
margin-right: 125px;
}

#footer{
border-top: 5px solid  #000;	


}

#footer ul{
list-style-type: none;	
float: right;
margin-top: 23px;
margin-bottom: 45px;
}

#footer ul li{
text-transform: uppercase;
display: inline;
}

#maincontent .element{
	border-bottom: 3px solid #bfbfbf;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#menudiv{
	float: right;
	margin-top: 100px;
}

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

#menudiv ul li{
text-transform: uppercase;
display: inline;
}

a.menu{
color: #000;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
}


/* fonts */

h2{
	width: 100%;
font-family: "Gill Sans Bold", Helvetica, sans-serif;
text-transform: uppercase;
font-size: 13px;
color: #999;
letter-spacing: 1px;
margin-bottom: 0px;
}

#maincontent h2{
color: #666;	
}

#side .element{
	padding-bottom: 30px;
}

