body {
	text-align: center;
	width: 100%;
	background-color: #230010;
}

.wrapper {
	text-align: left;
	margin: auto;
	width: 950px;
	background-color: #ffffff;
}

.header { height: 230px; }
.header h1 { text-indent: -9999px; }
.header h2 { text-indent: -9999px; }

.menu {
	width: 100%;
	height: 65px;
}
.menu li {
	height: 35px;
	width: 237px;
	float: left;
}

.menu li a {
	line-height: 35px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
}
.menu li a:visited { color: #333377; }
.menu li a:link { color: #333377; }
li.left {
	background-repeat: no-repeat;
	background-image: url("../img/common/button_left_off.gif");
}
li.right {
	background-repeat: no-repeat;
	background-image: url("../img/common/button_right_off.gif");
}
li.left:hover {
	background-image: url("../img/common/button_left.gif");
}
li.right:hover {
	background-image: url("../img/common/button_right.gif");
}
li.now {
	background-image: url("../img/common/button_right.gif"); 
}
#white {
	color: #ffffff;
}

.footer {
	width: 950;
	clear: both;
	text-align: center;
}



