/* design */
.top_marquee_pixel_01 {
	width: 800px;
	height: 100px;
	float: left;
	background-image: url(images/pixel_top_part.gif);
	background-repeat: no-repeat;
	background-color: #003300;
}
.top_marquee_pixel_02 {
	width: 795px;
	height: 10px;
	float: left;
	font-size: 0.85em;
	color: #FFFFFF;
	text-align: right;
	padding-top: 85px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.top_marquee_pixel_02 A:link {color: #FFFFFF; text-decoration: none;}	
.top_marquee_pixel_02 A:visited {color: #FFFFFF; text-decoration: none;}
.top_marquee_pixel_02 A:active {color: #FFFFFF; text-decoration: none;}
.top_marquee_pixel_02 A:hover {color: #FFFF00; text-decoration: none;}
.pixel_interactive {
	width: 780px;
	height: 500px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.pixel_footer {
	width: 780px;
	float: left;
	font-size: 0.85em;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-image:url(images/pixel_fade_footer.gif);
	background-repeat: repeat-x;
	background-color: #3C9E53;
}
.pixel_footer A:link {color: #FFFFFF; text-decoration: none;}	
.pixel_footer A:visited {color: #FFFFFF; text-decoration: none;}
.pixel_footer A:active {color: #FFFFFF; text-decoration: none;}
.pixel_footer A:hover {color: #FFFF00; text-decoration: none;}

