@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	margin-bottom:1px;
}
a img {
	border:none;
}
.clearboth {
	clear:both;
}
body {
	background-color: #FFFFFF;
	min-height:380px;
	width: 960px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img {
	display: block;
}
a:link, a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#ffaf5e;
}
div#black_bar {
	width:960px;
	height:10px;
	background-color:#000000;
	display:block;
}
div#title {
	display:block;
	background-color:#000000;
	color:#ffffff;
	width:960px;
	height:127px;
	position:relative;
}
div#title img {
	padding:15px 0px 0px 15px;
}
div#title h1 {
	position:absolute;
	top:50px;
	left:265px;
	font-size:24px;
	font-weight:400;
}
div#title ul {
	position:absolute;
	right:15px;
	top:24px;
	text-align:right;
	list-style-type:none;
	font-size:13px;
	line-height:20px;
}
div#splash {
	display:block;
	background-image: url(library/gfx/bg_top_photos.jpg);
	background-repeat: no-repeat;
	width:960px;
	height:198px;
	border-bottom:solid 2px #ffaf5e;
	border-top:solid 2px #ffaf5e;
}
/* Menu styles */
div#menu_info {
	text-align:center;
	font-size:12px;
	padding-top:40px;
}
div#menu_info img{
	padding:10px 34px 10px 34px;
}
div#menu {
	position:absolute;
	top:0px;
	bottom:0px;
	background-color:#FFAF5E;
	font-size:12px;
	padding:8px 2px;
	overflow:auto;
	width:200px;
}
div#menu a:link, div#menu a:visited {
	text-decoration: none;
	color:#000000;
}
div#menu a:hover {
	color:#F00001;
}
div#menu li {
	display:block;
	white-space:nowrap;
	padding:6px 12px;
	border-bottom:solid 1px #000000;
}
div#menu ul li strong {
	color:#000000;
	cursor:pointer;
}
div#menu ul li.current {
	-moz-border-radius: 8px; /* For Mozilla Firefox */
	-khtml-border-radius: 8px; /* For Konqueror */
	-webkit-border-radius: 8px; /* For Safari */
	border-radius: 8px; /* For future native implementations */
}
div#menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
/* End Menu Styles */
div#contentOut, div#contentOutHome, div#contentOutNoBG {
	background-color:#ffefe1;
	background-image: url(library/gfx/bg_home.png);
	background-position: right top;
	background-repeat:no-repeat;
	border:solid 1px #ffaf5e;
	text-align:left;
}
div#contentOutHome, div#contentOutNoBG {
	background-image:none;
}
div#contentOutNoBG {
	position:relative;
}
#homeImage, #sideImage {
	float:right;
	clear:right;
	margin:20px 20px 0 0;
}
div#contentIn {
	min-height:400px;
	width:480px;
	padding:27px;
	margin-left:200px;
	line-height:2;
}
#contentIn a:link, #contentIn a:visited {
	color:#000000;
}
#contentIn a:hover {
	color:#F00001;
}
#contentIn ul {
	line-height:1.4;
}
#contentOut {
	position:relative;
}
div#footer {
	text-align: center;
	font-size: 12px;
	color:#2A1C0F;
	padding-bottom:2em;
}
div#footer a:link, div#footer a:visited {
	color:#2A1C0F;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
	line-height:1.4;
	margin: 1px 0;
}
.gallery_item {
	float:left;
	margin:5px;
}
p.contacts {
	text-indent:0;
	line-height:1.2;
	margin-bottom:1em;
}
.green_link {
	text-decoration:none;
}
