#border {
 margin: 0 auto;
 width: 663px;
 margin-top: 20px;
}

#wrapper {
 float:left;
 margin: 0 auto;
 background-image: url(../img/border-mid.jpg);
 background-repeat: repeat-y;
 padding: 5px 15px 15px 15px;
}

#borderbottom {
 background-image: url(../img/border-bottom.jpg);
 background-repeat: no-repeat;
}

img {
 border: none;
}

.block { display: block; }


#centercolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 5px 0px 15px;
 display: inline; /* IE Hack */
 float: left;
}


body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-color: #f7f7f7;
}

#footer {
 border-top: 1px solid #ccc;
 text-align:left;
 font-size: 11px;
 background-repeat: repeat-y;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width:95%;
 margin-top: 15px;
}

#content{
 width: 660px;  
}
#content h1 {
   color:navy;
}

#content a:link { color: blue; text-decoration: none; font-family: arial; font-size: 12px; }
#content a:active { color: blue; text-decoration: none; font-family: arial; font-size: 12px; }
#content a:visited { color: blue; text-decoration: none; font-family: arial; font-size: 12px; }
#content a:hover { color: orange; text-decoration: underline; font-family: arial; font-size: 12px; }

.border {
 font-size: 12px;
 border-top: 1px dashed #ddd;
 border-bottom: 1px dashed #ddd;
 background-color: #fbfbfb;
 padding: 7px 7px 7px 7px;
 margin: 7px 7px 7px 7px;
 width:91%;
}



