@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
} 
#pageContent{border:1px solid #000; border-left:none; border-right:none; padding:10px; min-height:300px; margin-bottom:10px; }
.padded10{padding:10px;}
p{
	margin-bottom:1em;	
}
html,body{
	height:100%;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #d4d2c1;
	background:#000 url(../_img/bg-main.jpg) center top no-repeat;
}

a{color:#fff;}

/*FRAMING SETUP*/
#framing{
	position:relative;
	width:1176px;	
	margin:0 auto;
}

#frameTop{background:url(../_img/frame-top2.png) no-repeat; height:57px;}
#frameMid{position:relative;}
#frameMid #leftFrame{position:absolute; left:0; width:78px;}

#frameMid #rightFrame{position:absolute; right:0; width:78px;}
#frameBottom{clear:both; background:url(../_img/frame-bottom2.png) no-repeat top; height:57px;
font-family:Arial, Helvetica, sans-serif; font-size:9px; text-align:center; padding-top:50px; text-transform:uppercase;}
#frameBottom a{text-decoration:none; color:#fff;}
/*END FRAMING*/

#mainWrapper{
	position:relative;
	background:#212121;
	
	height:100%;
	width:1039px;
	margin-left:60px; 
}
#contentWrapper{
	position:relative;
	padding:20px;
}
h1,h2,h3,h4,h5,h6{font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; text-transform:uppercase; color:#fff;}
h1{font-size:14px;}
img, .noBorder{border:none;}

.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear:both;}
.halfCol{width:48%;}
img.stretch{height:100%;}
img, div { behavior: url(../css/iepngfix.htc); }
#navArea{width:630px; position:relative; background:url(../_img/distline.png) no-repeat; padding-left:50px; padding-top:5px; margin-top:20px;}
#navArea a{margin-right:15px; border:none; text-decoration:none;}
#navArea a.contact{margin-right:0;}

td.thumbs img{width:150px; height:auto; margin-right:5px;}
.galleryHolder{ width:890px; margin:0 auto;}

.galleryDesc{
	float:left;
	margin:5px;
	color:#fff;
	width:282px;
	background:#000;
	border:1px solid #8c8a7a;
	font-size:14px;
	font-family:Century Gothic,Tahoma, Geneva, sans-serif;
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	text-transform:uppercase;
	padding-bottom:5px;
}

/*.galleryDesc img {border-bottom:1px solid #8c8a7a;}*/
.galleryDesc .imgCnt{color:#cbc8b7; font-size:12px;}

a{color:#fff; font-weight:bold;}

.galleryDesc p{padding:0; padding-right:5px; text-align:right; margin:0;}
.galleryDesc a{text-decoration:none;}
.galleryDesc a:hover{text-decoration:underline;}

#galleryThumbs {text-align:center; }
#galleryThumbs img{float:left; margin:3px; height:121px; width:auto;}

