body {
	margin: 0 * auto;
}

#warp {
	width: 600px;
}

#wrap {
	float: left;
	background: #fffce0;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	width: 600px;
	text-align: left;
	
}

#header {
	margin-left: 6px;
	padding-right: 50px;
	float: left;
}

#content {
	margin-right: 6px;
	float: left;
	font-family: Verdana;
	font-size: 13px;
	width: 410px;
}
#menu {
	margin-left: 6px;
	margin-right: 10px;
	width: 130px;
	float: left;
}
#menu h2 {
	margin: 0px;
	padding: 0px;
	background: url('img/menu.gif');
	font-size: 14px;
	text-align: center;
	font-family: Verdana;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	text-decoration: none;
	width: 130px;
	text-align: center;
	border-right: 1px solid #FF0000;
}
#menu ul li a:hover {
	background: url('img/menu.gif');
	border-right: 1px dotted #FF0000;
}


#bottom {
	float: left;
	text-align: center;
	margin: 10px;
	margin-top: 40px;
	width: 570px;
	border: 1px solid #000;
}
#content img {
	width: 400px;
	height: 280px;
	margin: 3px;
}
#content h1 {
	font-family: Verdana;
}
#content h2 {
	font-family: Verdana;
}
#content h3 {
	font-family: Verdana;
}
#bottom a {
	color: #000;
	text-decoration: none;
}
.nolink {
	color: #000;
	text-decoration: none;
}

