@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.gif);
	background-color: #1F1F1F;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 1026px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	border: 10px solid #000000;
}
#masthead {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#guts {
	width: 1026px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 521px;
}
#navigation {
	width: 163px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 521px;
	float: left;
	background-color: #262626;
	color: #BBBBBB;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #B31F17;
}
#right-content {
	font-size: 9px;
	background-color: #FFFFFF;
	text-align: center;
	width: 260px;
	height: 521px;
	color: #333333;
}

#footer {
	width: 1026px;
	white-space: nowrap;
}
#door-items img {
	float: left;
}

#door-items  a:hover  img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}


.gapright {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 6px;
	line-height: 34px;
}
.gal {
	text-align:center;
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}

#gallery-items  a:hover  img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#mid-content #paginator  a {
	color:#FFFFFF;
}

#paginator {
	color:#FFFFFF;
	text-align:center;
	"margin-top:12px;
	}
#paginator a{
	color:#FFFFFF;
	text-decoration:none;
	}
#paginator a:hover{
	text-decoration:underline;
	}