@charset "UTF-8";
/* CSS Document */

body {
	background-image: url();
	background-color: #220F00;
}
#container {
	height: 650px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#background {
	background-image: url(images/scroll_img.png);
	background-repeat: no-repeat;
	height: 670px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 8px;
}
#content {
	background-color: #FFFFFF;
	height: 410px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	position: abosolute;
	margin-top: 125px;
	padding: 20px;
}
#logo {
	height: 176px;
	width: 320px;
	position: absolute;
	margin-left: 100px;
	left: -20px;
	top: -2px;
}
#left_content {
	float: left;
	height: 369px;
	width: 273px;
	margin-top: 40px;
	background-image: url(images/bw_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#flash_holder {
	height: 409px;
	width: 564px;
	float: right;
	background-image: url(images/img1.jpg);
	background-repeat: no-repeat;
}
#right_scroll {
	background-image: url(images/right_scroll.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 350px;
	width: 107px;
	float: right;
	left: 946px;
	top: 253px;
	z-index: 2000;
}
#header {
	float: right;
	height: auto;
	width: 520px;
	margin-right: 130px;
	margin-top: 40px;
}
#home_link{
	float: right;
	height: auto;
	width: 520px;
	margin-right: 125px;
	margin-top: 10px;
}
* { margin: 0; padding: 0; }
body { padding: 20px; }



    .style3 {
	font-size: 13px;
	color: #220F00;
}
a:link {
	color: #220F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #220F00;
}
a:hover {
	text-decoration: underline;
	color: #220F00;
}
a:active {
	text-decoration: none;
	color: #220F00;
}
#footer {
	float: left;
	height: auto;
	width: 860px;
	margin-left: 120px;
	margin-top: 25px;
}
.style1 {color: #58FFFD}
.style2 {
	color: #66FFFF
}
.style4 {font-size: 14px; color: #220F00; }
.style5 {
	color: #AACC33;
	font-size: 12px;
}
.alt {color: #FFFFFF}
a.alt:link {color: #FFFFFF; text-decoration: none; }
a.alt:visited {color: #FFFFFF; text-decoration: none; }
a.alt:hover {color: #FFFFFF; text-decoration: underline; }
a.alt:active {color: #FFFFFF; }

.alt2 {color: #66FFFFF}
a.alt2:link {color: #66FFFF; text-decoration: none; }
a.alt2:visited {color: #66FFFF; text-decoration: none; }
a.alt2:hover {color: #66FFFF; text-decoration: underline; }
a.alt2:active {color: #66FFFF; }
