html, body {
	width: 100%; height: 100%;
    margin: 0px; padding: 0px;
	font-family: "Palatino Linotype", Palatino, Arial, Helvetica;
    font-size: 12px;
    color: white;
    background-color: #2e2e2e;
}

img { display: block; }

.anchor { width: 0px; height: 0px; position: relative; }

a:link, a:visited { color: #9C1818; text-decoration: underline; }
a:hover, a:active { color: #9C1818; text-decoration: none; }

/************** Layout *****************/
.layoutTable { width: 100%; height: 100%; }
.layoutTable .middleColumn {
	width: 100%;
	
	background: #2E2E2E url(../images/content_repeater.jpg) center 246px repeat-y;
	
}

.title { width: 100%; }

.contentBacking {
	width: 926px;	
}

.contentBacking .content { 
	text-align: left;
	padding: 30px 90px; 
	min-height: 250px;
	_height: 250px;
}

/************** Navigation *****************/
.navBar { 
	position: absolute; top: 70px; left: -345px; 
	width: 100px;	
}

a.navPoint:link, a.navPoint:visited, a.navPoint:hover, a.navPoint:active {
	color: #D32026;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #1F1F1F;
	padding: 3px;
	border: 1px solid black;
	border-top: 1px solid #4e3e59;
	border-left: 1px solid #4e3e59;
	width: 100%;
	margin-bottom: 3px;
}

/************** Gallery ****************/
.categoryHeader {
	background: url(../images/category_line_repeater.jpg) top left repeat-x;	
	cursor: pointer;	
	height: 22px;
}
.categoryHeader .left {
	background: url(../images/category_left.jpg) top left no-repeat;
	width: 32px; height: 22px;
	float: left;
}
.categoryHeader .leftConnected {
	background: url(../images/category_left_up.jpg) top left no-repeat;
	width: 32px; height: 22px;	
	float: left;
}
.categoryHeader .middle {
	font-size: 16px;
	background: url(../images/category_repeater.gif) top left repeat-x;
	padding-left: 5px; padding-right: 10px;
	Xmin-width: 100px;
	float: left;
}
.categoryHeader .right {
	background: url(../images/category_right.jpg) top left no-repeat;
	width: 26px; height: 22px;
	float: left;	
}
.randomLineBlock {
	width: 10px; height: 10px; 
	background-color: #9C1818; 
	position: absolute; 
	z-index: 5;
	font-size: 0px; line-height: 0px;
	top: 4px;
}

.arrowDown {
	width: 11px; height: 21px;
	background: url(../images/arrow_down.jpg) top left no-repeat;
}

.categoryPhotoMask {
	overflow: hidden;
	border-left: 3px solid #9C1818;	
	clear: left;
}

.categoryEndCap {
	height: 10px;
	border-bottom: 3px solid #9C1818;
	border-left:3px solid #9C1818;
}
.thumbWrapper {
	border: 2px solid black; 
	width: 100px; height: 100px; 
	overflow: hidden;
	cursor: pointer;
}

.largeImageSection {
	position: absolute; z-index: 10; 
	top: 0px; left: 0px; 
	width: 0px; height: 0px; 
	background: none;
	display: none;
	cursor: pointer;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	overflow: hidden;
}

.top {
	border-top: 3px solid black;	
	border-left: 3px solid black;	
	border-right: 3px solid black;	
}
.bottom {
	border-bottom: 3px solid black;	
	border-left: 3px solid black;	
	border-right: 3px solid black;	
}

.imageInfo {
	position: absolute; z-index: 15;
	top: 0px; left: 0px;	
	background-color: black; 	
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
}
.imageInfoDetails {
	background-color: black;
	color: white;
	padding: 10px;	
	position: absolute; top: 0px; left: 0px;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
.imageDetailTitle { font-size: 14px; font-weight: bold; border-bottom: 1px solid white; }
.imageDetailDesc { margin-top: 10px; }
/************** Footer *****************/
.footer { 
	margin-left: 15px;
	font-size: 10px;
}

.footerBacking { 
	width: 615px; height: 186px;	
	background: url(../images/footer_repeater.jpg) top left repeat-x;	
}

.footerBacking .content {
	padding-top: 80px;
	font-size: 11px;
}