* {
    padding: 0;
    margin: 0;
} 

body {
background: #f1f1f1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #00680c;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 25px auto;
width: 800px;
border: 1px solid #333333;
border-color: value;
}

#header { 
background: #dcf2c6 url(img/title.jpg) no-repeat;
height: 150px;
}

#menu {
height: 30px;
line-height: 30px;
background: #00680c url(img/menu.jpg) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #00680c url(img/content.gif) repeat-y;
padding: 10px 40px;
width: 720px;
float: left;
text-align: left;
}
h3 {
color: #00680c;
font-size: 18px;
font-style: bold;
padding: 0 0 0 0px;
line-height: 12px;
padding-top: 25px;
padding-bottom: 10px;
}
h4 {
color: #333333;
font-size: 14px;
font-style: bold;
padding: 0 0 0 0px;
line-height: 12px;
padding-top: 0px;
padding-bottom: 10px;
}


#bottom {
background: #f1f1f1;
padding: 0px 0;
}
#footer {
text-align: center;
color: #cccccc;
font-size: 11px;
}
#footer a { 
color: #999999; 
}

.fliesstext {
	text-align: left;
}

