* {
margin: 0px;
padding: 0px;
}

body {
background-image: url(../images/background.jpg);
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #fff;
}

#container {
position: relative;
width: 960px;
margin: 0px auto 20px;
}

#header {
width: 960px;
height: 166px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
}

#footer {
width: 960px;
height: 150px;
background-image: url(../images/footer.gif);
background-repeat: repeat-x;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
}

#logo {
position: absolute;
width: 236px;
height: 150px;
top: 9px;
left: 23px;
overflow: hidden;
}

#logo a {
display: block;
width: 236px;
height: 150px;
padding: 150px 0px 0px;
}

#nav {
width: 960px;
height: 30px;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
background-image: url(../images/tile_nav.gif);
background-repeat: repeat-x;
}

#home {
width: 920px;
padding: 20px;
background-image: url(../images/tile_body.gif);
background-repeat: repeat-y;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
}

#special {
float: left;
width: 775px;
margin-right: 20px;
}

#boxes {
float: left;
width: 125px;
}

#image {
width: 775px;
}

#image a {
padding: 10px;
}

#image a,
#image img {
width: 755px;
height: 333px;
}

#image a {
display: block;
top: 0px;
left: 0px;
}

#image a {
background-color: #fff;
}

#tabs {
width: 775px;
height: 32px;
}

#body {
width: 920px;
padding: 0px 20px;
margin: 20px 0px;
background-image: url(../images/tile_content.gif);
background-repeat: repeat-y;
background-color: #fff;
}

#body.home {
margin: 20px 0px;
background-image: url(../images/tile_content_home.gif);
}

#main {
float: left;
width: 570px;
padding: 0px 30px 0px 0px;
}

#right {
float: left;
width: 285px;
padding: 0px 0px 0px 30px;
}

#google_map {
width: 570px;
height: 300px;
border: 1px solid #ccc;
margin: 0px 0px 10px;
}

#weather {
position: absolute;
left: 755px;
top: 0px;
padding: 10px 20px;
width: 195px;
height: 88px;
background-image: url(../images/weather.png);
background-repeat: no-repeat;
}

/* credit */

#credit {
float: right;
width: 96px;
height: 13px;
margin: 52px 20px 0px 0px;
overflow: hidden;
}

#credit a {
display: block;
width: 96px;
height: 13px;
padding: 13px 0px 0px;
background-image: url(../images/korkoladesign.gif);
background-repeat: no-repeat;
}

#credit a:hover {
background-position: 0px -13px;
}


.clear {
clear: both;
}
