* {padding: 0; margin: 0;}

body 	{
	background-color:#FFF;
	font-family: sans-serif;
	font-size:90%;
	color:black;
	}

p	{
	margin-top:10px;
	}

h1 	{
	font-size:400%;
	line-height:90%;
	}

h2 	{
	font-size:290%;
	line-height:100%;
	}

h3 	{
	font-size:110%;
	line-height:120%;
	margin-bottom:10px;
	margin-top:15px;
	color: red;
	}

a:link {
	color:#385fc4;
	text-decoration: none;
	}

a:visited {
	color:purple;
	text-decoration: none;
	}

a:active {
	color:red;
	text-decoration: none;
	}

a:hover {
	color:red;
	text-decoration: underline;
	}

div#wrapper {
margin-left:auto; 
margin-right:auto; 
width:880px;
}

div#header {
margin-top:99px; 
margin-left:auto; 
margin-right:auto; 
width:800px; 
text-align:center;
}

div#leftbar{
float:left; width:150px; margin-top:10px; text-align:right;
}

div#rightbar{
float:right; width:150px; margin-top:10px;
}

div#bodycontent{
margin-top:0px; border: solid 1px black; margin-left:auto; margin-right:auto; width:500px; padding-left:20px; padding-right:20px; padding-bottom:20px;
}

div#footer {
margin-left:auto; 
margin-right:auto; 
width:800px; 
text-align:center;
}