body {
	background: #99c url(../graphics/all/body.png) repeat-x 0 0;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
a {
	color: #c69;
}
img {
	border: 0;
	display: block;
	margin: 0;
}
ul, ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
input, select, textarea {
	background: #f2f2f9;
	border: 1px solid #cccce5;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}




#wrap {
	background: transparent url(../graphics/all/wrap.png) no-repeat 0 130px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 880px;
}




#head {
	background: transparent url(../graphics/all/head.jpg) no-repeat 100% 0;
	font-weight: bold;
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#head img.logo {
	left: 0;
	position: absolute;
	top: 0;
}


#head .menu {
	bottom: 20px;
	font-size: 11px;
	position: absolute;
	right: 0;
}
#head .menu ul {
	float: right;
}
#head .menu li {
	background: #99c url(../graphics/all/head-menu-li.png) no-repeat 0 0;
	float: left;
}
#head .menu li a {
	background: transparent url(../graphics/all/head-menu-a.png) no-repeat 100% 0;
	color: #fff;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#head .menu li:hover {
	background-color: #6666b3;
}
#head .menu li.here, #head .menu li.here:hover {
	background-color: #fff;
}
#head .menu li.here a {
	color: #6666b3;
}




#main {
	background: #fff url(../graphics/all/main.png) no-repeat 0 100%;
	overflow: hidden;
	padding: 0 20px 0 20px;
	width: 840px;
}




#page {
	float: right;
	overflow: hidden;
	padding: 0 0 40px 0;
	width: 580px;
}




#side {
	float: left;
	margin: -20px 0 0 0;
	overflow: hidden;
	padding: 0 0 240px 0;
	width: 220px;
}




#foot {
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	padding: 0 0 40px 0;
	text-align: center;
	width: 100%;
}
#foot a {
	color: #fff;
	font-weight: normal;
}
#foot ul {
	margin: 10px 0 0 0;
}
#foot ul li {
	border-left: 1px solid #cccce5;
	display: inline;
	margin: 0 0 0 -2px;
	padding: 0 20px;
}
#foot ul li.alt {
	border-left: none;
}
#foot p {
	float: right;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
}