body {
	margin: 0px;
	padding: 0px;
	background-image:url(img/bg.gif);
	background-attachment:fixed;
	font: 12px 'Lucida Grande', Verdana, sans-serif;
	line-height: 150%;
	text-align:center;
}

#wrapper {
	width: 650px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height: 150px;
}

#menulist {
	list-style: none;
	padding: 5px 0 10px 0;
	background-color:#330000;
	width: 650px;
	margin: 0px;
	font: bold 16px 'Lucida Grande', Verdana, sans-serif;
	color: #FF8D23;
}

#menulist li {
	display:inline;
	padding:0;
	margin: 0 30px 0 30px;
}

#menulist a:link, #menulist a:visited, #menulist a:hover, #menulist a:active {
text-decoration:none;
}

#menulist a:link {
color: #FF8D23;
}
#menulist a:visited {
color: #FF8D23;
}
#menulist a:hover {
color:#FFFFFF
}
#menulist a:active {
color: #FF8D23;
}


#textcontents {
background-color:#F1E5CF;
text-align:left;
padding: 10px;
margin: 0px 40px 40px 40px;
}

#contentbg {
width: 650px;
height: 100%;
padding-bottom: 1px;
background:url(img/paper.jpg) fixed center 110px repeat-y;
}

#footer {
	width: 640px;
	
	text-align:left;
	padding: 5px;
	font-size: 10px;
}

.wc3_image {
	float:right;
	padding: 0px 0px 5px 5px;
}

h1 {
font-size: 16px;
}
h2 {
font-size: 14px;
color:#330000;
line-height: 100%;
}

#textcontents p a:link, #textcontents p a:visited, #textcontents p a:hover, #textcontents p a:active {
text-decoration:none;
}

#textcontents p a:link {
color:#660000;
background-color:#F1D49F;
}
#textcontents p a:visited {
color:#660000;
background-color:#F1D49F;
}
#textcontents p a:hover {
color:#F1D49F;
background-color:#660000;
}
#textcontents p a:active {
color:#660000;
background-color:#F1D49F;
}

img {
	border:none;
}

a {
	outline:none;
}


#textcontents img {
border: 1px solid #000000;
}

#textcontents .img_noborder {
	border:0;
}

#uniform_thumbs {
	width: 450px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
#uniform_thumbs img {
	border:none;
	margin: 5px;
}

.img_centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.moray_thumbs {
	display:block;
	margin-left:auto;
	margin-right:auto;
	list-style: none;
	width: 400px;
	padding:0;
}

.moray_thumbs li {
	display:inline;
	margin: 5px;
	padding:0px;
}

.two_col { text-align:center;}
.two_col img {
	margin: 15px;
	vertical-align:middle;
}