@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#372D2D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {

	height:120px;
	float:left;
	padding-top: 30px;
	background-color: #1D1616;
	clear: none;
	width: 365px !important; /* Style for FF */
	/*/* FF ignores next line. Don't remove this comment! */*/
	width: 405px !important; /* Style for IE7 */
	width: 405px; /* Style for IE6 */
	text-align: right !important; /* Style for FF */
	/*/* FF ignores next line. Don't remove this comment! */*/
	text-align: center !important; /* Style for IE7 */
	text-align: center; /* Style for IE6 */
}
#header {
	height:150px;
	width:1000px;
}
#pageImages {
	width:405px;
	height:420px;
	float:left;
}
#content {
	height:410px;
	width:515px;
	background-color: #F1EDED;
	float: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: justify;
}
#contentwrap {
	height:420px;
	width:595px;
	background-color: #F1EDED;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}

#footer {
	height:23px;
	width:1000px;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 7px;
	text-align: center;
	float: left;
	background-color: #1D1616;
	clear: none;
	word-spacing: 10px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #372D2D;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
img {border:none;}
.style1 {font-size: 10px}
#bt {
border:2px solid #FFF;}

