@charset "utf-8";

/* CSS Document */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	color: #fff;
}

a {font-size: 12px; text-decoration: none;}
a:link {color: #d2d2d2;}
a:visited {color: #d2d2d2;}
a:hover {color: #ffffff; text-decoration: underline;}

#container {
	margin:0 auto;
	width: 900px;
	/* border: 1px solid red; */
}

#header { 
	width: 900px;
	/* border: 1px solid white; */
	text-align: center;
}

	#header .left { 
		float: left; 
		width: 300px;
		color: #d2d2d2;
		text-align: left;
		padding-left: 75px;
		padding-top: 10px;
		font-style: italic;
	}

	#header .right { 
		float: right; 
		width: 500px; 	
		color: #d2d2d2;
		text-align: right;
		padding-top: 10px;
	}

	#header a {font-size: 12px; text-decoration: none;}
	#header a:link {color: #d2d2d2;}
	#header a:visited {color: #d2d2d2;}
	#header a:hover {color: #ffffff; text-decoration: underline;}

/* 
.searchCell { 
	padding-top: 0px;
	margin-top: -6px;
	vertical-align: text-top;
}

#headerSub { 
	background-image: url(../images/head_sub_bg.jpg); 
	background-repeat: no-repeat;
	width: 800px;
	height: 220px;
}

.navGreyBar {
	width: 800px;
	height: 4px;
	background-color: #999;
}

#separator { 
	background-image: url(../images/separator_home.gif); 
	background-repeat: repeat-y;
	width: 800px;
	height: 26px;
}

#navigation {padding: 5px 0px 5px 0px; text-align: center;}

	#navigation a {
		font-size: 14px;
		padding: 5px 10px 5px 10px; 
		font-weight: bold;
		text-decoration: none;
	}

	#navigation a:link {color: #999;}
	#navigation a:hover {color: #d9b400; background-color: #000;}
	#navigation a:visited {color: #999;}

*/

#separator { 
	width: 900px;
	height: 1px;
	background-color: #d2d2d2;
	margin-top: 20px;
}

#mainBody {
	width: 900px;
	margin-top: 20px;
	}

	#mainBody .left { 
		float: left; 
		text-align: justify;
		width: 500px;
		padding: 23px 10px 0px 12px;
		color: #bfbfbf;
	}

	#mainBody .right { 
		float: right; 
		width: 360px;
		text-align: justify;
		background-image: url(images/sep_red.gif);
		background-repeat: repeat-y;
		margin-top: 20px;
		padding: 0px 5px 0px 10px;
		color: #bfbfbf;
	}

	#mainBody .galLeft { 
		float: left; 
		width: 90px;
		text-align: left;
		color: #d2d2d2;
	}

	#mainBody .galCenter { 
		float: left; 
		width: 715px;
		color: #d2d2d2;
	}

	#mainBody .galRight { 
		float: right; 
		width: 90px;
		text-align: right;
		color: #d2d2d2;
	}

#controls {padding-top: 10px;}

	#controls a {font-size: 12px; text-decoration: none;}
	#controls a:link {color: #d2d2d2;}
	#controls a:visited {color: #d2d2d2;}
	#controls a:hover {color: #940000; text-decoration: underline;}
	
#galshots a img {border: 1px solid #d2d2d2;}
#galshots a:hover img, a:active img {border: 1px solid #940000;} 

#footer {
	background-color: #1a1a1a;
	width: 900px;
	text-align: left;
	color: #e1e1e1;
	padding-top: 10px;
	padding-bottom: 10px;
}

	#footer .left { 
		float: left; 
		text-align: justify;
		width: 290px;
		padding-left: 10px;
		color: #bfbfbf;
	}

	#footer .center { 
		float: left; 
		text-align: justify;
		width: 300px;
		color: #bfbfbf;
	}

	#footer .right { 
		float: right; 
		width: 300px;
		text-align: right;
		color: #bfbfbf;
		padding-top: 15px;
	}

	#footer img {
		vertical-align: top;
		padding-right: 5px;
	}

#copy {
	margin-top: 10px;
	text-align: right;
	color: #d2d2d2;
}

	#copy a:link {color: #d2d2d2;}
	#copy a:visited {color: #d2d2d2;}
	#copy a:hover {color: #ffffff; text-decoration: underline;}

.allclear {clear: both;}

