@charset "UTF-8";

html {
	background-color: #333333;
	}

body  {
	background: #333333;
	text-align: center;
	color: #fff;
}

#container { 
	width: 960px;
	margin: 0 auto;
	text-align: left;
} 

#header { 
	margin-top: 20px;
	text-align: center;
}

#content {
	width: 960px;
	margin-top: 20px;
	text-align: center;
}

#content .block {
	text-align: left;
	float: left;
	width: 10em;
	}

.block h2 {font-family: georgia; font-size: 53px;}

.block li {
	font-family: verdana;
	font-size: 9px;
	list-style: none;
}

.block a {color: #fff; text-decoration: none;}

#footer {margin-top: 35px; text-decoration: none;}
#footer a {text-decoration: none; color: #fff;}
#footer h3 {
 	font-size: 44px;
	color: #66CCFF;
	font-family: georgia;
	}
#footer h2 a {
	font-size: 28px;
	font-family: Georgia;
	color: #FFCC99;
	text-decoration: none;
	}
#footer p {
	font-size: 9px;
	font-family: verdana;
	}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}