div {
	border: none;
	}

#header {
	color: #000;
	height: 75px;
	width: 100%;
	}
		
#leftcol {
	float: left;
	width: 150px;
	left: 0px;
	top: 100px;
	color: #000;
	padding: 0px;
	position: absolute;
	height: 500px;
	}
		
#rightcol {
	color: #000;
	text-align: center;
	height: 100px;
	position: absolute;
	left: 80%;
	top: 120px;
	width: 150px;
	float: right;
	}

#leftcol p, #leftcol li, #rightcol p {
	font-size: 11px;
	}
	
#content {
	margin: 150px 25% 150px 165px;
	padding: 3px;
	color: #000;
	}

#contest_content {
	margin: 150px 2% 150px 165px;
	padding: 3px;
	color: #000;
	}
	
#footer {
	clear: both;
	width: 95%;
	margin: 150px 0 0 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border-top: 0px solid #333;
	color: #000;

	}
	
	#footer .date {
		text-align: center;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
	
body {
	width: 97%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}
	
p, a {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
     }
	
	
a:link { text-decoration:none; color:#CCCCCC; }
a:visited { text-decoration:none; color:#CCCCCC; }
a:hover { text-decoration:underline; color:#CCCCCC; }
a:active { text-decoration:none; color:#CCCCCC; }
.special:link {
     color: #000000;
     text-decoration: none;
     }

a.special:visited {
     color: #000000;
     text-decoration: none;
     }

a.special:hover {
     color: blue;
     text-decoration: underline;
     }

a.special:active {
     color: blue;
	 text-decoration: none;
     }
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}
