* {
margin: 0px;
padding: 0px;
}

body {
background-image: url(../images/background.jpg);
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-color: #00677f;
}

#container {
position: relative;
width: 848px;
margin: 0px auto;
background-image: url(../images/tile_container.gif);
background-repeat: repeat-y;
padding: 0px 0px 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
}

#left {
position: relative;
float: left;
width: 289px;
padding: 0px 0px 20px;
background-color: #fff;
}

#body {
position: relative;
float: left;
width: 559px;
background-color: #fff;
}

#nav {
position: relative;
width: 559px;
height: 30px;
margin: 0px 0px 4px;
background-color: #abb96f; /* light green */
}

#header {
position: relative;
width: 559px;
height: 310px;
overflow: hidden;
}

#content {
position: relative;
width: 559px;
background-color: #697c2a;
padding: 20px 0px;
}

#content_left {
position: relative;
float: left;
width: 244px; /*294 without padding */
padding: 0px 25px;
}

#content_right {
position: relative;
float: left;
width: 265px;
padding-bottom: 200px;
}

#content_full {
position: relative;
width: 509px;
padding: 0px 25px;
}

#logo {
position: relative;
width: 194px;
height: 87px;
margin: 59px 0px 0px 43px;
overflow: hidden;
}

#logo a {
position: relative;
display: block;
width: 194px;
height: 87px;
background-image: url(../images/tour_de_fort_logo.gif);
background-repeat: no-repeat;
padding: 87px 0px 0px;
}

#contact {
position: absolute;
width: 255px;
height: 200px;
bottom: 0px;
right: 0px;
padding: 25px 0px 0px 10px; 
background-color: #445204;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
z-index: 20;
}

/*FOOTER */
#footer {
position: relative;
width: 848px;
height: 100px;
margin: 34px auto 0px;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
background-color: #002731;
}

/* CREDIT */
#credit {
float: right;
margin: 20px 30px;
overflow: hidden;
}

#credit,
#credit a {
width: 110px;
height: 27px;
}

#credit a {
display: block;
padding: 27px 0px 0px;
background-image: url(../images/korkoladesign_white.png);
background-repeat: no-repeat;
}

.clear {
clear: both;
}
