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

body{font: arial,sans-serif; color:#663300; background:#fff; text-align:center;}
a{color:#3399CC;}

#navigation {
	position:absolute;
	left: 292px;  
	top:585px; 
	width:550px; 
	height:15px; 
	background:#fff; 
	font-size:1em; 
	z-index:5; 
	}

#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}

#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}

#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#FFFFCC; background:#fff; overflow:hidden; font-style:normal; z-index:1;}

.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#FFFFCC; line-height:40px; font-weight:normal;}

a.nav1, a.nav2, a.nav3, a.nav4, a.nav5 {width:110px; height:15px; display:block; float:left; text-align:center; font-family:arial; font-size:.75em; font-weight:bold; color:#999999; text-decoration:none; line-height:15px; overflow:hidden;}

a.nav1 {background-position:0 15px;}
a.nav2 {background-position:-110px 15px;}
a.nav3 {background-position:-220px 15px;}
a.nav4 {background-position:-330px 15px;}
a.nav5 {background-position:-440px 15px;}

a.nav1:hover {background-position:0 0;}
a.nav1:hover .button {background:#333333; color:#fff; display:block; width:110px; height:15px;}
a.nav2:hover {background-position:-110px 0;}
a.nav2:hover .button {display:block; width:110px; height:15px; background:#333333; color:#fff;}
a.nav3:hover {background-position:-220px 0;}
a.nav3:hover .button {display:block; width:110px; height:15px; background:#333333; color:#fff; cursor:pointer;}
a.nav4:hover {background-position:px -330px 0;}
a.nav4:hover .button {display:block; width:110px; height:15px; background:#333333; color:#fff; cursor:pointer;}
a.nav5:hover {background-position:px -440px 0;}
a.nav5:hover .button {display:block; width:110px; height:15px; background:#333333; color:#fff; cursor:pointer;}


.curvy p {position:relative; z-index:100; padding:0px 48px; font-family:arial; font-size:smaller; color:#666666;}

.curvy {position:absolute; left:292px; top: 0px; width:550px; background:#FFFFCC; color:#000; text-align:center; height:585px;}

.imageleft {position: absolute; left:0;}

.imageright {position: absolute; left:785px;}

#gallery {

  padding:0; 
  overflow:auto;
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:550px; 
  height:575px; 
  border:0px; 
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:550px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:550px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:250px;
  cursor: pointer;
  }
#gallery li a:hover img {
  height:250px;
  }

