body {
	background-color: #000000;
	background-image:url(../images/bg.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	margin: 0 0 0 0;
}

/* Headers */
#header {
	clear: both;
	height: 300px;
	background-image:url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: -5px auto 0 auto;
}
/* Navigatiopn Menu */
#nav {
	clear: both;
	height: 30px;
	width: 800px;
	margin: 0 auto 0 auto;
	border: 1px solid #CCCC33;
	color: #FFFF66;
	background-color:#000000;
}
#nav .items {
	display: block;
	padding: 5px auto 5px auto;
	text-align: center;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px dotted #FFFFFF;
}
#nav a:link, #nav a:visited {
	color:#FF9900;
	text-decoration: none;
}
#nav a:hover {
	color:#FFFF00;
	text-decoration: underline;
}

/* Main Content */
#main_top {
	clear: both;
	height: 16px;
	background-image:url(../images/main-top.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
#main_bottom {
	clear: both;
	height: 11px;
	background-image:url(../images/main-bottom.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
#main {
	clear: both;
	background-image:url(../images/main-back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	overflow:auto;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	color: #330000;
}
#content {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;	
}

.flowed_text {
	text-indent: 36px;
	font-size: 14px;
	text-align: justify;
}

.miscphoto {
	margin: 3px;
	border: 2px solid #530000;
}
.homepage_right {
	float: right;
	margin: 3px;
	border: 2px solid #530000;
}
.homepage_left {
	float: left;
	margin: 3px;
	border: 2px solid #530000;
}
/* Bottom */
#bottom {
	clear: both;
	height: 175px;
	background-image:url(../images/bottom-back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#bottom_info {
	padding-top: 15px;
	margin: 0 auto 0 auto;
	width: 500px;
	text-align: left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow:auto;
}
#bottom a:link, #bottom a:visited {
	color:#FFCC00;
	text-decoration:none;
}
#bottom a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
/* Styles for Drop-Down Menus */
#dropmenudiv {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	border-left: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	margin-left: -5px;
}

#dropmenudiv a {
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:link, #dropmenudiv a:visited {
	color:#FF9900;
	text-decoration: none;
}
#dropmenudiv a:hover { 
	color:#FFFF00;
	text-decoration: underline;
}
img.pic_468x60 {
	padding: 35px;
	background-image: url(../images/frame-400.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
img.pic_350x250 {
	padding: 34px;
	background-image: url(../images/frame-350.jpg);
	background-repeat: no-repeat;
	background-position: center;	
}


/* BEGIN DEMO STYLE */
#gallery {
	width: 640px;
	margin: 0 auto 0 auto;
	margin-top:2em;
}
#gallery .gallery_demo{
	width:500px;
	margin:0 auto 0 auto;
}
#gallery .gallery_demo li{
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 2px 2px;
	background:#000;
}
#gallery .gallery_demo li div{
}
#gallery .gallery_demo li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}

#gallery #main_image{
	margin:0 auto 30px auto;
	height:480px;
	width:640px;
	background:black;
}
#gallery #main_image img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	border: 3px solid #510100;
}

#gallery .nav {
	padding-top:15px;
	clear:both;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align: center;
}
