body {
	text-align: center;
	margin: 0px;
	background-color: #8C0000;
	font-family: "Trebuchet MS", "Lucida Sans", "Futura Md BT", Verdana;
	font-size: 11px;
	background-image: url(../images/nav/back.jpg);
	background-repeat: repeat-x;
	padding-bottom: 40px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

img {
	border:none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}
/* wrap styles */
#wrap {
	text-align: left;
	margin: auto;
	width: 801px;
	background-image: url(../images/nav/gallery_wrap.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 0px;
}
/* header styles */
#header {
	background-repeat: no-repeat;
	padding: 0px;
	width: 801px;
}
/* tag line */
#title {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav/title.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#menu {
	background-image: url(../images/nav/gallery_menu.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 801px;
}
.menu{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	padding: 0;
	float: left;
	font: bold 12px Arial;
	width: 769px;
	background-color: none;
}
.menu li{
display: inline;
}
.menu li .blank{
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.menu li a{
	float: left;
	color: white;
	padding: 6px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}
.menu li a:visited{
	color: white;
}
.menu li a:hover, .menu li .current{
	color: white;
	background-color: transparent;
	background-image: url(../images/nav/on.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
/* content info */
#content {
	width: auto;
	margin: 0 0 296px 0;
	padding: 0 10px 0 10px;
}

/* left sidebar styles */
#left {
	width: 280px;
	float: left;
	margin: 25px 0 0 0;
	height: 100%;
	text-align: center;
	padding: 0 0 0 15px;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.highlight {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
.gallery {
	padding: 0 20px 0 40px;
}
.gallerycont {
	height: 340px;
}
.photos {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.photos_img {
	padding: 10px;
}
/* float left */
.fltlft {
	float: left;
	width: 300px;
	margin-left: 20px;
}

#footer {
	background-image: url(../images/nav/footer_gallery.gif);
	background-position: center bottom;
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
	bottom: 0px;
	width: 801px;
	height: 100%;
	margin: 0px;
}
#footer_center {
	width: 400px;
	margin-left: 200px;
	margin-right: 200px;
	height: 180px;
}
.footer_image {
	padding-top: 20px;
	padding-bottom: 10px;
}
#privacy {
	font-size: 11px;
	color: #333333;
	float: left;
	margin: 82px 0 0 60px;
}
#privacy a, #privacy a:link, #privacy a:active, #privacy a:visited {
	color: #000033;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#privacy a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
#terms {
	font-size: 11px;
	color: #333333;
	float: right;
	margin-top: 82px;
	margin-right: 60px;
}
#terms a, #terms a:link, #terms a:active, #terms a:visited {
	color: #000033;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#terms a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.center{
	text-align: center;
	font-size: 12px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
