/*
-----------------------------------------------
International Black Sea Action Day Main CSS
Author: Iliya Iliev
Version: 8 Ausust 2009
----------------------------------------------- */

body {
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:100%;
color:#666;
background:url(../images/back.jpg);
margin:0;
}
* {
margin:0;
padding:0;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
width:760px;
background:#fff;
margin:0 auto;
}

/* Header
----------------------------------------------- */
#header {
background:url(../images/header.jpg) no-repeat;
background-position:right;
width:760px;
height:119px;
}
#header h1{
display:none;
}
#logo {
background:url(../images/logo_en.gif) no-repeat;
background-position:right;
height:73px;
width:200px;
padding-top:40px;
padding-left:5px;
}

/* Navigation
----------------------------------------------- */
#nav {
background:#9CC;
width:auto;
height:27px;
}
#nav ul {
margin:0;
padding:0;
list-style-type:none;
}
#nav ul li, #nav ul li a {
display:inline;
float:left;
width:105px;
height:27px;
text-align:center;
color:#FFFFFF;
text-decoration:none;
font-size:17px;
vertical-align:middle;
}
li#active {
background-color:#0099CC;
color:#FFFFFF;
}
#lang img {
padding:6px 0 0 0;
}
#lang {
float:right;
padding:0 5px 0 0;
}

/* Content
----------------------------------------------- */
#content {
min-height:430px;
height:auto !important;
height:430px;
text-align:left;
padding:50px;
}
#content p {
font-size:0.75em;
line-height:150%;
margin-bottom:1.13em;
}
h1 {
color:#09c;
font-size:1.50em;
font-weight:normal;
margin-bottom:1.13em;
margin-top:0;
line-height:100%;
letter-spacing:-0.02em;
}
.img {
float:left;
margin-right:18px;
border:1px solid #999;
padding:3px;
}
img {
border:0;
}
ul{
list-style:url(../images/icon.gif) outside;
}
ul li{
font-size:0.75em;
line-height:150%;
margin-bottom:1.13em;
}
span {
display:none;
}
b{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
}

/* Footer
----------------------------------------------- */
#footer {
width:740px;
border-top:1px solid #999;
margin: 0 auto;
}
#footer p {
font-size:0.63em;
color:#999;
text-align:center;
padding:10px;
}
#footer a:hover {
color:#09c;
text-decoration:underline;
}
#footer a {
color:#999;
text-decoration:none;
}