@charset "UTF-8";
/* CSS Document */

ul{
list-style-type:none;
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
border:0;
background-image:url(../images/background.gif);
background-repeat:repeat;
}

#superwrapper{
width:100%;
background-image:url(../images/whitebg.jpg);
background-repeat:repeat-x;
background-position:top;
}

#mainwrapper{
width:900px;
margin:0 auto;
}

#topwrapper{
height:170px;
width:950px;
}

#bottomwrapper{
height:30px;
width:748px;
margin-left:180px;
margin-bottom:25px;
}

#footer{
height:25px;
width:740px;
text-align:center;
font:.6em/1.3em "Trebuchet MS", "Arial", sans-serif;
color: #817f7f;
padding-left:5px;
padding-top:5px;
text-decoration:none;
}

#footer a:link {
color:#817f7f;
text-decoration:none;
} /* for unvisited links */

#footer a:visited {
color: #CC8EC3;
text-decoration:none;
} /* for visited links */ 

#footer a:hover { 
color:#91CC8E; 
text-decoration:none;
} /* when mouse is over link */ 

#footer a:active { 
color: #CC8EC3;
text-decoration:none;
} /* when link is clicked */ 

#titlewrapper{
float:left;
height:250px;
width:200px;
}

#title{
height:197px;
width:200px;
margin-top:24px;
background-image:url(../images/logo.png);
background-repeat:no-repeat;
float:left;
}

#navwrapper{
float:right;
margin-top:80px;
}

#navwrapper img{
margin-right:35px;
border:2px white solid;
padding-left:10px;
padding-right:10px;
}

#navwrapper img:hover{
border:2px #91cc8e solid;
}

#contentwrapper{
margin-left:180px;
}

#slidewrapper{
margin:0;
padding:0;
border:0;
}

#imagearea{
margin:0;
width:700px;
height:500px;
border-left:25px white solid;
border-right:25px white solid;
border-bottom:25px white solid;
background-color:#FFF;
}

#galleriesimagearea{
margin:0;
width:700px;
border-left:25px white solid;
border-right:25px white solid;
border-bottom:25px white solid;
background-color:#FFF;
}

.galleriesbg{
background-image:url(../images/galleriesback.jpg);
background-position:center;
background-repeat:no-repeat;
}

.contactbg{
background-image:url(../images/contactback.jpg);
background-position:center;
background-repeat:no-repeat;
}

.aboutbg{
background-image:url(../images/bioback.jpg);
background-position:center;
background-repeat:no-repeat;
}

.thanksbg{
background-image:url(../images/thanksback.jpg);
background-position:center;
background-repeat:no-repeat;
}

#content{
width:325px;
height:250px;
border-left:5px white solid;
font:.8em/1.5em "Trebuchet MS", "Arial", sans-serif;
color: #817f7f;
padding-top:75px;
text-decoration:none;
}

#content a:link {
color:#817f7f;
text-decoration:none;
} /* for unvisited links */

#content a:visited {
color: #CC8EC3;
text-decoration:none;
} /* for visited links */ 

#content a:hover { 
color:#91CC8E; 
text-decoration:none;
} /* when mouse is over link */ 

#content a:active { 
color: #CC8EC3;
text-decoration:none;
} /* when link is clicked */ 

#gallerieslist{
padding-top:90px;
}

#imagearea li a{
font:.8em/1.5em "Trebuchet MS", "Arial", sans-serif;
color:#817f7f;
text-decoration:none;
}

#imagearea li a:hover{
color:#91CC8E
}

#imagearea img{
border:0;
padding:0;
}

.nav{
width:400px;
margin:5px 0;
}

#nav a{
width:400px;
margin-right:5px;
padding: 3px 5px;
background: #817f7f;
font:.8em/1.5em "Trebuchet MS", "Arial", sans-serif;
color:#FFF;
text-decoration:none;
}

#nav a.activeSlide{
background-color:#91cc8e;
}

#nav a:focus{
outline: none;
}

#prev,#next{
float:right;
font:.8em/1.5em "Trebuchet MS", "Arial", sans-serif;
color:#817f7f;
text-decoration:none;
margin-left:10px;
}

#prev:hover,
#next:hover{
float:right;
color:#91cc8e;
margin-left:10px;
}

.slideshow{
margin-bottom:10px;
}