/*--------------------------------------------------------------------
author: Nandy
email: nandy@nnbros.com
website: http://www.nnbros.com
/--------------------------------------------------------------------*/
/*********** HEADER ***********/
h2#about {
 width: 920px;
 height: 180px;
 display:block;
 background:url(../images/header.jpg) no-repeat;
 text-indent:-9999em;
 overflow: hidden;
 border: 10px solid #FFF;
}
div#linkListLeft {
 float: left;
 width: 320px;
}
div#linkListRight {
 float: right;
 width: 320px;
}
div.linkList h4.bar{
 letter-spacing: 0.1em;
 color: #F7F3EA;
 padding: 0.4em 1em;
 margin-bottom: 0.4em;
 background: url(../../images/common_bar02.gif);
}
div.linkList ul {
 margin: 20px 0 0 ;
 list-style: none;
}
div.linkList li {
 padding: 7px 0 7px 1em;
 border-bottom: 1px dotted #B4AA8E;
 font-weight: bold;
}
div.linkList li a {
 text-decoration: none;
}