html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	background: #FFEBAE;
	position: absolute;
	left: 0px;
	top: 0px;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#banner_bg {
	background: url(images/red_line.gif) repeat-x bottom;
	margin: 0px;
	padding: 0px;
	height: 59px;
}
#navbar {
	margin-right: 40px;
}
#main {
	margin: -5px 17px -3px 22px;
	padding: 5px;
	border-right: 12px solid #000000;
	border-left: 12px solid #000000;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
#flash_object {
	width: 600px;
	height: 313px;
	margin: 0px auto;
	
}
h1 {
	font: x-large Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
h2 {
	font: large Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
.content {
	font: medium Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer {
	background: url(images/red_line2.gif) repeat-x  top;
	height: 34px;
	text-align: right;
	font: small Arial, Helvetica, sans-serif;
}

.clear_it {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
#slideshowobject {
	float: left;
	margin: 20px 20px 10px;
}
#slideshowobject_right {
float: right;
	margin: 20px 20px 10px;
	}
.indent_list {
	margin-left: 30px;
}


#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
