@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{background-color:#000000; font-family: Helvetica, sans-serif; color:#ffffff; font-size:14px; padding:0; margin:0; background-image:url(images/bg.jpg); background-repeat:no-repeat; background-position:top left;}
img {border:0;}

ul, li {list-style:none;}
br.clear {
	clear:both;
}

a:focus {
	outline: none;
}
a:link, a:visited,  a:active {color:#ff0000; text-decoration:underline; font-weight:bold;}
a:hover{color:#ffffff; text-decoration:underline; font-weight:bold;}
.main{width:951px; margin:auto; background-color:#000000; display:block; height:100%;}
.head{width:951px; float:left;}
.menu{width:951px; height:54px; background-image:url(images/menubg.gif); float:left;}
.menu ul li{float:left; background-image:url(images/raz.gif); background-repeat:no-repeat; background-position:right; padding-left:17px; padding-right:17px; height:54px; line-height:54px; text-transform:uppercase;}
.menu ul li a{color:#ffffff; text-decoration:none; text-shadow: 1px 1px 1px #000000;}
.menu ul li a:hover{color:#F00;}
.left{width:257px;float:left; margin:10px; border: 1px solid #484848;  background-image:url(images/blockbg.gif); background-repeat:repeat-x; background-color:#333333;}
.right{width:649px;float:left; margin:10px; border: 1px solid #484848;  background-image:url(images/blockbg.gif); background-repeat:repeat-x; background-color:#333333;}
.big{width:929px;float:left; margin:10px; border: 1px solid #484848;  background-image:url(images/blockbg.gif); background-repeat:repeat-x; background-color:#333333;}
.title{background-image:url(images/titlebg.gif); height:38px; line-height:38px; color:#F00; text-shadow:1px 1px 0px #000; font-size:16px; padding-left:15px;  }
.content{padding:5px; margin:10px; background-color:#000000;}
.footer{text-align:center; padding:10px;}
