*{
margin:0px;
padding:0px;
}
img{border:0px; float: right; margin: 4px;}
html{
width:100%;
height:100%;
background-color:#101115;
background-image:url(images/bg.gif);
background-position:top left;
background-repeat:repeat-x;
}
body{
width:100%;
background-image:url(images/bot_bg.gif);
background-position:bottom left;
background-repeat:repeat-x;
}
#website{
width:980px;
margin:0 auto;
}
#header{
padding:0 0 100px 0px;
background-image:url(images/heade_bg.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}
#header img {
margin: 0px;
float: none;
}
.logo{
float:left;
position: absolute; top: 0px; left: 0px;
}
#menu{
text-align: right;
padding:5px 0 0 0px;
float:right;
}
#menu li{
list-style-type:none;
display:inline
}
#menu a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#9DA2B8;
text-transform:uppercase;
text-decoration:none;
margin:0 9px;
padding:0 0 2px 0;
display:block;
float:left;
}
#menu a:visited{
color:#9DA2B8;
border:0px;
}
#menu #active, #menu a:hover{
color:#FFFFFF;
border-bottom:2px solid #C00014;
}
#sidebar {
margin-top: 35px;
width: 140px;
float: right;
color:#E0E4EF;
}
#sidebar h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
padding-bottom: 10px;
}
#both {
width: 100%;
}
#content{
float: left;
width:750px;
margin-left: 15px;
padding-right: 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#E0E4EF; /*color:#424756;*/
}
#content, #sidebar a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#AFB8D3;
text-decoration:underline
}
#content, #sidebar a:visited{text-decoration:underline}
#content, #sidebar a:hover{text-decoration:none}
#content, #sidebar p{
padding:0 0 25px 0
}
#content ul {
margin: 10px;
clear: both;
}
#footer{
clear: both;
height:42px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#424756;
padding:25px 0 0 68px;
}
#footer a{
color:#AFB8D3;
text-decoration:underline
}
#footer a:visited{text-decoration:underline}
#footer a:hover{text-decoration:none}
#table{
padding:0 0 55px 0
}
#content #table p{
padding:0 0 10px 0;
margin:0 0 13px 0;
border-bottom:1px solid #1E2027
}
#table span{
display:block;
float:left;
font-family:Tahoma;
font-size:14px;
color:#AFB8D3;
line-height:18px;
width:150px;
margin:0 10px 0 0;
border-right:1px solid #1E2027
}
.left { float: left; }