@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;
}
#btm_img {
	background-image: url(/images/framework/btm_img.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
}
