@CHARSET "ISO-8859-1";

/* RESET CSS */
body,div,p,img,th,td,form,fieldset,input,textarea,ul,li,h1,h2,h3,h4,h5,h6,object {
	margin: 0;
	padding: 0;
}
img,fieldset {
	border: 0;
}
ul {
	list-style-type: none;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
html {
	height: 100%;	
}

/* WRAPPERS */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #000f32;
	background-image: url(/images/background.jpg);
	background-position: top left;
	background-repeat: repeat;
}
#container {
	margin: 8px auto 0;
	width: 925px;
	min-height: 640px;
	text-align: left;
	background-color: #fff;
	background-image: url(/images/content_background.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#menu {
	float: left;
	width: 145px;
}
	#menu ul {
		margin-top: 40px;
	}
	#menu li a {
		display: block;
		padding-left: 20px;
		width: 125px;
		height: 32px;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		line-height: 32px;
	}
	#menu li a.active {
		text-decoration: underline;
	}
	#menu li a:hover {
		text-decoration: underline;
	}
#brood {
	float: right;
	width: 778px;
}
#sponsors {
	float: right;
	padding-top: 60px;
	width: 180px;
	text-align: center;
}
	#sponsors h3 {
		font-size: 13px;
		color: #333333;
	}
	#sponsors img {
		margin-top: 18px;
	}
#content {
	margin: 46px 0 40px 10px;
	width: 578px;
}
	#content h2 {
		font-size: 15px;
		color: #000064;
	}
	#content img {
		padding: 0 6px 2px 0;
	}
	#content a.readmore {
		color: #ff6600
	}

.clear {
	clear: both;
}