@charset "UTF-8";
/* CSS Document */

body {
	background-color: #330000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-gradient.gif);
	background-repeat: repeat;
	text-align:center;
}

div#bgbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	height: 920px;
	width: 800px;
	position: relative;
	top: 5px;
	margin-top: 10px;
	float: none;
	background-color: #CCCC99;
	margin-left: 10px;
	background-image: url(../images/body-texture.jpg);
}

div#titlebox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 75px;
	width: 780px;
	top: 25px;
	left: 25px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: middle;
}
div#box2 {
	height: 25px;
	width: 780px;
	background-image: none;
	background-color: #952B02;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#box3 {
	height: 235px;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #952B02;
	float: left;
}
div#box4 {
	height: 215px;
	width: 280px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	float: right;
	top: 0px;
	padding: 10px;
	z-index: 2;
}
div#box5 {
	height: 10px;
	width: 300px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #666633;
	float: right;
	top: 0px;
}
div#box6 {
	height: 10px;
	width: 780px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #A05E00;
	top: 0px;
	float: left;
}
div#box7 {
	height: 10px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #C2872F;
	top: 0px;
	float: left;
	padding: 10px;
}

div#box9 {
	height: 300px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #E4E5C7;
	top: 0px;
	float: left;
	padding: 10px;
	overflow: hidden;
}

div#box10 {
	height: 45px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #892702;
	top: 0px;
	float: left;
	background-image: url(../images/bottom-logo.png);
}

div#nav2nd {/*secondary navigation goes in here. */
	height: 215px;
	width: 280px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #952B02;
	float: right;
	top: 0px;
	padding: 10px;
	z-index: 2;

}
div#box8 {
	height: 500px;
	width: 490px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	top: 0px;
	float: right;
	padding: 10px;
	border: 10px solid #FFFFFF;
	overflow: scroll;
	background-color: #FFFFFF;
	scrollbar-face-color: #CCCC99;       /* olive */
	scrollbar-base-color: #FFFFFF;       /* white */
	scrollbar-arrow-color: #000000;      /* black */
	scrollbar-track-color:#F3F3F3;       /* off-white */
	scrollbar-shadow-color:#CCCC66;      /* lighter olive */
	scrollbar-highlight-color:#CCCC66;   /* lighter olive */
	scrollbar-3dlight-color:#336633;     /* green */
	scrollbar-darkshadow-color:#336633;  /* green */
}
div#main1 {/*contains text for thumbnail photo*/
	height: 150px;
	width: 480px;
	top: 0px;
	margin: 0px;
	line-height: 14px;
	text-decoration: none;
	overflow: visible;
	padding-top: 10px;
	max-width:inherit;
	clip: rect(auto,auto,auto,auto);
}
div#main2 {/*container for text*/
	height: 150px;
	width: 480px;
	top: 0px;
	margin: 0px;
	line-height: 14px;
	text-decoration: none;
	overflow: visible;
	padding-top: 10px;
	max-width:inherit;
	clip: rect(auto,auto,auto,auto);
}
div#main3 {/*container for dotted line*/
	height: 150px;
	width: 480px;
	top: 0px;
	margin: 0px;
	line-height: 14px;
	text-decoration: none;
	overflow: visible;
	padding-top: 10px;
	max-width:inherit;
	clip: rect(auto,auto,auto,auto);
}
div#main3 p {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #cccccc;
	line-height: 2px;

}