@charset "utf-8";
/* General styles */
body{
	color:#F5F5F5;
	background-color: #16263F;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #F07800;
}
h1 {
	color:#CCC;
}
h2 {
	font-size: 1.3em;
	color: #FF9900;
}
h3 {
	color: #FFFF33;
}
h4 {
	color:#FFFF33;
}
.header {
	height:144px;
	background-image: url(img/logo1b.gif);
}
.headerb {
	width: 600px;
	height:144px;
	margin-left:400px;
	float:left;
	padding:0px;
	background-image: url(img/photo_gallery.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.colmask {
	background-image: url(img/sidebk2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.twocol {
	background-color: #101010;
}
.twocol .col2 a, .twocol .col2 a:link, .twocol .col2 a:visited, .twocol .col2 a:active {
	color: #0099FF;
}
.twocol .col2 a:hover {
	color: #FF6600;
}
.footer {
	background-color: #101010;
	color:#F5F5F5;
}
.galleryidx td {
	text-align:center;
}
.galleryidx td a {
	text-decoration:none;
}
.galleryidx td img {
	margin:8px 0 5px 0;
}
