@charset "UTF-8";
/* CSS Document */
a img {
	border: 0;
}
html, body, #layer { height:100% }
#layer {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	background: #f93;
	width: 100%;
}
body {
	margin: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background: url(../img/body-bg.jpg) center repeat-y #f93;
}
#banner {
	background: url(../img/banner-bg.jpg) repeat-x;
}
#logo {
	padding: 37px 0;
}
#siteBox {
	width: 980px;
	padding-bottom: 20px;
	margin: auto;
	text-align: left;
	background: #c30 url(../img/sb-bg.jpg) repeat-y;
}
#navBar {
	display: inline;
	margin-left: 65px;
	float: left;
	width: 250px;
	height: 715px;
}
#menu {
	margin: 0;
	padding: 13px 0 7px 100px;
	height: 280px;
	list-style: none;
	background: url(../img/menu-bg.jpg) right;
}
#menu li {
	text-align: right;
	border-bottom: 1px solid #fff;
}
#menu a {
	display: block;
	padding: 5px 20px 3px 0;
	font-size: 110%;
	text-decoration: none;
	color: #fff;
}
* html #mainBox {
	display: inline;
	float: left;
	width: 600px;
	margin: 0 65px 0 0;
}
#mainBox {
	margin: 0px 65px 0px 315px;
}
#content {
	overflow: hidden;	
	height: 375px;
	padding: 20px;
	margin-bottom: 20px;
}
#content2 {
	height: 375px;
	padding: 20px;
}
#fullContent {
	height: 675px;
	padding: 20px;
}
.scroll {
	height: 330px;
	overflow-y: scroll;
}
#content h1, #content2 h1, #fullContent h1 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 140%;
	color: #993300;
	font-style: italic;
	border-bottom: 2px solid #009900;
}
#content h1 a {
	color: #993300;
	text-decoration: none;
}
#content2 td {
	padding: 6px 0 1px;
	text-align: center;
	background: #eee;
}
.buggy {
	height: 1%;
	overflow: hidden;
}
#fullContent td img {
	border: 2px solid #999;
}
#content2 td a {
	display: block;
	line-height: 140%;
	font-weight: bold;
	text-decoration: none;
	color: #993300;
}
#content2 p {
	font-size: 110%;
	line-height: 140%;
	color: #300;
}
#photoBox {
	margin: 23px 10px 0;
	height: 365px;
	border: 1px solid #fff;
	padding: 20px 20px 0;
}
#intro {
	text-align:center;
	padding:20px 0;
	background:url(../img/nav-bg.png) repeat;
}
#intro a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 110%;
	line-height: 180%;
}
#photoBox h2 {
	color:#fff;
	font-style:italic;
	font-weight:normal;
}
#photoBox p { color: #fff; }
