body {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #E2DF9A;
}
.h1 {
	font: bold normal 18px Verdana, Geneva, sans-serif;
	color: #FFF;
}
.h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #7B1F29;
}
.h3 {
	font: 14px Verdana, Geneva, sans-serif;
	color: #000;
}
.h4 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D6C7D;
}
.h5 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
}

.h5 a:link {
	text-decoration: none;
	color: #00F;
}
.h5 a:active {
	text-decoration: none;
	color: #00F;
}
.h5 a:visited {
	text-decoration: none;
	color: #00F;
}
.h5 a:hover {
	text-decoration:none;
	font-style:italic;
	color: #7B1F29;
}
/* WINDOWS & FRAMES */
#outer {
	position: relative;
	height: 100%;
	MARGIN: 0px auto;
	padding: 0px;
	background-color: #AC9B60;
	z-index: 1;
	width: 850px;
	background-repeat: repeat-y;
	background-image: url(images/gradientrgt.png);
}


#mainmenu {
	width: 800px;
	border: 1px solid #FFF;
	margin: 10px;
	position: relative;
	color: #FFF;
	padding: 0px;
	background-color: #B29D64;
	height: auto;
}
#picmenu {
	border: 1px solid #FFF;
	margin: 10px;
	position: relative;
	font: bold 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	padding: 0px 0px 5px 0px;
	background-image: url(mainmenu/collagenorm.png);
	background-color: #B29D64;
	height: 410px;
	background-repeat: no-repeat;
}
#contentbox {
	border: 1px solid #FFF;
	margin: 10px;
	position: relative;
	color: #FFF;
	padding: 10px;
	background-color: #B29D64;
	height: auto;
	overflow: auto;
}



#pagetop1 {
	float: left;
	height: 100px;
	width: 396px;
	position: absolute;
	left: 301px;
	visibility: visible;
	top: 171px;
}
#pagetop2 {
	position: relative;
	width: 50%;
}

#header {
	height: 50px;
	width: 830px;
	padding: 0px;
	margin: 0px auto;
}

#footer {
	height: 50px;
	width: 835px;
	margin: 0 auto;
	padding: 0px;
}
.continue {
	position: relative;
	left: 300px;
	font: bold 28px "Times New Roman", Times, serif;
	color: #FFF;
	top: -85px;
	margin: 0px;
	padding: 0px;
}
.continue a { text-align: left; color: #FFF; text-decoration: none; }
.continue a:link { text-align: left; color: #FFF; text-decoration: none; }
.continue a:visited { text-align: left; color: #FFF; text-decoration: none; }
.continue a:hover {
	text-align: left;
	color: #651D20;
	text-decoration: none;
	font-style: italic;
}
.oneColElsCtr #container {
	width: 822px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	top: -85px;
	background-color: #617447;
}
.oneColElsCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
img.floatleft {
	width: auto;
	float: left;
	margin: 0px 10px 0px 5px;
}
img.floatright {
	float: right;
	margin: 5px 0px 5px 10px;
}
