#container{
overflow:hidden;
background: #ffffff;
}

#maincontent{
	font-family:"Comic Sans, Verdana, Times New Roman";
	font-size:17px;
}

#sidebar{
}


#header{
background-image:url(../images/header.jpg);
background-position:left;
background-repeat:no-repeat;
height:150px;
}

#footer{
background: none;
}

a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color:#000000;
}

