/* main */
body	{
	margin: 0px;
	padding: 0px;
	background-color: #000033;
}
.container_main {
	width: 800px;
	float: left;
	background-color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin-left: 10px;
	margin-top: 10px
}
/* top - begin */
.top_marquee_01 {
	width: 800px;
	height: 100px;
	float: left;
	background-image: url(images/main_top_part.gif);
	background-repeat: no-repeat;
	background-color: #003300;
}
.top_marquee_02 {
	width: 800px;
	height: 100px;
	float: left;
	background-image: url(images/main_woodchuck_moving.gif);
	background-repeat: no-repeat;
	background-position: 2px 58px;
}
.top_marquee_03 {
	width: 795px;
	height: 10px;
	float: left;
	font-size: 0.85em;
	color: #FFFF00;
	text-align: right;
	padding-top: 85px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.top_marquee_03 A:link {color: #FFFF00; text-decoration: none;}	
.top_marquee_03 A:visited {color: #FFFF00; text-decoration: none;}
.top_marquee_03 A:active {color: #FFFF00; text-decoration: none;}
.top_marquee_03 A:hover {color: #FFFFFF; text-decoration: none;}
/* top - end */
/* middle - begin */
.container_center_index {
	width: 780px;
	height: 480px;
	float: left;
	padding: 10px;
	background-image:url(images/main_fade_index.gif);
	background-repeat: repeat-x;
	background-color: #660000;
}
.center_box_index {
	float: left;
	vertical-align: middle;
	text-align: center;
}
.center_box_contact {
	width: 740px;
	height: 20px;
	float: left;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	color: #0000FF;
	background-image: url(images/index_contact.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.container_center {
	width: 780px;
	float: left;
	padding: 10px;
	background-image:url(images/main_fade.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.center_box {
	width: 780px;
	float: left;
	padding-bottom: 10px
}
.align_left {
	width: 800px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.15em;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* middle - end */
/* bottom - begin */
.index_footer {
	width: 780px;
	float: left;
	font-size: 0.85em;
	color: #FFFF00;
	text-align: center;
	padding: 10px;
	background-image:url(images/main_fade_footer.gif);
	background-repeat: repeat-x;
	background-color: #003300;
}
.index_footer A:link {color: #FFFF00; text-decoration: none;}	
.index_footer A:visited {color: #FFFF00; text-decoration: none;}
.index_footer A:active {color: #FFFF00; text-decoration: none;}
.index_footer A:hover {color: #FFFFFF; text-decoration: none;}
/* bottom - end */