/* CSS Document */
body {
	background: #FFF;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #006C84;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

/*FLASH OBJECT DIV*/
#flash {
	height: 285px;
}
/*BUCKET DIV*/
#buckets {
	height: 100px;
	margin: 20px 0;
	list-style: none;
}
#buckets li {
	float:left;
	height: 100px;
	width: 185px;
}
#buckets li a:link , #buckets li a:visited, #buckets li a:active {
	text-indent: -9999px;
	display: block;	
	height: 100px;
	width: 185px;
}
#promo1 {
	background: url(../gui/promo1.png) no-repeat;
	margin-right:20px;
}
#promo2 {
	background: url(../gui/promo2.png) no-repeat;
	margin-right:20px;
}
#promo3 {
	background: url(../gui/promo3.png) no-repeat;
	margin-right:20px;
}
#promo4 {
	background: url(../gui/promo4.png) no-repeat;
	margin-right: 0;
}

/*HTML COPY AREAS*/
#left_col {
	width:390px;
	float:left;
}
#right_col {
	margin-left:410px;
}
#left_col h3, #right_col h3 {
	color: #DF812A;	
}


