@charset "utf-8";
* {
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top_img {
	background-image: url(/images/framework/top_img.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
}
#header {
	height: 200px;
	width: 900px;
}
.left_main {
	height: 200px;
	width: 280px;
	float: left;
	font-weight: bold;
	text-align: center;
}
.picture {
	height: 130px;
	width: 280px;
	padding-top: 45px;
	float: left;
}
.left {
	float: left;
	width: 200px;
	padding-top: 5px;
}

.logo {
	height: 200px;
	width: 340px;
	float: left;
}

.right_main {
	float: left;
	height: 200px;
	width: 280px;
	font-weight: bold;
	text-align: center;
}
#navigation {
	background-image: url(/images/btns/filler.jpg);
	clear: both;
	height: 30px;
	width: 900px;
}
#main {
	width: 900px;
}
.left_side {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.content {
	width: 480px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.right_side {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#sponsors {
	height: 220px;
	width: 900px;
	clear: both;
}
