@charset "utf-8";
/* CSS Document */
body{
color: #333;
font-size: 11px;
font-family: verdana;
}
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #fff;
}
a:visited{
color:#fff;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
}
#wrapper{
width: 950px;
margin: 0 auto;
}
.box{
background: #fff;
text-align:center;
}
.boxholder{
clear: both;
padding: 5px;
border-top:solid #000;

}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #000 url(images/tab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
#site{
padding:15px;
width:260px;
text-align:center;
display: inline-table;
}
.bottomtext{
text-align:center;
padding-top:10px;
}