* { 
margin: 0; 
padding: 0; 
border: 0; 
}

html, body{
width:100%;
height: 100%;
}

body{
background: #000;
color: #888;
font-family: verdana, arial, sans-serif;
font-size: 13px;
line-height: 18px;
width: expression((documentElement.clientWidth||document.body.clientWidth)<810?'810px':'');
min-width: 810px;
/*height: expression((documentElement.clientHeight||document.body.clientHeight)<770?'770px':'');*/
/*min-height: 770px;*/
}

#container {
position: relative;
width: 810px;
margin: 0 auto;
min-height: 100%;
}

#header{
width: 810px;
text-align: center;
}

.clearfloat {
clear: both;
}

.empty {
height: 40px;
}

#footer {
position: relative;
width: 810px;
height: 40px;
margin: -40px auto 0;
text-align: center;
font-size: 13px;
}

#footer p{
padding: 10px 0 10px;
}

.logotype{
margin: 0 auto 0;
text-align: center;
}

#footer a{ 
color:#888;
text-decoration:none;
}

#footer a:hover { 
color:#fff;
text-decoration:none;
}

#mainmenu{
width: 720px;
height: 13px;
text-align: right;
font-size: 13px;
margin: -20px auto 10px;
}

#mainmenu ul{
list-style:none;
}

#mainmenu li{
display:inline;
margin-left: 50px;
}

#mainmenu a{ 
color:#888;
text-decoration:none;
}

#mainmenu a:hover { 
color:#fff;
text-decoration:none;
}

#content{
width: 810px;
text-align: center;
margin: 0px auto 0px;
}

#content h1{
color: #efefef;
font-size: 16px;
margin-bottom: 15px;
text-align: center;
}

#content h2{
color: #efefef;
font-size: 13px;
margin-bottom: 10px;
text-align: left;
}

#content h3{
color: #efefef;
font-size: 13px;
margin-bottom: 10px;
margin-top: 20px;
text-align: center;
}

#content p{
text-align: justify;
margin: 10px 0;
}

.smalltext{
text-align: center;
font-size: 9px;
line-height: 12px;
margin: 10px 0;
}

#content .center{
text-align: center;
margin: 10px 0;
text-indent: 0;
}

a{
color:#888;
text-decoration:underline;
}

a:hover { 
color:#fff;
text-decoration:underline;
}

.contact_img{
width: 200px;
height: 200px;
float: left;
margin: 10px 35px;
border: 1px #888 solid;
}
