@charset "utf-8";
/* CSS Document */
body{width:1003px; margin:0 auto; padding:0px; font-size:small; line-height:16px; font-family:Arial, Helvetica, sans-serif; background:#000 url(bg.jpg) no-repeat left bottom; padding-bottom:30px; text-align:center;}
img{border:0px; }
p{padding:0px; margin:5px 0px 12px 0px;}
div, ul, form{margin:0 auto; padding:0px;}
h1, h2, h3, h4{padding:5px; margin:0 auto; color:#ff6600; text-align:left;}
.red{color:#FF0000; font-weight:bolder;}
hr {border:1px #cccccc dotted; margin:10px 0px;}
#wallpaper{width:1003px; overflow:hidden; }
#head{width:1003px; height:30px; padding-top:90px; background:url(logo.jpg) no-repeat; overflow:hidden; border-bottom: 2px solid #656363;}
.menu {
width: 100%;
overflow: hidden;
}

.menu ul{
margin:0px; margin-left:5px;
padding: 0px;
padding-left: 10px; 
font: bolder 110% Verdana;
list-style-type: none;
}

.menu li{
display: inline;
margin: 0;
}

.menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0; height:30px; line-height:30px; padding:0px 12px;
border-right: 1px solid #ccc; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .menu li.selected a{
background: #383737; color:#FF9900; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#wall {width:1003px; overflow:hidden;}
#left {float:left; width:220px;  margin:0; text-align:left;}
#left h4{background:url(left-h4.gif) no-repeat; width:180px; line-height:48px; height:48px; padding:0px 0 0 20px; }
#left ul{list-style:none;}
#left li{ background:url(left-li.gif) no-repeat; height:31px; line-height:31px; padding-left:27px; width:180px; }
#left li a{color:#666666; text-decoration:none;}
#left li a:hover{color:#0000FF; text-decoration:underline;}
.bord{background-color:#fff; margin:2px; padding:5px; }
#middle{ float:left; width:512px; margin:0px;}
#middle .bord{background-color:#fff;  padding:5px; border:1px #ccc solid; margin:2px 0px; text-align:left;}
#right{float:left; width:268px; overflow:hidden;}
#right img{border:1px #f6c009 solid; margin:2px 2px 0px 2px; padding:5px; background-color:#ccc; display:block;}
#right .none{ background:none; border:0px; }
#right2 {float:left; width:783px; text-align:left; }
#right2 .bord{background-color:#fff; margin:2px; padding:5px 15px; height:100%;}
*html #foot{ width:1003px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=”tran.png”);
background:none;
}
#foot{clear:both; border-top: 1px solid #5c5c5c; color:#fff; padding:10px 0px; background-image:url(foot.png);  margin:0 auto;}
#foot a{ text-decoration:none; color:#FFFFFF;}
#foot a:hover{text-decoration:underline; color:#cccccc;}


