/* text classes */
a:link { color: #981B1E; text-decoration: none; }
a:visited { color: #981B1E; text-decoration: none; }
a:hover { color: #981B1E; text-decoration: underline; }
a:active { color: #981B1E; text-decoration: none; }

#mainmenu a:link { color: white; text-decoration: none; }
#mainmenu a:visited { color: white; text-decoration: none; }
#mainmenu a:hover { color: white; text-decoration: none; }
#mainmenu a:active { color: white; text-decoration: none; }

.header 	{ font-weight: bold; font-size: 2.5em; }
.subheader	{ font-weight: bold; font-size: 1.2em; }

/* */

body {
	font-family: Arial, Helvetica, sans serif;
	font-size: 0.75em;
	text-align: center;		/* center box in IE */
	margin: 0px;
	padding: 0px;
	background: #CCCCCC
}

#box {
	width: 791px;
	margin-left: auto;		/* center box in FF */
	margin-right: auto;		/* center box in FF */
	margin-top: 10px;
	border-left: 5px solid #981B1E;
	border-right: 5px solid #981B1E;
	border-top: 5px solid #981B1E;
	border-bottom: 5px solid #981B1E;
	background: #787784;
	text-align: left;
}

#titlebar { ; }

#leftside {
	position: absolute;
	width: 162px;
}
#rightside {
	position: relative; left: 162px;
	width: 629px;
	background: white;
	color: black;
}

#mainmenu { ; }

.submenu {
	position:relative; left: 40px;
	width: 120px;	/* wrap correctly in IE */
	font-size: 0.9em;
}
html>body .submenu {
	padding-right: 45px;  /* wrap correctly in FF */
}

#content {	
	padding-top: 48px;
	/*padding-left: 55px; /* pre-gallery */
	padding-left: 45px;
	padding-right: 60px;
	padding-bottom: 20px;
}

/* below content */
#qlinks {
	text-align: right;
	font-size: 1.2em;
	padding-right: 5px;
	padding-bottom: 10px;
}

#copyright {
	width: 791px;	/* eliminate grey box in IE */
	text-align: right;
	background: #981B1E;
	color: white;
	border-left: 5px solid #981B1E;
	border-right: 5px solid #981B1E;
	border-top: 8px solid #981B1E;
	border-bottom: 1px solid #981B1E;
}
html>body #copyright { width:auto; } /* fix width for FF */


.gallery { ; }
.gallery_main { ; }
.gallery_thumbs_onecol {
	position:relative;
	left: 414px;
	top: -318px;
}
.gallery_thumbs_twocol_a {
	position:relative;
	left: 394px;
	top: -318px;
}
.gallery_thumbs_twocol_b {
	position:relative;
	left: 474px;
	top: -638px;
}
.gallery_thumbs_row_a {
	position:relative;
	left: -7px;
	top: -638px;
	height: 55px;
}
.gallery_thumbs_row_b {
	position:relative;
	left: -7px;
	top: -1024px;  /* i hate you IE */
	height: 55px;
}
/* this is for FF */
html>body .gallery_thumbs_row_b { top: -633px; }

/* death to IE */
.gallery_footer {
	position:relative;
	top: -313px;
}
.gallery_footer_1row {
	position:relative;
	top: -1024px;
}
.gallery_footer_2row {
	position:relative;
	top: -1420px;
}
/* correct settings for firefox */
html>body .gallery_footer { top: 0px; }
html>body .gallery_footer_1row { top: 0px; }
html>body .gallery_footer_2row { top: 0px; }

.gallery_thumb {
	width: 73px;
	height: 55px;
	padding: 2px;
	margin: 5px;
	background: white;
	/*border: 2px solid white;*/
}
.gallery_thumb_current {
	width: 73px;
	height: 55px;
	padding: 2px;
	margin: 5px;
	background: #981B1E;
	/* border: 2px solid #981B1E;*/
}