@charset "utf-8";
/* CSS Document */

body	{
		margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;

		}
#container	{
		height: 100%;
		}
#header	{
		width: 100%;
		margin: auto;
		text-align: center;
		}
#header-behind	{
		background-color: #313f36;
		width:50%;
		height: 110px;
		position: absolute;
		z-index: -1;
		top: 0px;
		right: 0px;
		}
#content	{
		margin: auto;
		width: 800px;
		}
#content-left	{
		width: 606px;
		position: relative;
		float: left;
		padding-bottom: 20px;
		}
#content-right	{
		background-image: url(../images/right_bg.jpg);
		background-repeat: no-repeat;
		width: 194px;
		height: 407px;
		float: right;
		position: relative;
		top: -45px;
		}
#footer-top	{
		width: 800px;
		margin: auto;
		}
#footer	{
		width: 100%;
		height: 107px;
		position: relative;
		bottom: 0px;
		background-color: #313f36;
		clear: both;
		}
#footer-content	{
		width: 800px;
		margin: auto;
		}
#footer-image	{
		width: 175px;
		margin: 0px;
		position: relative;
		float:left;
		}
#footer-text	{
		float: left;
		color: #FFFFFF;
		margin-left: 10px;
		}

/* Classes */
h2	{
		font-size: 16px;
		color: #313f36;
		}
h3	{
		font-size: 16px;
		color: #313f36;
		}
h4	{
		font-size: 13px;
		font-weight: bold;
		color: #313f36;
		margin-bottom: -10px;
		}
.header img	{
		border: none;
		}
.copy	{
		position: relative;
		top: -110px;
		left: 190px;
		}
.gallery	{
		border-color: #000000;
		}

/* Links */
h4 a	{
		color: #313f36;
		}
a:link	{
		color: #313f36;
		}
a:visited	{
		}
a:hover	{
		color: #9cb6a5;
		}
a:active	{
		}
#footer a 	{
		color: #FFFFFF;
		text-decoration: none;
		}
#footer a:hover	{
		text-decoration: underline;
		}
		
/* SLIMBOX */
#lbOverlay {
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		cursor: pointer;
		}
#lbCenter, #lbBottomContainer {
		position: absolute;
		z-index: 9999;
		overflow: hidden;
		background-color: #fff;
		}
.lbLoading {
		background: #fff url(images/loading.gif) no-repeat center;
		}
#lbImage {
		position: absolute;
		left: 0;
		top: 0;
		border: 10px solid #fff;
		background-repeat: no-repeat;
		}
#lbPrevLink, #lbNextLink {
		display: block;
		position: absolute;
		top: 0;
		width: 50%;
		outline: none;
		}
#lbPrevLink {
		left: 0;
		}
#lbPrevLink:hover {
		background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
		}
#lbNextLink {
		right: 0;
		}
#lbNextLink:hover {
		background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
		}
#lbBottom {
		font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
		}
#lbCloseLink {
		display: block;
		float: right;
		width: 66px;
		height: 22px;
		background: transparent url(../images/closelabel.gif) no-repeat center;
		margin: 5px 0;
		outline: none;
		}
#lbCaption, #lbNumber {
		margin-right: 71px;
		}
#lbCaption {
		font-weight: bold;
		}
