A:link {text-decoration: none; color:#fff}
A:visited {text-decoration: none; color:#fff}
A:active {text-decoration: none; color:#fff}
A:hover {text-decoration: underline; color:#ccc;}



body {
 margin:20px;
 background:#635029;
 color: #333333;
 text-align:center;
 padding:0;
 font-family:arial;
 }

/*This is the wrapper*/

#outer {
 text-align:left;
 border:solid #000;
 border-width:1px 1px 1px 1px;
 width:800px;
 margin:auto;
 }

/*This is the header*/

#hdr {
 font-family:arial;
 text-align:center;
 background-color:#000;
 font-size:35px;
 padding:5px;
 height:80px;
 background-image:url(scheme2/header.jpg);
 background-repeat:no-repeat;
 color: #fff;
 }

/*This is the navbar*/

#bar {
 text-align:left;
 height:18px;
 background:#000;
 color: #333333;
 padding:10px 0px 0px 0px;
 background-image:url(scheme2/barBG.gif);
 border-bottom:3px solid #c9c2a6;
}

#bar ul {

 font-size:15px;
 display: inline;
}


#bar ul li{
 background:#7b6452;
 list-style: none;
 display: inline;
 padding:0px 5px 0px 5px;
 border:1px solid #000;
 background-image:url(scheme2/cornerTab.jpg);
 background-position:left top;
 background-repeat:no-repeat;
}


#bar a{
 font-family:arial;
 
}

#bodyblock {
 position:relative;
 background-image:url(scheme2/bgGrid.gif);
 color: #333333;
 width:800px;
 padding:0px;
  border-bottom:3px solid #c9c2a6;
 
 }

#l-col {

 background:#fff;
 color: #333333;
 width:100%;
 background-image:url(scheme2/bgGrid.gif);

 }

#cont {

 background:#fff;
 background-image:url(scheme2/bgGrid.gif);
 color: #333333;
 text-align:center;
 padding:5px;
 }

#ftr {
 height:40px;
 background:#ccc;
 color: #999;
 margin:0;
 padding:10px 0px 0px 0px;
 background-image:url(scheme2/barBG.gif);
 text-align:center;
 font-size:10px;
 }

h3, p {
 margin:0;
 padding:5px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
.imageBox {
border:1px solid #000;
}

#copyright {
 height:40px;

 color: #999;
 margin:0;
 padding:10px 0px 0px 0px;

 text-align:center;
 }
