html {
	/*margin: 0 2px 0 3px;*/
	margin: 0 0 0 1px;
}

body {
	text-align: center;
	color: #a3a4a2;
	font-family: arial, sans-serif;
	/*font-size: .9em;*/
	margin: 0;
	padding: 0;
	background: #1A1B16 url('../images/background.png') repeat-y top center;
}

table.gallery td {
	font-size: 0.8em;
}

img {
	border:none;
}
.clearfloat {
	clear:both;
	height:0px;
}
a {
	color: #a3a4a2;
	/*padding: 2px 3px 2px 3px;*/
}

a:hover {
	color: #FFFFFF;
	background-color: #550020;
}

a.nob {
	background-color: transparent;
}

h1 a {
	text-decoration: none;
}

.fright {
	float: right;
	margin: 15px;
	border: 1px solid red;
	padding: 4px;
	border: 1px solid #550020;
	background-color: #404040;
}

.fright h2 {
	color: #ffffff;
}

.camera {
	background-image: url('../images/photos.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

strong {
	font-weight: bold;
}

#main {
	position: relative;
	top: -1px;
	margin: auto;
	text-align: left;
	width: 842px;
	/*width: 841.9px;*/
	border-top: 1px solid #1A1B16;
}

body.inside #main {
	background-image: url('../images/insideback.png');
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
	/*background-position: 10px 0;*/
}

#upperleft {
	position: absolute;
	top: 0;
	left: 0;
}

#flames {
	position: absolute;
	top: 5px;
	left: 174px;
	border: 1px;
	z-index:900;
}

#righttop {
	position: absolute;
	top: 0;
	right: 0;
	/*border: 1px solid red;*/
}

#contactInfo {
	background-image: url('../images/leftback.png');
	background-repeat: repeat-x;
	position: absolute;
	width: 202px;
	top: 342px;
	left: 0;
	/*border: 1px solid yellow;*/
	padding: 22px 15px 0 15px;
	margin-bottom: -10px;
}

#menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 232px;
	background: #ffffff url('../images/upback.png') repeat-x;
	color: #505050;
	font-size: 0.85em;
	/*font-weight: bold;*/
}

#insidelogo {
	position: relative;
	top: 23px;
	left: 10px;
}

#contactInfo.inner {
	position: static;
	/*border: 1px solid red;*/
	background-color: #1A1B16;
	color: #a3a4a2;
	font-size: 1.15em;
}

#menu ul {
	list-style-type: none;
	margin: 45px 15px 20px 35px;
	padding: 0px;
}

#menu ul li {
	margin: 10px 0;
}

#menu a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}
.nav {
	color:#000;	
}
#menu a:hover {
	text-decoration: underline;
	color: #550020;
	background-color: transparent;
}
.menuLink {
		   color:#000;
		   }

.menuLink.section a {color:#550020;}
.menuLink.section a:visited {color:#550020;}
.menuLink.section a:hover {color:#550020;}
.menuLink.section a:visited:hover {color:#550020;}

.menuLink.link a {color:#000;}
.menuLink.link a:visited {color:#000;}
.menuLink.link a:hover {color:#000;}
.menuLink.link a:visited:hover {color:#000;}



.current {
	font-weight: bold;
	color:#550020;
}
.section {
	color: #550020;
	list-style-image: url('../images/downarrow.png');

}





#menu a.at.current {
	color: #831f44;
	font-weight: bold;
}

#menu ul ul {
	color: #505050;
	list-style-image: none;
	background-image: url('../images/subnavback.png');
	background-repeat: repeat-x;
	margin: 5px 0 0 -20px;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #c3a5b1;
}

#menu ul ul li {
	margin-left: 10px;
}

#ManiContent {
	margin: 17px 115px 30px 325px;
}

body.inside #ManiContent {
	margin: 61px 82px 30px 272px;
}

#ManiContent ul {
	/*margin: 15px 25px 15px 25px;*/
	list-style-image: url('../images/redbullet.png');
	font-size: 0.9em;
}

/*#content ul li {
	padding: 3px 0 4px 0;
}*/

#copyright {
	font-size: 0.7em;
	/*border-top: 1px solid #3a3a3a;*/
	margin-top: 20px;
}

.galleryThumbFrame {
	width:100px;
	height:100px;
	float:left;
	overflow:hidden;
}
.galleryThumbTitle {
	padding: 20px 0px 0px 15px;
}