* {
	margin: 0;
	padding: 0;
}
html {height: 100%;}
body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:#edd9d0;
	color:#333333;
	text-align:left;
}
a:link, a:visited, a:active {
	color: #7a3d20;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 8px}
img , a img{
	border: none;
	outline:none;
}
input {vertical-align: middle;}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../img/cbg.jpg) left top repeat-y;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 180px;
	background:url(../img/headbg.jpg) left top no-repeat;
	clear: both;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 260px;
}
#innercontent{
	/*background:url(../img/fpbg.jpg) left top no-repeat;*/
	overflow:hidden;
	clear: both;
	padding:20px;
	padding-top:15px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 260px;
	margin-left: -100%;
	position: relative;
}
#innersl{
	background: #7a3d20;
	padding:20px;
}
#menu{
	margin:0px; padding:0px;
}
#menu a:link, #menu a:active, #menu a:visited{
	display:block;
	height:24px;
	line-height:24px;
	font-size:14px;
	/*padding-left:12px;*/
	text-decoration:none;
	text-indent:40px;
	color:#ffffff;
	background:url(../img/point.jpg) 7% center no-repeat;
}
#menu a:hover, #menu a.current:link, #menu a.current:visited, #menu a.current:active{
	background:url(../img/pointh.jpg) 7% center no-repeat #622d14;
	color:#f6e5dd;
}
#menu_bot{
	text-align:center;
	margin:0px; padding:0px;
}
#menu_bot a{
	padding-left:10px;
	padding-right:10px;
	
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: -100px auto 0;
	height: 100px;
	background:url(../img/footbg.jpg) left top repeat-x #f6e6dd;
}
#innerfooter{
	padding:20px;
}
#footer a{
	color:#333333 !important;
}


/* other */
#fp_out{
	display:block;
	background:url(../img/fp_out.jpg) left top no-repeat;
	width:455px;
	height:366px;
	padding:10px;
}

#fp_out_inner{
	display:block;
	width:390px;
	height:306px;
	overflow: auto;
	padding:10px;
}
#lastitem{
	padding:5px;
	background:#edd9d0;
}
#lastitem img, .oneitem img{
	padding:2px;
	border:solid 1px #7a3d20;
}
#yearlist{
	padding-bottom:20px;
}
#numberlist{
}
.oneitem{
	display:block;
	width:140px;
	height:200px;
	text-align:center;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
