@charset "utf-8";
body {
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper {
	margin: auto;
	width: 950px;
	background-color: #FFFFFF;
}
#main-content {
	float: left;
	width: 700px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	color: #0066CC;
	margin-top: 0px;
}
#main-content h2 {
	font-weight: normal;
	color: #003366;
	font-size: 24px;
	line-height: 22px;
}
#main-content p {
	line-height: 22px;
}
#main-content a {
	color: #003399;
}
#main-content a:hover {
	color: #000000;
}



#sidebar {
	float: right;
	width: 200px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
}
#sidebar ul {
	padding: 0px;
}
#sidebar li {
	list-style-type: none;
}
#sidebar a {
	color: #0099CC;
	font-weight: bold;
	display: block;
	padding: 10px;
	font-size: 18px;
}
#sidebar a:hover {
	color: #000000;
	background-color: #CCCCFF;
}

#footer {
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#thosegeeks {
	width: 200px;
	float: left;
}
#sponsors {
	float: right;
	width: 665px;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: center;
}
#sponsors h4 {
	color: #333333;
}
