@charset "UTF-8";
/* CSS Document */

/* General HTML styles */ 

body { 
background-color: #131313;
font-family: "Courier New", Courier, monospace; 
font-size: 9pt;
}
 
a {
text-decoration:none;
color: #999;
line-height: 140%;
}
 
a:hover {
background-color: #FFF;
color: #131313;
}

p {
font-size: 100%;
line-height: 150%;
color: #666;
}

h1 { 
font-size: 100%;
font-weight: lighter;
color:131313;
background-color: #FFF;
margin-bottom: 35px;
padding: 2px 0 2px 3px;
}
 
h2 { 
font-size: 100%;
font-weight: lighter; 
color: #FFF;
}

h3 {
font-size:100%;
font-weight:lighter;
color: #666;
}

img {
border: none;
margin-left: 40px;
}

ul {
font-size: 90%;
list-style:none;
}

li {
text-decoration:none;
margin-right: 270px;
}


/* lefter section */ 

#lefter {
width: 175px;
height: 650px;
position: fixed;
margin-left:-8px;
margin-top: 5px;
padding-left:20px;
float: left;
background-color: #131313;
}


/* information section */ 

#information {
width: 200px;
height: 650px;
position: fixed;
margin-left:185px;
margin-top: 5px;
padding-left:20px;
float: left;
}

#information img {
border: none;
margin-left: 0px;
margin-top: 5px;
}


/* information2 section */ 

#information2 {
width: 200px;
height: 650px;
position: fixed;
margin-left:403px;
margin-top: 5px;
padding-left:20px;
float: left;
}

#information2 img {
border: none;
margin-left: 0px;
margin-top: 5px;
}

/* container section */ 

#container {
width: 1100px;
height: 490px;
margin-left: 150px;
padding-top: 60px;
}

#container .news{
margin-left: 520px;
}

#maincontent {
border: 0;
margin: 0;
padding: 0;
}

#maincontent li {
width: auto;
height: 500px;
padding: 10px;
margin-right: 2px;
float: left;
}