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

html,body{
margin:5px 0px;
padding:0;
background:none;
}

body{
text-align:center;
line-height: 1.3em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
}

#container{
height:100%;
width:750px;
margin:0 auto;
text-align:left;
background-color:none;
}

#header h1{
height:80px;
line-height:80px;
font-size:36px;
margin:0;
padding-left:10px;
background:none;
color: #000000;
text-align:center;
}

#wapper{
}

#content{
float:right;
width:600px;
background: none;
}

#navigation{
background: #696969;
float:left;
width:150px;
line-height:1.5em;
overflow:hidden;
visibility:hidden;
}

#extra{
background:none;
color: #000000;
float:right;
width:600px;
border:2px solid #555555; 
}

#extra-text{
line-height:1.1em;
font-size:0.9em;
padding:5px;
margin-top:5px;
margin-left:5px;
color:#000000;
width:560px;
}

#footer{
clear:both;
width:100%;
background:none;
}

/* -------------------------- */

.ie6 {
display:none !important
}

.not-ie6 {
display:none !important
}


p{
margin:0 10px 10px;
}


img{
margin:15px 20px 15px 20px;
border:none;
}

object{

}

ul{
line-height:2.5em;
list-style:none;
margin-left:-30px;
}

#extra p{
margin:0px;
padding:5px 10px;
}


#content p{
line-height:1.4;
}


#extra-text img{
float:right;
margin:5px 5px;
}

#header a, a:visited {
color:#000000;
text-decoration:none;
}

#header a:hover {
color:#EEEEEE;
}

a, a:visited {
color:#000000;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#333333;
}


