a
{
	color:#011106;
}
#header
{
    background-color: #289559; 
	border-bottom: 1px solid #366E47;
}
#navi
{
	border-bottom: 1px solid #80A38F;
	border-left: 1px solid #80A38F;
	border-right: 1px solid #80A38F;
}
#main
{
	background-color: #FFF;
	border-top: 1px solid #3E7BAA;
	background-image: url(../images/seabg.png);
    background-repeat: no-repeat;
    background-position:top center;
}

#footer
{
	background-color: #5B5A5F;
	border-bottom: 2px solid #C1CCDC;
	background-image: url(../images/code.png);
    background-repeat: no-repeat;
    background-position:right center;
}
#leftBtn
{	
	background-color:#FFF;
	width:27px;
	height:32px;
	border:0;
	margin-top:58px;
	position:absolute;
	background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position:left top;
}
#rightBtn
{
	background-color:#FFF;
	width:27px;
	height:32px;
	border:0;
	margin-top:58px;
	margin-left:26px;
	position:absolute;
	background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position:left top;
}
#option1
{
	margin-left:55px;
	background-image: url(../images/epicon1.png);
    background-repeat: no-repeat;
    background-position:left top;
}
#option2
{
	background-image: url(../images/epicon2.png);
    background-repeat: no-repeat;
    background-position:left top;
}
#option3
{
	background-image: url(../images/epicon3.png);
    background-repeat: no-repeat;
    background-position:left top;
}
#option4
{
	background-image: url(../images/epicon4.png);
    background-repeat: no-repeat;
    background-position:left top;
}
#navi a
{
	font-size: 14px;
	font-weight: 800;
	color: #289458;
}
#about a
{
	font-size: 8px;
	font-weight: 500;
	color: #FFF;
}
#message a
{
	color: #B5B6B5;
}
a:hover
{
	color:#FF0000;
}
#navi span a:hover,#about span a:hover,#message span a:hover
{
	color:#FF0000;
}
