html,body
{
	font-family: Helvetica;
	font-size: 12px;
	color: #fff;
	text-align: center;
        background: #000 url(images/bgg.jpg) repeat;
        background-position: top center;
        margin: 0;
        padding: 0;
}
image {
      border: 0; 
}
a {
  color: #fff;
  text-decoration: none;
  }
a:hover {
  color: #fff;
  text-decoration: underline;
  }
h2 {
        font-size: 14px;
        padding-top: 5px;
        display: block; 
        color: #3299CC;
        margin: 0 10px;
        text-align: left;
}
#conts {
        background: #000 url(images/bgg.jpg) repeat;
        width: 100%;
     }
#all {
    margin: 0 auto;
    width: 980px;
    background: #000;
    border: 1px solid #262626;
    min-height: 1500px;
    height:auto !important;
    height:1500px;
}
.navigation {
    width: 980px;
    height:38px;
    background: #000;
    border-bottom: solid 1px #3299CC;
}
.navigation ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
        padding-top: 3px;
}

.navigation ul li {
	float: left;
        border-bottom: solid 1px #2c2c2c;
}

.navigation ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
        color: #4a4a4a;
	padding: 5px 5px;
	font-weight: bold;
}

.navigation ul a:hover {
	color: #fff;
  border-bottom: solid 2px #3299CC;
}
#left {
        width: 250px;
        margin: 5px;
        height: 400px;
        float: left;
}

h1 {
        width: 250px;
        background: url(images/bgmenu.jpg) repeat-x;
        height: 29px;
        margin: 0;
        font-size: 18px;
}
#con1 {
        width: 250px;
        border: solid 1px #2a2a2a;
        }
#tx1 {
        width: 250px;
        color: #938C8C;
}
#main {
        width: 400px;
        float: left;
      }
#con2 {
        width: 400px;
        border: solid 1px #2a2a2a;
        }
#tx2 {
        width: 380px;
        color: #938C8C;
        height: 0 auto;
        text-align: left;
        padding-left: 10px;
}
#right {
       width: 300px;
       float: left;
       margin: 5px 0px 0px 5px;
       }
#con3 {
        width: 300px;
        border: solid 1px #2a2a2a;
        }
#tx3 {
        width: 300px;
        color: #938C8C;
        text-align: left;
}

