html, body 		{ margin: 0; padding: 0; }
body 			{ color: #FFFF80; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; background: #000;
background-image: url('../images/bgbamboo2.gif'); background-repeat: no-repeat; background-position: top left;
background-attachment:fixed; }
h2				{ color: yellow; }
a				{ color: yellow; }
p				{ margin: 0 0 18px; }
#container		{ width: 800px; margin: 0 auto;}
	
/* Header */
#header			{ background: yellow; border-bottom: 1px solid yellow; }
#header h1  	{ color: #000; margin: 0 0 3px; padding: 24px 18px 0; }
#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
     		
/* Content Style */
#navigation		{ border-bottom: 1px solid #ccc; margin-right: 18px; }
#navigation ul	{ padding: 0 18px 9px; }
#extra			{ margin-right: 18px; }
#extra small	{ font-size: 11px; line-height: 18px; }
#content		{ margin-left: 18px; margin-bottom: 20px; }
#content p, #extra p { padding-right: 18px; }
     		
/* Content Positioning & Size */
#navigation		{ float: right; width: 215px; }
#content		{ float: left; width: 520px; }
#extra			{ float: right; clear: right; width: 215px; }		

/* Footer */
#footer			{ clear: both; width: 100%; font-size: 85%; margin: 0px 0px 5px;}
#footer a		{ color: yellow; }
#footer	p		{ color: yellow; margin: 0; padding: 0 18px 10px; }
#footer ul		{ border-bottom: 1px solid yellow; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

/* Custom */
#header h1.pagetitle { position: absolute; left: -800px; }
img {border: 0px; }

#buttons { float: right; position:relative; right: 5px; top: 10px; text-align: center;}

/* Menu http://www.scottklarr.com/topic/88/how-to-make-a-css-menu/ */
#topmenu { border-top: 2px solid black; } 
#topmenu a	{ color: blue; text-decoration: none; font-weight:bold;  }
#topmenu a:hover	{ text-decoration: underline; }
#topmenu ul { display: block; padding: 0px; margin: 0px; color: black;} 
#topmenu ul li { display: inline; padding: 0px 10px; margin: 0px; list-style: none; color: black; }

h3 { font-size: 110%; font-weight: bold; }

.notice { border: 1px solid #FFFF80; padding: 8px; font-size: 95%; }

#fblike { float:right; position: relative; top: 5px; right: -15px; }

/* Slideshows */
#slideshow1 { margin: 10px 0px; }
.pics { height: 367px; width: 540px; padding:0; margin:0; overflow: hidden }
.pics img { height: 347px; width: 520px; padding: 4px; border: 0px solid #ccc; background-color: #fff; top:0; left:0 }
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#slideshow_side { margin: 10px 0px; }
.pics_side { height: 315px; width: 210px; padding:0; margin:0; overflow: hidden }
.pics_side img { height: 315px; width: 210px; padding: 0px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }

#slideshow_aboutus { margin: 10px auto; }
.pics_aboutus { height: 642px; width: 482px; padding:0; margin:15px auto; overflow: hidden }
.pics_aboutus img { height: 640px; width: 480px; padding: 0px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
}