body, html {
    margin-left: 10px auto;
    margin-right: 10px auto;
    margin-bottom: 10px;
    text-align: center;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	background-image: url(../img/page_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#page {
	background-color: #FFFFFF;
    width: 903px;
    margin: auto;
	margin-top: 0px;
    padding: 0px;
    text-align: left;
}

#top {
	margin: 0px;
	padding: 0px;
	height: 65px;
	background-image: url(../img/headerlogo.gif);
	background-repeat: no-repeat;
}

#content {
	padding: 0px;
	margin: 0px;
	width: 903px;
}

#sidebar {
	width: 200px;
	border-bottom: 1px solid #cccccc;
}

img {
	border: 0;
}

#gallerydisplay img {
	border: 0;
	padding: 5px;
	margin: 5px 3px;
}

#menu {
	display: block;
	width: 903px;
	border-bottom: 1px solid #FFF;
	background-color: #003366;
}

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

#menu li {
	display: inline;
	margin-right: 20px;
}

#menu a {
	padding-bottom: 4px;
	line-height: 28px;
	text-decoration: none;
}

#menu a:link,
#menu a:visited {
	color: #F7D71E;
}

#menu a:hover {
	color: #FFE930;
	border-bottom: 4px solid #FFF;
}
#menu a:active {
	color: #FFE930;
}
#menu a#current:link,
#menu a#current:visited,
#menu a#current:hover,
#menu a#current:active {
	color: #0099FF;
	border-bottom: 4px solid #FFF;
}

#forum-left {
	position: relative;
	float: left;
	display: block;
	width: 100px;
}

#forum {
	position: relative;
	float: left;
	display: block;
	width: 115px;
	height: 139px;

}

#gallery {
	position: relative;
	float: right;
	display: block;
	width: 670px;
	padding: 10px;
	text-align: justify;
}
#gallerydisplay {
	position: relative;
	float: right;
	display: block;
	width: 670px;
	padding: 10px;
	text-align: center;
}


#forumcontainer {
	position: relative;
	display: block;
	width: 689px;
	text-align: justify;
}

h1 {
	font-family: verdana, lucida, arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}

h2 {
	font-family: verdana, lucida, arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #003366;
	margin: 10px;
}

h3 {
	font-family: verdana, lucida, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	margin-left: 10px;
	margin-top: 20px;
}

p {
	font-size: 1.2em;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 10px;
}

ul {
	font-size: 1.2em;
}

li {
	margin-top: 5px;
}
	
#footer {
	border-bottom: 1px solid #FFF;
	background-color: #003366;
	color: #FFF;
	text-align: center;
	padding: 5px;
}

#footer a:link,

#footer a:visited {
	color: #F7D71E;
}

#footer a:hover {
	color: #FFE930;
}
#footer a:active {
	color: #FFE930;
}

#results {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-align: center;
}

#tableAltRow {
	background-color: #FFFF99;
}

#tableFemaleRow {
	color: #990066;
}

#tableMultipleRow {
	color:#009900;
}