	body {
	   background-color: #dedede;
	   color: #000;
	   font-family: Lucida Grande,Arial,Helvetica,Verdana,sans-serif;
	   font-size: 12px;
		}
		
	h1	{ font-size: 24px; }
	h2	{ font-size: 18px; }
	h3  { font-size: 16px; }


	.text {
	   font-family: Verdana,Arial,sans-serif;
	   font-size: 12px;
		}
		
	img {
		behavior: url('/css/pngbehavior.htc');
		}
	
	a img { border: 0px; }
	
	#body { color: #333; padding: 15px; }
	
	#body a { text-decoration:none; font-weight: bold;
			  border-bottom: 1px #ccc dotted; color: #00C; }
	
	#body a:hover { border-bottom: 1px #009 solid; color: #00C; }
	
	
	#shell {
		width: 872px;
		position: relative;
		}
			
	#footer { z-index: 9999;
				width: 859px; height: 180px;
				background-image:  url('/img/beach-scene.jpg');
				background-repeat: no-repeat;
				position: relative;
}
		
	#container {
		background-image:  url('/img/background.gif');
		background-repeat: repeat-y;
		position: relative;
		
		 }
		
	#bkgTop {
		background-image:  url('/img/bkg-top2.jpg');
		background-repeat: no-repeat;
		height: 125px;
		text-align: left;
		width: 859px;

		}
	
	#bkgTopBlue {
		background-image:  url('/img/bkg-to.jpg');
		background-repeat: repeat-x;
		height: 118px; width: 787px;
		text-align: left;
		position: absolute;
		top: 14px;
		left: 6px;
		}
		
	#logo {
		position: absolute;
		top: 35px;
		left: 25px;
		z-index: 99;
		}
		
	#quote {
		position: absolute;
		top: 15px;
		right: 18px;
		z-index: 100;
		width: 336px; height: 216px;
		}
	
	#content { width: 830px; 
		background-color: #fff;
		text-align: left;
		position: relative;
		}

	#homebkg { width: 787px; height: 662px;
		background-image:  url('/img/bkg-boomerang.jpg');
		background-repeat: no-repeat;
		text-align: left;
		}
	
	#menuC {
		position: absolute;
		background-image:  url('/img/bkg-menu.gif');
		background-repeat: repeat-x;
		width: 787px; height: 26px;
		left: 6px; top: 94px;
		z-index: 50;
		}
		
	#note {
		border: 1px #ccc solid;
		background-color: #FFEDA7;
		padding: 9px;
		}
					
	#menu 		{ margin: 5px 10px 0px 10px; }			
	#leftmenu	{ margin: 0px; }
	#leftmenu a	{ display: block;
				  padding: 6px 15px 4px 15px;
				  
				  color: #fff;
				  border-right: 1px #f1f1f1 solid;
				  border-bottom: 1px #2A4D19 solid;
				  float:left;
				  }
	#leftmenu .active { 
				  border-bottom: 1px #fff solid;
				  background-color: #fff;
				  background-image: none;
				  font-weight: bold;
				  color: #000; }		  
	#leftmenu a:hover {
				  background-color: #63BF3C;
				  color: #fff;
				  background-image: none;
				  }
	#leftmenu a { text-decoration: none; }



	#sidebar { width: 150px; }
	#sidebar p { padding-right: 12px; }
	#sidebar p a { padding-left: 5px; display: block; padding-top: 8px; padding-bottom: 3px; text-decoration: none;
				 border-bottom: 1px #ccc dotted; }
	#sidebar a:hover { background-color: #6699CC; color: #fff; }
		