@charset "utf-8";
/* CSS Document */

ul { margin-top: 0px; }

/* Green Heading */
h1 {
	color: #567E03;
	font-size: 14pt;
	font-weight: normal;
}
body {
	margin: 0px;
	text-align: center;
	background-color: #879EAE;
}
.frame {
	border: 2px solid #383F4F;
	width:896px;
	margin:0 auto;
	text-align:left;
	background-color: #FFF;
}
/* Image Menu */
.img-menu {
	clear:both;
	width: 896px;
	height: 250px;
	background-image: url(../img/home/menu_bg.jpg);	
}
#slice1 {
	width: 896px;
	height: 99px;
}
#slice3 {
	margin-left: 35px;
	width: 190px;
	height: 131px;
}
#slice5 {
	margin-left: 32px;
	width: 182px;
	height: 131px;
}
#slice7 {
	margin-left: 31px;
	width: 191px;
	height: 131px;
}
#slice9 {
	margin-left: 27px;
	width: 184px;
	height: 131px;
}

/* Standard Links */
a:link, a:visited, a:active {
	color:#3A6DA5;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}