@charset "utf-8";

#wrapper {
  clear:both;
  width:760px;
  background:#998675;
  position:relative;
  left:50%;
  margin-left: -360px;
  margin-top:20px;
  margin-bottom:80px;
}

#projectWrapper {
  clear:both;
  width:800px;
  background:#998675;
  position:relative;
  left:50%;
  margin-left: -400px;
  margin-top:20px;
  margin-bottom:80px;
}

.description {
  display:block;
  padding-top:5px;
  background:#998675;
  width:180px;
  height:400px;
  float:left;
  margin:10px;
  font-size:12px;
  overflow:auto;
}

.description h4{
 font-size:12px;
 color:#534741;
}

/*.slideImage{
  display:block;
  float:none;
  margin-top: 4px;
  margin-left:auto;
  margin-right:auto;
  border-style:solid;
  border-width:2px;
  border-color:#333333 #999999 #999999 #333333;
  background:#FFFFFF;
  width:480px;
  height:360px;
  }
  
  .slideImageVertical{
  display:block;
  float:none;
  margin-top: 4px;
  margin-left:auto;
  margin-right:auto;
  border-style:solid;
  border-width:2px;
  border-color:#333333 #999999 #999999 #333333;
  width:360px;
  height:480px;
  }*/
 
 /*Box setting starts here*/
.box {
  padding:0 12px 0 0;
  background:#fff url(images/border.gif) 100% 0 repeat-y;
  width:520px;
  float:left;
  margin:10px;
}

.box p{
  margin-top:0px;
  padding:4px 10px;
  background:#fff;
  color:#534741;
  font-size:11px;
  text-align:center;
}



.bdrLeft {
  padding:0 0 0 12px;
  background:#FFffff url(images/border.gif) 0 0 repeat-y;
}

.bdrTop {
  height:17px;
  margin:0 -12px;
  background:url(images/box.gif) 100% 0 no-repeat;
}

.bdrTop div {
  width:18px;
  height:17px;
  background:url(images/box.gif) 0 0 no-repeat;

}

.bdrBottom {
  height:17px;
  margin:0 -12px;
  background:url(images/box.gif) 100% 100% no-repeat;
}
.bdrBottom div {
  width:18px;
  height:17px;
  background:url(images/box.gif) 0 100% no-repeat;
}

/* Boxed Menu starts here */

ul.pagelinks {
  margin:auto;
  padding: 0px;
  width:30em;
}

ul.pagelinks li {
   width: 1.2em;
   line-height: 1.2em;
   list-style-type: none;
   border: 1px solid #534741;
   float: left;
   margin: 0.1em;
   padding: 0px;
   font-weight: bold;
   text-align: center;
}

ul.pagelinks li a {
   display: block;
   text-decoration: none;
   /*width: 1.2em;*/
}

ul.pagelinks li a:link {
   color:#ffffff;
}

ul.pagelinks li a:visited {
   color:EEDED2;
}

ul.pagelinks li a:hover {
   background-color:#cc6600;
   color:#ffffff;
}

ul.pagelinks li.current {
   background-color:#534741;
   color: #ffffff;
   border-color:#534741;
} 

ul.pagelinks li.thumb {
   width: 6em;
	line-height: 1.2em;

} 
 