body {
	background-color: #000000;
	background-position: top left;
	background-repeat: repeat-x;
	}
	
.mainBody {
	background-color: #000000;
	}
	
h1 {
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	}
	
body, td, p {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	}


/* mainNav */

.mainNav {
	background-color: #FF9900;
	padding: 10px;
	text-align: justify;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
	
#mainNav a:link, #mainNav a:visited, #mainNav a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#mainNav a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
/* footer */

.footer {
	background-color: #000000;
	padding: 20px;
	text-align: center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #dddddd;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
	}
	
/* content */

#content {
	padding: 10px;
	}
	
#content a:link {
	color: #dddddd;
	}
	
#content a:visited, #content a:hover {
	color: #FF9900;
	}
	
#content td.border	{
	border-bottom: 2px dotted #996633;
	}
	
/* news */

#news table, td, p, blockquote {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	}
	
#news a:link, a:visited, a:hover {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #996633;
	}
	
#news a:hover {
	color: #dddddd;
	text-decoration: none;
	}
	
#news .headline {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	}
	
#news .date {
	color: #666666;
	}
	
#news .border {
	border-top: 2px dotted #996633;
	}
	
/* rightColumn */

#rightColumn .header {
	background-color: #333333;
	padding: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
	
/* gallery */

#gallery .mastBGpattern{
	background-image: url(../gallery/mast_bg_pattern.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	}
	
#gallery .bgColor {
	background-color: #000000;
	}
	
#gallery a:link.galleryNav, #gallery a:visited.galleryNav, #gallery a:visited.galleryNav {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	line-height: 2em;
	}
	
#gallery a:hover.galleryNav {
	color: #996633;
	text-decoration: none;
	line-height: 2em;
	}
