*{
margin:0px;
padding:0px;
}
img{border:0px}
html{
width:100%;
height:100%;
background-image:url(images/bg1.gif);
background-position:top;
background-repeat:repeat-x;
}
body{
width:100%;
background-image:url(images/black.gif);
background-position:bottom left;
background-repeat:repeat-x;
}
#main{
width:800px;
margin:0 auto;
overflow:hidden;
}
#header{
padding:0px 0 0 0
}

#menu li{
list-style-type:none;
float:left
}

.column span{
color:#FC4010;
font-weight:bold;
display:block;
padding:20px 0 0 0
}
.title{
padding:0 0 13px 0
}
.column p{
padding:25px 0 25px 0
}
.column ul{
padding:17px 0 37px 0
}
.column li{
list-style-type:none;
line-height:26px;
background-image:url(images/arrow.gif);
background-position:left 4px;
background-repeat:no-repeat;
padding:0 0 0 14px;
}
.column ul a{
font-family:Tahoma;
font-size:15px;
color:#02BACB;
text-decoration:underline
}
.column ul a:visited{text-decoration:underline}
.column ul a:hover{text-decoration:none}
#footer li{
display:inline
}
#footer ul{
padding:23px 0 15px 0
}
#footer{
height:96px;
width:100%;
overflow:hidden;
float:left;
font-family:Tahoma;
font-size:11px;
color:#909090;
text-align:center;
}
#footer ul a{
color:#909090;
text-decoration:underline;
margin:0 16px;
text-transform:uppercase;
}
#footer a:visited{text-decoration:underline}
#footer a:hover{text-decoration:none}
#footer p a{
color:#909090;
text-decoration:none
}