a, a img{
    border: none;
    text-decoration: none;
}

body{
    background: #aaa;
}
img{
 
}
td{
    vertical-align: top;
}
#homepagepic{
    text-align: center;
    padding: 30px;
}
#outer{
    width: 780px;
    overflow: auto;
    margin: 0 auto;
    border: 1px solid #000;
    background: #d9ccab;
    background-image: url('../images/navbackground.jpg');
    background-repeat: repeat-y;
}
#content_for_layout{
    float: right;
    width: 620px;
}
#nav{
    margin-right: 555px;
    margin-left: 5px;
    margin-top: 15px;
    padding: 10px;
    width: 100px;
    color: #333;
}
.navitem, .navitem a:link{
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #333;
}
.navitem a:visited{
    color: #333;
}
.navitem a:hover{
    color: #fff;
}
#boilerplate{
    clear: both;
    width: 780px;
    margin: 0 auto;
}
.thumb{
   float: right;
   margin: 15px;
}

#item{
    text-align: center;
}
#item-list{
    padding: 20px;
}
#item-list li{
    float: left;
    padding: none;
    margin: none;
    list-style-type: none;
    text-decoration: none;
}
.thumb a img{
   border: 1px solid #aaa;
    opacity:.75;
    filter: alpha(opacity=75); 
    -moz-opacity: 0.75;
}
.thumb a img:hover{
   border: 1px solid #333;
    opacity:1;
    filter: alpha(opacity=100); 
    -moz-opacity: 1;
}
#bronwen_name{
    font-family: verdana;
    font-size: 32pt;
    font-weight: bold;
    margin-left: 160px;
    padding-top:50px;
    text-align: right;
    padding-right: 20px;
    color: #333;
}
#bronwen_sig{
    float: left;
    background-color: #99ccff;
    padding:10px;
    padding-left:30px;
    width: 110px;
    height: 100px;
}
#page{
    padding: 5px;
    font-family: verdana;
    color: #333;
}
#page_title{
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 15px;
}
#page_body{
    font-size: 10pt;
    text-align: justify;
    padding-right: 20px;
}
#large_item{
    width: 600px;
    text-align: center;
}
#large_item_title{
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#large_item_notes{
    padding: 5px;
}
#large_item_dimensions{}
#large_item_price{
    font-weight: bold;
    padding: 5px;
}
#large_item_state
#large_item_tags{
    padding: 5px;
}
#top{
    background: #c5dadb;
    height: 120px;
}
#ttt, #ttt a, #ttt a:link, #ttt a:visited{
    background: #aaa;
    color: #bbb;
    font-size: 7pt; 
    text-align: right;
}
#ttt a:hover{
    color: #fff;    
}