/-------------------------------------->
Design by Kimberlie Bees-Guy
Design url: http://bubblebean.org/
Copyright 2008 PBO Planning & Mgt.
<--------------------------------------/

/*-------------------General-----------------*/

* 			{margin: 0;	padding: 0;}
html, body	{height: 100%;}

body {
	background: url(bkg.png)repeat-x center top;
	margin: 0;
	padding: 0;
}

p, li, h1 {margin: 0 auto; }

img {border-width:  0;}

.clear {clear: both;}

#header{
	background: url(header2.png)no-repeat center top;
	margin-top: 0px;
	height: 130px;
}

#wrapper{
	background: url(bkg.png)repeat-x center top;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	width: 100%;

}


/*-------------------Main-----------------*/
#maincontainer{
	background: url(main.png);
	width: 833px;
	height: 350px;
	margin: 0 auto;
		
}

#maincontent {
	margin-left: 210px;
	margin-right: 20px;
	margin-top:  0px;
	font: 15px "DejaVu Serif", "Courier News";	
}

#badge {
	background: transparent url(badge.png)no-repeat;
	width: 200px;
	height: 140px;
	margin-top: -10px;
	margin-left: 400px;
	
}
/*---------------Navigation---------------*/
.navigation{
	position: absolute;
	margin-top: 5px;
	margin-left: -37px;
	list-style: none;
	text-decoration: none;
	width: 190px; 
	height: 274px;
	float: left;
	clear: both;
	overflow: hidden;
}

.navigation li{
	border-bottom: 1px dotted #F9FEEE; 
	width: 230px;
	margin: 0 auto;
	list-style: none;
	text-decoration: none;
	float: left;
}

.navigation li a{
	background: #545649 url(vstrip2.png) repeat-y left top;
	font:  11px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: #EEEEEE;
	width: 230px;
	margin-top: -1px;
	border-bottom: 1px dotted #F9FEEE; 
	padding: 10px 0; 
	text-indent: 15px;
	text-decoration: none;
}

.navigation li a:visited{
	color: #EEEEEE;
	text-decoration: none;
}

.navigation li a.current{
	color: #21120D;
	text-decoration: none;
}

.navigation li a:hover{
	background-position: -385px 0; 
	color: #21120D;
	text-decoration: none;
}

.navigation li.lastitem, .navigation li.lastitem a{
	border-bottom-width: 0; 
	text-decoration: none;
}

.navigation li.lastitem a{
	padding: 12px 0; 
	text-decoration: none;
}

/*----------------FrogSlide---------------*/

#bmcontainer{
	background: url(main.png);
	width: 833px;
	height: 390px;
	margin: 0 auto; 
	position: relative;
}
#bmcontent {
	margin-left: 3px;
	margin-right: 3px;
	font: 14px "DejaVu Serif", "Courier News";	
}

/*-------------------Footer-----------------*/

#footer{
	clear: left;
	width: 100%;
	background: transparent;
	text-align: center;
	padding: 30px 0;
	position: relative;
}

#footer a{
	color: #21120D; 
	text-decoration: none;
	font: 14px "Gill Sans";
}

/*----------------Headers-----------------*/
h1 {
	font: 18px "Archer Medium",Georgia;
	color: #da8b17;
}

