/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

html, body{
	margin: 0; padding: 0; border: 0;
	height: 100%;
	}

body {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #000000;
	text-align: left; 
	}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0; padding: 0; border: 0;
	background-image: url(Images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#container {}

a {color: #e3e2e2;}

a:link {}

a:visited {}

a:hover {}

a img {color:#000000;}

/*
----------------------------------------------------------------
	H E A D E R
---------------------------------------------------------------- */

#header {}

h1 {
	margin: 0; padding: 0;
	background-image: url(Images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 272px; height: 164px; 
	}

h1 span{
	display: none;
	}

/*
----------------------------------------------------------------
	N A V I G A T I O N
---------------------------------------------------------------- */

#navbar {
	margin: 0; padding: 0; border: 0;
	float: left;
	}

#navlist {
	padding-left:0;
	margin-left:0;
	border-bottom: 1px solid #696767;
	width: 254px;
	}
	
#navlist li {
	list-style-type: none;
	margin: 0;
	padding: 6px 30px;
	border-top:1px solid #696767;
	}

#navlist a, navlist a:visited {
	display: block;
	text-decoration:none;
	font-size:16px;
	color: #b6b3b3;
	padding-left: 20px;
	}
	
#navlist a:hover {
	background:url(Images/red_square.gif) left center no-repeat;
	}

#navlist #active {
	background:url(Images/active.jpg) left top repeat-y;
	}

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */

#content {
	float: left;
	position: relative;
	width: 650px;
	margin: 10px 0 0 78px;
	padding: 0;
	}
	
#content p {
	line-height: 18px;
	}
	
h2 span {
	display: none;
	}

h3 {
	background-image: url(Images/h3_redsquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 16px;
	position:relative;
	}
	
.titlePrimary {
	font-size: 22px;
	letter-spacing: 0.6pt;
	}
	
.subheading {
	font-size: 14px;
	letter-spacing: .6pt;

}
	
img.galleryPreview { 
	float: left;
	display: inline;
	width: 288px; height: 288px;
	background-color: #1a1a1a;
	}
	
p.bold {
	font-weight: bold; 
	}
	
/* G A L L A R Y  P R E V I E W */

#preview {
	float: left;
	position: relative;
	width: 288px;
	}

#previewBox{
	height: 288px;
	background-color: #1a1a1a;
	}

#previewContent {}

#previewContent p.previewTitle {
	font-size: 22px;
	letter-spacing: 0.6pt;
	line-height: 0.1;
	}

#previewContent p.previewSecondary, .titleSecondary {
	font-family: georgia,serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-style:;
	letter-spacing: 0.8pt;
	line-height: 0.1;
	}

#previewContent p {
	font-size: 11px;
	line-height: 1.8;
	}
	

#subcontent {
	margin-left: 300px;
	padding: 0;
	}
	
/* C E N T E R  P R E V I E W  I M A G E */

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 288px;
    height: 288px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}


/*
----------------------------------------------------------------
	F O O T E R
---------------------------------------------------------------- */

#footer {
	height: 12px;
	position:absolute;
	bottom: 0 !important;
	bottom: -1px;
	width: 250px;
	}

#footer p {
	margin: 0 0 10px 26px; padding: 0;
	color: #333333;
	text-align: left;
	font-size: 10px;
	}

#footer a {
	color: #333333;
	text-decoration: underline;
	} 

