*{margin:0px;padding:0px;}

body{
    text-align:center;
    font-family:Myriad Web Pro,San Serif, times;
    color:#454227;
    background:#f0ede0;
    background:#ceb9a1;

}
img{
    border:0px;
    vertical-align:middle;
}
h1{
    font-style:italic;
}

#wrapper{
    width:1023px;
    margin:0px auto;
    text-align:left;
    border:5px double;
}

#header{
    border-top:10px solid #454227;
    background:#f0ede0;
}

#logo{
    position:relative;
    z-index:10;
    margin-top:-196px;
    margin-left:300px;
}

#nav{
    position:relative;
    z-index:15;
    margin-top:-55px;
    padding:5px 0px;
    background:url(../images/nav_background.png);
    text-align:center;
    border-top:solid 2px #454227;border-bottom:solid 2px #454227;
    color: #f0ede0;
    font-weight:bolder;
    width:1023px;
    font-size:14px;
}

#nav a:link,#nav a:visited{
    color: #f0ede0;
    text-decoration:none;

}
#nav #active a:link,#nav #active a:visited{
    color:#c1bfb4;
    color: #f0ede0;
    text-shadow:black 2px 2px 5px;
}

#content{
    padding-top:15px;
    background:#f0ede0;
    

}

#footer{
    border-top:solid 2px #454227;
    text-align:center;
    padding:10px 0px;
    margin-top:-5px;
    background:#b09474;
    color: #f0ede0;
    font-weight:bolder;
}

.seperate{
    margin:0px 10px;
}

.box{
    width:357px;
    margin-left:25px;
}
.box .box_header{
    background:url(../images/box/box_header.png);
    height:15px;
}
.box .box_content{
    background:url(../images/box/box_main.png);
    padding:0px 15px;
    font-weight: bold;
    color:black;
    font-size:15px;
    height:410px;
}
.box .box_footer{
    background:url(../images/box/box_footer.png);
    height:14px;
    
}

#services a:link,#services a:visited{
    color:black;
    text-decoration:none;
}


/* Javascript Image Display */

.darkenBackground{
    opacity:.70;
    filter:alpha(opacity=70);
    background-color: rgb(0, 0, 0);
    z-index: 15;
    height: 100%;
    width: 100%;
    background-repeat:repeat;
    position:fixed;
    top: 0px;
    left: 0px;
}

#showImage {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  left: 50%;
  margin-left:-250px;
  height: 100%;
  z-index: 20;
}

#inner_img_float {
  top:100px;
  text-align: center;
  background-repeat: no-repeat;
  width: 503px;
  height:465px;
  position: relative;
  z-index: 22;
  color:black;
  text-decoration:none;
  background-position:top center;
}

#showImage #img_shower {
  position: relative;
  z-index: 21;
  font-size:18px;
  font-family: arial
}
#inner_img_float a:link{
	text-decoration:underline;
}
#inner_img_float a:hover{
	text-decoration:none;
}

.clickImage img{
	margin:20px;
}
.clickImage{
	color:#430000;
	text-decoration:none;
}
.change:hover{
	color:black;
}