/* CSS Document */
/* ----- general ----- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
#wrapper {
	margin:0 auto;
	width: 980px;
}
#wrapper object {float:left; width:600px; height:165px;}
.lfloat {float:left;}
.rfloat {float:right;}

/* ----- main page ----- */
.main {width:750px;}
#copy{
	padding: 10px 20px;
	width: 730px;

}
#copy a{ color:#006200; text-decoration:none;}
#copy a:hover {text-decoration:underline; color:#00a94f;}

/* ----- navigation ----- */
.navbg {
	background-image:url(images/navbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}
.navimg{
	background-position:bottom;
	background-image:url(images/curve.gif);
	background-color:#FDB814;
	background-repeat:no-repeat;
	float:right;
	text-align:right;
	z-index:-1;
}
#nav {
	width:160px;
	margin:0;
	float:left;
	overflow:hidden;
	text-align:left;
}
#nav span {display:none;}
	#b01 {height: 39px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn01.gif) top left no-repeat; display: block;}
	#b01:hover{background-position: bottom left;}

	#b02 {height: 28px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn02.gif) top left no-repeat;	display: block;}
	#b02:hover{background-position: bottom left;}
	
	#b03 {height: 26px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn03.gif) top left no-repeat;	display: block;}
	#b03:hover{background-position: bottom left;}
	
	#b04 {height: 28px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn04.gif) top left no-repeat;	display: block;}
	#b04:hover{background-position: bottom left;}
	
	#b05 {height: 28px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn05.gif) top left no-repeat;	display: block;}
	#b05:hover{background-position: bottom left;}
		
	#b06 {height: 26px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn06.gif) top left no-repeat;	display: block;}
	#b06:hover{background-position: bottom left;}
		
	#b07 {height: 28px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn07.gif) top left no-repeat;	display: block;}
	#b07:hover{background-position: bottom left;}
	
	#b08 {height: 28px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn08.gif) top left no-repeat;	display: block;}
	#b08:hover{background-position: bottom left;}
	
	#b09 {height: 30px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn09.gif) top left no-repeat;	display: block;}
	#b09:hover{background-position: bottom left;}
	
	#b10 {height: 30px;	width: 170px; text-align:left; overflow: hidden; background: url(images/menu/btn10.gif) top left no-repeat;	display: block;}
	#b09:hover{background-position: bottom left;}
/* ----- base page ----- */
#base{
	/*text-align:center;*/
	margin:0;
	background-image: url(images/grass.gif);
	background-repeat: repeat-x;
	background-position:center;
	height: 50px;
	background-color:#006225;
}
.base{background-color:#006225;}
#footer {
	font-size:10px;
	text-align:center;
	color:#999999;
	text-decoration:none;
}
#footer a {
	color:#999999;
	text-align:center;
	text-decoration:none;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.white {
	border: #FFFFFF;
}
