@charset "utf-8";

html {
	height: 100%;
}

body {
	background:url(../images/bkg.png) top repeat-x #38B2CE fixed;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	}
	
#spacer {
	height: 10px;
}

#content {
	margin:auto;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:900px;
	background:url(../images/cbkg.png) repeat;
	z-index:1;
	position:relative;
	}
	
#head {
	width:900px;
	height:200px;
	background:url(../images/head.jpg);
	position:relative;
	}
	
#linkbar {
	height:30px;
	width:100%;
	bottom:0;
	position:absolute;
	}
	
#side_left {
	left: 0;
	top: 0;
	position: absolute;
	width: 170px;
	background: url(../images/side.png) right top repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}

#side_right {
	right: 0;
	top: 0;
	position: absolute;
	width: 170px;
	background: url(../images/side.png) left top repeat-y;
}
	
#gallery-area {
	width:620px;
	height:520px;
	margin:auto;
	background:url(../images/cbkg.png) white;
	border:1px silver solid;
}

#title {
	padding-top: 20px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

#title a {
	color: #03F;
	text-decoration: none;
}
	
.links {
	background:url(../images/trans-70.png);
	width:179px;
	height:29px;
	float: left;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	line-height: 29px;
	text-align: center;
	font-size: 12px;
}

.links:last-child {
	width: 178px;
	border-right: 1px solid #333;
}

.links .masterlink a {
	text-decoration: none;
	color: #00F;
}
	
.links:hover {
	background: #fff;
	cursor: pointer;
}

.links:hover .masterlink a {
	color: #06F;
}

.submenu {
	width: 100%;
	background: url(../images/trans-70.png);
	display: none;
	border-top: 1px solid #333;
}

.submenu_items {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.submenu_items li {
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #333;
}

.submenu_items li:hover {
	background: #fff;
	cursor: pointer;
}

.page_left {
	width: 299px;
	border-right: 1px solid #333;
	float: left;
}

.page_right {
	width: 590px;
	float: left;
	margin-left: 10px;
}

.subheading {
	font-weight: bold;
}

.masterlink {
	width: 100%;
	height: 29px;
}

h2 {
	color: #006;
}

a:link, a:visited {
	color: #00F;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #06F;
}

.child_nav a, .child_nav a:hover, .child_nav a:visited:hover {
	color: #00F;
}

#loginbox {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}

.text_input {
	width: 150px;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
}

#gallery_main {
	margin-top: 20px;
	width: 600px;
	height: 450px;
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
}

#gallery_thumbs {
	margin-top: 20px;
	float: left;
	width: 240px;
	margin-left: 20px;
	cursor: pointer;
	height: 450px;
	overflow: auto;
}

#gallery_current {
	width: 100%;
	height: 450px;
	position: relative;
	z-index: -1;
	background-position: bottom;
	background-repeat: no-repeat;
}

#gallery_desc {
	width: 100%; 
	position: absolute; 
	bottom: 0px; 
	left: 0px;
	line-height: 20px;
	background: url(../images/trans-70.png);
	font-size: 16px;
}

#breadcrumbs {
	margin-top: 90px;
	margin-left: 5px;
	color: #CF0;
}

#breadcrumbs a {
	color: #CF0;
	text-decoration: none;
