@charset "utf-8";
/* CSS Document */

h1 {
	color: #444444;
	font-family: Arial, Genevea, Sans-Serif;
	padding-left: 0px;
	word-spacing: 0px;
	margin: 0px;
	line-height: 100%;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

.class1 {
	color: #FFFFFF;
	font:15px Helvetica, Arial , Sans-Serif;
	font-weight: normal;
	padding: 0 20px 4px 0px;
}
.class2 {
	color: #b0b0b0;
	font-family: Arial, Genevea, Sans-Serif;
	padding-left: 0px;
	word-spacing: 0px;
	margin: 0px;
	line-height: 100%;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

a.class2,a.class2:visited {
	color: #363636;
	font-family: Arial, Genevea, Sans-Serif;
	padding-left: 0px;
	word-spacing: 0px;
	margin: 0px;
	line-height: 100%;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration:underline;
	text-transform: none;
}
a.class2:hover,a.class2:visited:hover {
	color: #ffffff;
	font-family: Arial, Genevea, Sans-Serif;
	padding-left: 0px;
	word-spacing: 0px;
	margin: 0px;
	line-height: 100%;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration:underline;
	text-transform: none;
}

.class3 {
	color: #444444;
	font-family: Arial, Genevea, Sans-Serif;
	padding-left: 0px;
	word-spacing: 0px;
	margin: 0px;
	line-height: 100%;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
.class4 {
	color: #1d1d1d;
	font-family: Arial, Genevea, Sans-Serif;
	padding-left: 0px;
	word-spacing: 0px;
	margin: 0px;
	line-height: 100%;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.footer {
	color: #444444;
	font:Helvetica, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight: normal;
	padding: 0 0px 4px 0px;
}

a.footer,a.footer:visited {
	color: #444444;
	font:10px Helvetica, Arial , Sans-Serif;
	text-decoration:underline;
	text-align: center;
}
a.footer:hover,a.footer:visited:hover {
	color: #FFFFFF;
	font:10px Helvetica, Arial , Sans-Serif;
	font-weight: bold;
	text-decoration:underline;
	text-align: center;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.fltrght { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
}
#banner {
	background:url(images/top-banner.jpg) no-repeat right;
	height:150px; width:505px;
				}
				
#menu {
	background-position:left; width:245px; vertical-align:top;
				}
				
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #232520;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #503022;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
