* {
    padding: 0;
    margin: 0;
} 

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

a {
text-decoration: none;
color: #00823f;
}

a:hover {
text-decoration: underline;
color: #00823f;
}

#wrap {
width: 800px;
margin: 10px auto;
}

#header {
height: 20px;
background: #eee url(images/header.gif) no-repeat;
}

#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}

#header h1 {
text-decoration: none;
color: #00823f;
}

#header h2 {
color: #067e00;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}

#image {
width: 800px;
height: 700px;
background: #eee url(images/agriton_group_europe_map.png);
}

#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: #eee;
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
text-decoration: none;
color: #00823f;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}