/* General Styles */
html {
     overflow-x:hidden;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#3f3f3f;
	margin:0px;
	padding:0px;
}


h1, h2, h3, p, ul, li {
	padding:0px;
	margin:0px;
}

#binder {
	background-color:#3f3f3f;
	width:800px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


a {
	text-decoration:none;
	color:#996633;
	}

hr {
	clear:both;
	}

/*Index Page*/
#indexheader {
	width:800px;
	height:289px;
	display:block;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
#indexcontent {
	width:800px;
	}
	
#indexcontent p {
	width:500px;
	display:block;
	float:left;
	margin:10px 0px 10px 20px;
	}
#enter a, #enter a:hover {
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	float:right;
	margin:0px 20px 20px 0px;
	}
#enter a:hover{
	color:#996633;
	}

/* Header for Inner Pages */
#header {
	width:800px;
	height:55px;
	display:block;
	background-image:url(../images/inner_header.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
#header_border {
	width:800px;
	height:35px;
	display:block;
	background-image:url(../images/inner_header_border.gif);
	background-position:top;
	background-repeat:no-repeat;
	}	
/* Content Pages */
	
#content {
	width:700px;
	margin:0px 0px 0px 50px;
	}
#content p {
	padding:10px 20px 10px 0px;
	}

h1 {
	font-size:30px;
	font-weight:bold;
	line-height:36px;
	color:#996633;
	margin:0px 0px 20px 20px;
	}
h2 {
	font-size:24x;
	font-weight:bold;
	line-height:28px;
	color:#996633;
	margin:10px 0px 10px 20px;
}

.left {
	float:left;
	display:block;
	margin:10px 10px 10px 10px;
	}
.right {
	float:right;
	display:block;
	margin:10px 10px 10px 10px;
	}
.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	text-align:center;
	margin:5px 0px 10px 0px;
	}
.back {
	float:right;
	}
	
/* Footer Style */

#footer {
	width:800px;
	height:62px;
	display:block;
	clear:both;
	background-image: url(../images/footer.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
#footer ul {
	list-style:none;
	width:800px;
	height:62px;
	}
#footer ul li {
	width:100px;
	display:block;
	float:right;
	margin:37px 0px 0px 0px;
	}

#footer ul li a, #footer ul li a:hover {
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	}
#footer ul li a:hover {
	color:#996633;
	}
#footer ul li.long {
	width:125px;
	}
