#logo {
	font-family: Geneva, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 760px;
	margin: 300px auto 0px auto;
	text-align: center;
}
body {
	font-family: Geneva, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	background-color: #BFBFBF;
	padding: 0px;
}
#wrapper {
	padding: 0px;
	height: 600px;
	width: 960px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 40px auto 0px;
}
#main {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 760px;
}
#sidebar {
	margin: 0px;
	padding: 5px;
	float: left;
	height: 450px;
	width: 178px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
}
#header {
	height: 100px;
	width: 960px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}
#navi {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/navi_back.png);
	background-repeat: no-repeat;
	height: 36px;
}
