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

html,body{
margin:5px 0px;
padding:0;
background:#6495ed;
}

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:#696969;
background-image:url(media/bgrnd4.gif);
background-repeat:repeat;
}

#header h1{
height:80px;
line-height:80px;
font-size:36px;
margin:0;
padding-left:10px;
background: #a9a9a9;
background-image:url(media/bgrnd5.gif);
background-repeat:repeat;
color: #FFFFFF;
text-align:center;
}

#wapper{
visibility:hidden;
}

#content{
float:right;
width:600px;
background: #CCCCCC;
background-image:url(media/bgrnd3.gif);
background-repeat:repeat;
}

#navigation{

/* background: #696969; */
float:left;
width:150px;
line-height:1.5em;
overflow:hidden;
}

#extra{
background: #FFFFFF;
color: #000000;
float:right;
width:600px;
}

#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: #6495ed;
}

#flag {
top:0;
float:right;
}

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


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:#FFFFFF;
text-decoration:none;
}

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



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

a:hover {
color:#333333;
}

.ie6 {
display:none;
}

.not-ie6 {
display:block;
}