body{
	margin:0px;
	padding:0px;
	text-align:center;
	font: 11px/1.5 Verdana, osaka;
	color: #352424
}

#wrap{
	position:relative;
	width:650px;
	background-color:#fff;
	margin:0px auto;
	text-align:left;
}

#head{
	width:650px;
	height:100px;
	background-color:#fff;
}

#left{
	width:320px;
	height:470px;
	padding:5px;
	float:left;
	background-color:#fff;
}

#right{
	width:310px;
	height:470px;
	padding:5px;
	float:right;
	background-color:#fff;
}

#foot{
	position:relative;
	width:100%;
	height:20px;
	background-color:#fff;
	clear:both;
}

a:link, a:visited {
	color: #996600;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #663300;
}

strong {
	color: #993333;
}