body, td, th, div, span, p {
	color: #7D7A68;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: "Courier New", Arial, Tahoma, Verdana, sans-serif;
}
a, a:link, a:active, a:visited {
	color: #7D7A68;
	font-size: 12px;
	text-decoration: underline;
	font-family: "Courier New", Arial, Tahoma, Verdana, sans-serif;
}
a:hover {
	text-decoration: none;
}

/* general */
body {
	background: url('../images/bg/bg_rep.gif') left top fixed;
}
#layout {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background: url('../images/bg/bg_ornm.gif') center center no-repeat;
}
/* general */

/* container */
#container {
	width: 990px;
	height: 590px;
	margin: 0 auto;
	position: relative;
}
/* container */

/* header */
#header {
	text-align: left;
	margin-bottom: 40px;
}
#header li {
	line-height: 210%;
}
#header .green,
#header .green a {
	color: #678939;
}
#header .blue,
#header .blue a {
	color: #3A91B5;
}
#header .orange,
#header .orange a {
	color: #D3884F;
}
/* header */

/* content */
#content {
	
}
/* content */

/* menu */
#menu {
	width: 260px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#menu li {
	line-height: 170%;
}
#menu .current {
	color: #678939;
	text-decoration: none;
}
/* menu */

/* submenu */
#submenu {
	width: 260px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#submenu .current {
	color: #D3884F;
	text-decoration: none;
}

#submenu .center {
	width: 100%;
}
#submenu .center li {
	display: inline;
}

#submenu .left,
#submenu .right {
	width: 12px;
	vertical-align: middle;
}
#submenu .left a,
#submenu .right a {
	width: 12px;
	height: 11px;
	display: block;
}
#submenu .left a span,
#submenu .right a span {
	display: none;
}
#submenu .left a,
#submenu .right a,
#submenu .left a:hover,
#submenu .right a:hover {
	background-repeat: no-repeat;
	background-position: center center;
}
#submenu .left a {
	background-image: url('../images/ico/arrow_left.gif');
}
#submenu .left a:hover {
	background-image: url('../images/ico/arrow_left_ov.gif');
}
#submenu .right a {
	background-image: url('../images/ico/arrow_right.gif');
}
#submenu .right a:hover {
	background-image: url('../images/ico/arrow_right_ov.gif');
}
/* submenu */

/* thumbs */
#thumbs {
	width: 250px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
}
#thumbs li {
	float: left;
	display: block;
	padding: 2px 5px;
}
#thumbs li a {
	padding: 5px;
	display: block;
	text-decoration: none;
}
#thumbs li a:hover {
	background: transparent url(../images/bg/p_bg.gif) repeat scroll left top;
}
#thumbs li img {
	width: 30px;
	height: 30px;
}
/* thumbs */

/* paging */
#paging {
	width: 200px;
	margin: 0 auto;
}
#paging li {
	display: inline;
}
#paging .current {
	color: #3A91B5;
	text-decoration: none;
}
/* paging */

/* text */
#text {
	width: 700px;
	height: 330px;
	margin: 0 auto;
	overflow: auto;
}
#text p {
	margin-bottom: 10px;
}
#text img {
	display: inline;
}
/* text */

/* footer */
#footer {
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	position: absolute;
}
#footer p {
	line-height: 160%;
}
/* footer */

/* lightbox */
#overlay{ 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 100%;
	display: none;
	position: absolute;
	background: #b7b4a5;
}
#lightbox {
	left: 0;
	padding: 6px;
	z-index: 100;
	display: none;
	text-align: center;
	position: absolute;	
	background: url('../images/bg/p_bg.gif') left top repeat;
}
#lightbox #lightbox-content {
	position: relative;
	border: 1px solid #7d7a68;
	padding: 13px 35px 2px 35px;
	background: url('../images/bg/bg_rep.gif') left top repeat;
}
#lightbox #lightbox-container {
	height: 200px;
	padding: 0 35px;
	position: relative;
}
#lightbox #lightbox-navi {
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
}
#lightbox #lightbox-navi a {
	width: 40%;
	height: 100%;
}
#lightbox #lightbox-navi a span {
	display: none;
}
#lightbox #lightbox-navi #nav-left {
	left: 0;
	float: left;
	text-align: left;
	background: url('../images/ico/arr_p_left.gif') left center no-repeat;
}
#lightbox #lightbox-navi #nav-left:hover {
	background: url('../images/ico/arr_p_left_ov.gif') left center no-repeat;
}
#lightbox #lightbox-navi #nav-right {
	right: 0;
	float: right;
	text-align: right;
	background: url('../images/ico/arr_p_right.gif') right center no-repeat;
}
#lightbox #lightbox-navi #nav-right:hover {
	background: url('../images/ico/arr_p_right_ov.gif') right center no-repeat;
}
#lightbox #lightbox-load {
	top: 40%; 
	left: 0%; 
	z-index: 10;
	width: 100%;
	height: 32px;
	position: absolute; 
	text-align: center; 
}
#lightbox #lightbox-load img {
	display: inline;
}
#lightbox #lightbox-close {
	position: absolute;
	top: 0;
	z-index: 10;
	right: -20px;
}
#lightbox #lightbox-close a {
	display: block;
	background: url('../images/ico/ico_x.gif') center center no-repeat;
}
#lightbox #lightbox-close a:hover {
	background: url('../images/ico/ico_x_ov.gif') center center no-repeat;
}
#lightbox #lightbox-close img {
	width: 15px;
	height: 14px;
}
#lightbox #lightbox-desc {
	padding: 0 35px;
	text-align: left;
	position: relative;
}
#lightbox #lightbox-desc div {
	color: #678939;
}
#lightbox #lightbox-desc #lightbox-title {
	color: #D3884F !important;
	text-transform: uppercase;
}
#lightbox #lightbox-desc #lightbox-year,
#lightbox #lightbox-desc #lightbox-title {
	color: #7D7A68;
}
/* lightbox */