html{
background:#000;
}
a, a:link{
color:#fff;
}
a:hover{
color:#ff0000;
}
body{
font:75% Verdana,Geneva,Arial,Helvetica,sans-serif;
line-height:1.2;
color:#000;
}
h1,h2,h3,h4,h5,h6{
color:#fff;
}
.aline{
margin:0;
padding:0;
line-height:1.5;
list-style-type: circle;
}
.addy{
width:250px;
margin: 10px auto 20px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
border-radius:25px;
border:3px solid #fff;
color:#fff;
text-align:center;
font-weight:bold;
}
.big{
font-size:14px;
margin-bottom:3px;
padding-bottom:3px;
}
.clear{
clear:both;
}
#contain{
width:960px;
margin-left:auto;
margin-right:auto;
margin-top:70px;
}
#bar{
margin:10px 0 0 0;
padding:0;
border-bottom:1px solid #303030;
}
#main{
margin:10px 0;
background:#000;
}
#leftcol{
float:left;
width:250px;
padding-left:5px;
}
#rightcol{
float:right;
width:705px;
}
#navcontainer{
background:#000;
margin:10px 0;
padding:0;
width:180px;
}
ul#navlist{
list-style:none;
padding:0;
margin:0 auto;
}
ul#navlist li{
display:block;
margin-top:3px;
padding:0;
border:1px solid #545454;
font-weight:bold;
}
ul#navlist li a{
display:block;
padding:8px 0 6px 10px;
color:#fff;
text-decoration:none;
background:url(images/button1.gif) no-repeat;
}
ul#navlist li a:hover,ul#navlist li#active a:hover{
color:#fff;
background:url(images/button2.png);
}
.words{
background:#fff;
padding:10px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
border-radius:25px;
border:3px solid #707070;
}
#subleft{
float:left;
width:308px;
margin:0 0 0 30px;
}
#subcenter{
float:left;
width:308px;
margin-right:30px;
}
subright{
float:right;
width:338px;
}
#footer{
color:#fff;
text-align:center;
line-height:2;
}