/* CSS Document */

html, body{
background-color:#333333;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
margin-top:20px;
}

#container{
width:955px;
height:700px;
background-color:#767676;
padding-top:10px;
border:solid 2px #fa5b0f;
}

#top{
width:933px;
height:114px
}

#main{
width:933px;
height:580px;
}

#left{
background-color:#333333;
float:left;
width:150px;
padding-top:20px;
height:95%;
background-image:url(images/bleft.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

#middle{
padding-left:10px;
float:left;
width:470px;
padding-top:20px;
height:95%;
}

#right{
float:right;
height:95%;
width:293px;
}

p{
padding:0px;
}

ul{
padding:5px;
margin-left:10px;
}
.h1{
color:#eb8452;
font-weight:900;
font-size:11px;
}

.border{
border:solid 1px #fa5b0f;
}

#legal{
clear:both;
font-size:9px;
}

a:visited{
color:#FFFFFF;
text-decoration:none;
}
a:active{
color:#FFFFFF;
text-decoration:none;
}
a:link{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#FFFFFF;
text-decoration:underline;
}