/* CSS Document */

body {
background: #76793D url('gfx/bg_header.jpg') repeat-x;
margin: 0;
padding: 0;
font-family: Georgia,Verdana, sans-serif;
font-size: 0.9em;
color: #6E5C0B;
}



#layout {
background: url('gfx/header.jpg') no-repeat top center
}
#page {
width: 860px;
margin: 0 auto 10px auto;
}

#header {
height: 214px;
}

h1 {
float: left;
width: 359px;
height: 58px;
background: url('gfx/grabowski_logo.gif') no-repeat;
text-indent: -3000px;
overflow: hidden;
margin: 30px 0 0 20px;
padding: 0;
}

h1 a {
display: block;
width: 100%;
height: 100%
}
a {
color: #B6A855
}

h2 {
font-size: 1.5em;
font-weight: normal;
padding: 0;
margin: 0 0 5px 0
}
h3 {
font-size: 1.3em;
font-weight: normal;
padding: 0;
margin: 15px 20px
}

#content {
border: 7px solid #D3D3A3;
border-width: 7px 0 0 0;
background: #E3E3BF;
min-height: 400px;
margin-top: -30px;
padding: 10px;
overflow: hidden;
height: 100%;
text-align: justify
}
#content img,#map {
border: 7px solid #D3D3A3;
overflow: hidden;
}

#map {
width: 100%;
height: 320px
}
.cl {
width: 80%;
padding: 2%;
margin: 0 auto;
}
.cr {
float: right;
width: 40%;
padding: 2%;
}


#footer {
height: 30px;
background: #B6A855 url('gfx/bg_footer.gif') repeat-x;
padding: 10px;
text-align: center
}


ul.menu {
list-style: none;
margin: 45px 30px 0 0 ;
padding: 0;
float: right;
font-family: "Trebuchet MS",Verdana,sans-serif;
font-size: 14px;
}
.menu li {
float: left;
height: 28px;
margin: 0 0 0 10px;
padding: 0
}
.menu li a {
display: block;
background: #96a75b;
padding: 5px 10px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
-moz-border-radius:3px;
}
.menu li a:hover,
.menu li.current_page_item a {
background: #b47d3f;
}







