body {
    font-family: sans-serif, Verdana;
    font-size: 13px;
    font-weight: normal;
	text-align: justify;
    background: #fff;
    color: #000;
	margin: 0;
	padding: 0;
	text-align: left; /* IE 5.5 hack */
}

#rap {
	width: 950px;
	background: #ffffff;
	margin: 0px 20px;
	border: 1px solid #ffffff;
	text-align: left;  /* IE 5.5 hack part II */
}

#nav {
  text-align: center;
  width: 643px;
}

#col {
   width: 250px;
   vertical-align: top;
   float: right;
   margin: 0px;
   background: url(images/col_b_dash.gif) repeat-y;
}

#center {
   width: 690px;
   vertical-align: top;
   padding: 0px 3px 0px 0px;
   margin: 0px 0px 0px 0px;
   float: left;
}

#footer {
  clear: both;
}
#thumbnails {
  margin: 5px 10px;
}

#thumb {
  width: 80px;
  margin: 0px 10px;
  display: inline;
}
	
#thumb img {
  border: 1px solid black;
}

.block {
   margin: 0px 0px 5px 0px;
}

.block2 {
    margin: 0px 0px 10px 5px;
}

#box {
  border: 1px solid black;
}

#box img {
  padding: 4px;
}

.dash {
    background: URL(images/dash.gif) repeat-x;
    width: 100%;
}

h1, h2, h3 {
   padding: 0px .8em;
   line-height: 22px;
   vertical-align: middle;
   margin: 0px;
   font-family: san-serif, Verdana;
   text-transform: uppercase;
   }
   
h1 {
    background: #87b6b8;
    color: #FFF;
	font-size: 18px;
}
h2 {
   color: #f00;
   font-size: 14px;
}

h3 {
   color: #f00;
   background: #87b6b8;
   font-size: 14px;
   margin: 0px 10px;
}

ul {
    list-style: inside;
}

a {
    text-decoration: none;
    color: #f00;
}

.text {
    padding: 5px 5px 0px 5px;
	margin: 0px 5px;
}

.text2 {
    padding: 2px 0px 0px 0px;
	margin-left: 10px;
	color: #94603a;
}
/*Photo gallery css*/

.gallerysize {
	width: 750px;
	height: 600px;
	display: block;
	}
	

#close {
float: right;
	}	
	
.gallery {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 700px;
	height: 550px;
	top: 50px;
	left: 20px;
	text-align: center;
	vertical-align: middle;
	clear: right;
	}
	
	
#t0, #t1, #t2, #t3, #t4, #t5 {
	position: absolute;
	width: 700px;
	left: 0px;
	top: 0px;
	display: block;
	vertical-align: middle;
} 

#t0 {
	visibility: visible;
	}
	
#t1, #t2, #t3, #t4, #t5 {
	visibility: hidden
	}
 
#gallerythumb {
    border: 1px solid black;
    margin: 5px 0px;
	float: left;
	}

.menu {
	position: absolute;
	width: 80px;
	padding: 0px;
	display: inline;
	left: 10px;
	top: 28px;
}
