body {
	margin: 0px;
	background-image: url(../_media/global/bg_site.gif);
	background-color: #000000;
	background-attachment: fixed;
	}
	
/* ***************************************************** */
/* main table */

.table_border {
	background-color: #000000;
	border-left: 2px solid #660000;
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;
	}
	
.table_masthead {
	background-image: url(../_media/global/bg_masthead.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}
	
.table_mainNav {
	padding: 10px;
	}
	
.table_sidebar {
	background-color: #333333;
	}
	
.table_footer {
	border-top: 1px solid #000000;
	background-color: #333333;
	padding: 10px;
	}
	
/* ***************************************************** */
/* main nav */

#mainNav {
	font-family: georgia, times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #CC6666;
	}
	
#mainNav a, #mainNav a:link, #mainNav a:visited {
	color: #CC6666;
	text-decoration: none;
	}
	
#mainNav a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
/* ***************************************************** */
/* footer */

#footer {
	text-align: center;
	font-family: verdana, helvatica, sans-serif;
	font-size: 10px;
	color: #bbbbbb;
	}
	
#footer a, #footer a:link, #footer a:visited {
	color: #bbbbbb;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
/* ***************************************************** */
/* feature table */

.feature {
	background-color: #000000;
	}
	
.feature_small {
	background-color: #333333;
	}
	
#feature {
	margin-left: 10px;
	margin-right: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #CC9999;
	}
	
a:link.gallery, a:visited.gallery, a:hover.gallery {
	font-family: georgia, times, serif;
	font-weight: bold;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	}
	
a:hover.gallery {
	color: #ffffff;
	}
	
a:link.photographer, a:visited.photographer, a:hover.photographer {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #CC9999;
	}
	
a:hover.photographer {
	color: #ffffff;
	}
	
/* ***************************************************** */
/* sidebar */

.sidebar_header {
	background-color: #666666;
	padding: 10px;
	}
	
#sidebar_headline {
	font-family: georgia, times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #cccccc;
	}
	
#sidebar_content {
	margin: 10px;
	text-align: justify;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	}
	
a:link.sidebar, a:visited.sidebar, a:hover.sidebar {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	}
	
a:hover.sidebar {
	text-decoration: none;
	}

.forumCopy, a:link.forumCopy, a:visited.forumCopy, a:hover.forumCopy {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #CC9999;
	}
	
/* ***************************************************** */
/* subnav */

a:link.subnav, a:visited.subnav, a:hover.subnav {
	font-family: georgia, sans-serif;
	font-size: 10px;
	color: #dddddd;
	text-decoration: none;
	}
	
a:hover.subnav {
	color: #ffffff;
	text-decoration: underline;
	}

/* ***************************************************** */
/* page headers */

.pageHeader {
	background-color: #111111;
	font-family: georgia, sans-serif;
	font-size: 10px;
	color: #dddddd;
	}
	
/* ***************************************************** */
/* content */

#content, #content table, #content td, #content p, #content blockquote {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	}
	
#content a, #content a:link, #content a:visited, #content a:hover {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	}
	
#content a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
.back_gray {
	background-color: #111111;
	}
	
.space {
	padding: 10px;
	}
	
/* ***************************************************** */
/* news */

#news, #news table, #news td, #news p, #news blockquote {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	}
	
#news a, #news a:link, #news a:visited, #news a:hover {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #CC9999;
	}
	
#news a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
.news_headline {
	font-family: georgia, times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	}
	
.news_date {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	}
	
.news_border {
	border-top: 1px dotted #333333;
	}