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

body{
	background-color:#000000;
}
#container{
	width:800px;
	height:100%;
}

#logo{
	background:url(../images/logo.jpg) top no-repeat;
	width:338px;
	height:110px;
	float:left;	
}
#jaco{
	float:left;
	padding-top:30px;
	margin-left:175px;
}
#header{
	background:url(../images/header2.jpg) no-repeat;
	width:534px;
	height:213px;
	clear:both;
	margin-top:13px;
}
.sea-breeze{
	text-align:center;
	padding:10px 0px;
}

.bar_menu{
	background:url(../images/bar_menu.png) no-repeat;
	width:800px;
	height:36px;
	margin-top:6px;
	clear:both;
	text-align:right;
}

.bar_menu a{
	background:url(../images/menu_off.png) repeat-x;
	height:26px;
	padding:10px 15px 0 15px;
	display:block;
	float:right;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
}

.bar_menu a:hover{
	background:url(../images/menu_on.png) no-repeat;
	height:26px;
	padding:10px 15px 0 15px;
	color:#98D632;
}

.bar_menu2{
	background:url(../images/bar_menu.png) no-repeat;
	width:800px;
	height:36px;
	margin-top:6px;
	clear:both;
	text-align:left;
}

.bar_menu2 a{
	background:url(../images/menu_off.png) no-repeat;
	width:135px;
	height:26px;
	padding-top:10px;
	display:block;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
}

.bar_menu2 a:hover{
	background:url(../images/menu_on.png) no-repeat;
	width:135px;
	height:26px;
	padding-top:10px;
	color:#98D632;
}
.box{
	background-color:#251D0F;
	width:236px;
	height:260px;
	padding:10px;
	clear:both;
    color:#FFFFFF;
	font-size:11px;
	font-family:verdana;
	text-align:justify;	
}
.box h2{
	text-align:center;
	font-family:"Courier New", Courier, monospace;
}

.menu_02{
	padding:4px 0px;
}

.menu_02 a{
	background:url(/images/menu_02_off.jpg) no-repeat;
	width:246px;
	height:29px;
	padding:10px 0 0 10px;
	display:block;
	color:#98D632;
	text-decoration:none;
	font-family:verdana;
	font-size:11px;
}

.menu_02 a:hover{
	background:url(../images/menu_02_on.jpg) no-repeat;
	width:246px;
	padding:10px 0 0 10px;
	height:29px;
	color:#FFFFFF;
}

.text{
	color:#FFFFFF;
	font-size:11px;
	font-family:verdana;
	text-align:justify;
	text-decoration:none;
	padding:10px;
	height:410px;
	max-height:410px;
	overflow:auto;
}

.text a{
	color:#FFCC00;
	text-decoration:none;
}

.text a:hover{
	color:#98D632;
}

.banner{
	text-align:center;
	padding:10px 0px;
}

.text2{
	color:#FFFFFF;
	font-size:11px;
	font-family:verdana;
	text-align:justify;
	text-decoration:none;
	padding:10px;
	overflow:hidden;
}

.text2 a{
	color:#FFCC00;
	text-decoration:none;
}

.text2 a:hover{
	color:#98D632;
}

.cont_left{
	float:left;
	width:534px;
	margin-top:10px;	
}

.cont_right{
	float:right;
	width:256px;
	margin-top:10px;
}
	
.footer{
	background:url(../images/footer.jpg) no-repeat;
	width:800px;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	height:25px;
	clear:both;
}
h1{
	color:#98D632;
	font-family:verdana;
	font-size:18px;
	text-align:center;
}
h2{
	color:#98D632;
	font-family:verdana;
	font-size:16px;
}
h3{
	color:#98D632;
	font-family:verdana;
	font-size:14px;
}
