@charset "utf-8";

#wrapper {
  clear:both;
  width:760px;
  background:#998675;
  position:relative;
  left:50%;
  margin-left: -360px;
  margin-top:20px;
  margin-bottom:80px;
}

.description {
  display:block;
  padding-top:5px;
  background:#998675;
  width:160px;
  height:140px;
  float:left;
  margin:10px;
  font-size:12px;
}

.description h4{
 font-size:12px;
 color:#534741;
}

.subImage{
  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:100px;
  height:75px;
  }
  
  .subImageVertical{
  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:75px;
  height:100px;
  }
  
  .FlashContent{
    font-weight:bolder;
	 color:#66CC00;
	 }
 
 /*Box setting starts here*/
.box {
  padding:0 12px 0 0;
  background:#fff url(images/border.gif) 100% 0 repeat-y;
  width:140px;
  float:left;
  margin:10px;
}

.box p{
  margin-top:0px;
  padding:4px 10px;
  background:#fff;
  color:#534741;
  font-size:11px;
  text-align:center;
}

/*this box a fixes the unwanted dot above the image link */
.box a{
  text-decoration:none;
  }
.box a {text-decoration:none;}
.box a:link {color:#fff;}  
.box a:visited {color:#fff;} 
.box a:hover {color:#fff;}  
.box a:active {color:fff;} 

 /*Contact Box setting starts here*/
.contactBox {
  padding:0 12px 0 0;
  background:#fff url(images/border.gif) 100% 0 repeat-y;
  width:600px;
  float:left;
  margin:10px;
}

.contactBox p{
  margin-top:0px;
  padding:4px 10px;
  background:#fff;
  color:#534741;
  font-size:12px;

}

.contactBox a {text-decoration:none;}
.contactBox a:link {color:#534741;}  
.contactBox a:visited {color:#998675;} 
.contactBox a:hover {color:#cc6600;}  
.contactBox a:active {color:#998675;} 

.space {
  height:300px;
}

.bdrLeft {
  padding:0 0 0 12px;
  background:#FF9900 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;
}




 
 
 