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

body {margin: 0; padding: 0; background: #000000; text-align: center; color: #000000;}

.clear {clear: both; margin: 0px}

#container {position: relative; width: 1000px; height: 750px; margin: 25px auto; background: #9b9912; border: 1px solid #000000; text-align: left; } 

#logo {position: absolute; top: 10px; left: 15px; width: 445px; height: 150px; background: #9b9912;} 

#leftside {position: absolute; top: 240px; left: 15px; width: 445px; height: auto; background: #9b9912;}

#rightside {position: absolute; top: 60px; left: 530px; width: 420px; height: auto; background: #7b852c; padding: 5px 5px 0px 10px;}

#rightside p {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; margin-left: 10px; margin-right: 10px;} 
#rightside a {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none;} 
#rightside a hover {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #999900; text-decoration: none;}
p span.gallerylinks {font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #cccc66; text-decoration: none;}
a span.gallerylinks {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #CC9900; text-decoration: none;}
a hover span.gallerylinks {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none;}

#menubar {position: absolute; top: 600px; left: 3px; width: 445px; height: 30px; background:#999900;} 

#treeline {position: absolute; top: 640px; left: 1px; width: 1000px; height: 113px; background-image: url(images/treeline.png); background-repeat: repeat-x;}

/* Gallery styles */

#gallery {background-color: #7b852c; padding: 10px; width: 375px; margin-left: 30px;}  /* margin-left centres the thumbnails when it is 3 across  */
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img { border: 5px solid #3e3e3e; border-width: 5px 5px 10px; }
#gallery ul a:hover img { border: 5px solid #fff; border-width: 5px 5px 10px; color: #fff;}
#gallery ul a:hover { color: #fff;}