body {
font:0.8em Arial, Verdana, Helvetica, sans-serif;
background:#fff;
margin:0;
padding:0;
}

img {
border: none;
}

h1 {
margin: 0;
padding: 10px 0 0 0;
color: #006600;
font-size: 1.6em;
}

h2 {
color: #006600;
font-size: 1.1em;
margin: 20px 0 0 0;
padding: 0;
}

p {
color: #666;
margin: 8px 0;
padding: 0;
}

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

a:hover {
color: #006600;
}

em {
color: #666;
}


/*	GENERAL	*/
#gallery {
width:955px;
margin:0px auto;
height: 600px;
padding:0 20px;
}

#contentwrapper{
height: 606px;
width: 950px;
}


/*	CONTENT  	*/
#content {
border: 1px solid #ccc;
width: 450px;
height: 496px;
overflow: auto;
padding: 0 10px;
float: right;
margin-top: 8px;
}

.photo {
float: left;
margin-top: 15px;
}

#index_img {
float: left;
margin-top: 20px;
}

#logo {
width: 450px;
float: right;
padding: 125px 0px;
text-align: center;
}

.pic_link  a{
color: #006600;
text-decoration: underline;
}

/*	THUMBS	*/
#thumbwrapper {
margin:0 0 5px 0;
padding:10px 0 0 0;
width:580px;
height:100px;
}

#thumbarea {
position:relative;
overflow:hidden;
height:100px;
width:580px;
}

#thumbs {
position:absolute;
list-style:none;
margin:0px;
padding:0px;
height:100px;
width:10000px;
}

#thumbs li {
float:left;
margin-right:5px;
cursor:pointer;
}


/*	BIG IMAGES	*/
#imagearea {
position: relative;
width: 950px;
height: 500px;
border: 1px solid #ccc;
background: #fff url(images/loading.gif) center center no-repeat;
}
#imagearea.photos {
	height: 550px;
}
#image img {
position:absolute;
padding:0;
margin: 0;
}
#image.center img{
	margin: 0 0 0 65px;
}
.center .imgnav {
	height:550px;
}
.imgnav {
position:absolute;
height:500px;
width:5%;
z-index:100;
outline:none;
cursor:pointer;
}

#previmg {
left:0;
background:url(../images/left2.png) left center no-repeat;
}

#previmg:hover {
opacity:1;
filter:alpha(opacity=100);
}

#nextimg {
right:0;
background:url(../images/right2.png) right center no-repeat;
}

#nextimg:hover {
opacity:1;
filter:alpha(opacity=100);
}


#previmg2 {
left:0;
background:url(../images/left2.png) left center no-repeat;
}

#previmg2:hover {
opacity:1;
filter:alpha(opacity=100);
}

#nextimg2 {
right:0;
background:url(../images/right2.png) right center no-repeat;
}

#nextimg2:hover {
opacity:1;
filter:alpha(opacity=100);
}


/*	FOOTER AND NAV	*/
#footer {
width: 950px;
margin: 0;
padding: 10px 0 0 0;
}

#footer ul {
margin: 0;
padding: 0;
}

#footer li {
display: inline;
}

.nav {
float: left;
color: #006600;
font-weight: bold;
}

.nav a {
border-left: 1px solid #006600;
text-decoration: none;
color: #006600;
padding: 0 10px;
}

.nav a:hover {
text-decoration: underline;
}

.noborder a {
border: none;
padding-left: 0;
}

.moustique {
float: right;
font-size: 0.8em;
}

.moustique a {
color: #666;
}

a:hover {
color: #006600;
}