html, body {
margin: 0 auto;
padding: 0;
height: 100%;
font: .85em Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: normal;
background: #A7986E url(images/backround.gif)  center repeat-y;
}

#wrapper {
color: #01483B;
margin: 0 auto;
min-height: 100%;
height: auto;
width: 760px;
position:relative;
}

* html #wrapper{
                height:100%;
                width:760px;/* box model hack for ie5.+*/
                w\idth:760px;
}

#topmenu {
clear: left;
float: left;
width: 150px;
height: 100px;
margin: 0px 0 0px 0;
padding: 0;
}

.mapborder {
border: 1px solid #A7986E;
}

#footer {
background: url(images/footer.gif) bottom center no-repeat;
width:760px;
position:absolute;
bottom: 0px;
height:120px;
padding-top: 10px;
}

#clearfooter{
             clear:both;
             height:120px;
             width:760px;
}

#footer p  {
font-size: 0.91em;
TEXT-ALIGN: left;
Color: #A7986E;
margin: 0 0 0 10px;
}

#footer h1  {
font-size: 0.96em;
TEXT-ALIGN: left;
Color: #EDE7D0;
margin: 45px 0 30px 10px;
}

#footer a {
color: #A7986E;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #EDE7D0;
}


#header {
margin: 0 0 8px 0;
}

#menu {
clear: left;
float: left;
width: 130px;
margin: 15px 0 0px 0;
padding: 0;
}

#menu ul {	
list-style: none;
width: 130px;
margin: 0 0 10px 0;
padding: 0;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #4f4f4f;
display: block;
padding: 5px 0 0 8px;
background: #EDE7D0;
border-left: 5px solid #01483B;
}	
	
#menu li a:hover {
background: #01483B;
color: #EDE7D0;
border-left: 5px solid #01483B;
}

.rightnews {
float: right;
width: 104px;
background-color: #EDE7D0;
margin: 0px 0 10px 10px;
padding: 5px;
font-size: 0.9em;

color: #4f4f4f;
}

#rightnews p {
font-size: 0.9em;
margin: .5em 0 .5em 0;
color: #4f4f4f;
}


#content {
margin: 0px 120px 0 140px;
border-left: 1px solid #A7986E;
border-right: 1px solid #A7986E;
padding: 0 10px 0 10px;
line-height: 1.8em;
text-align: justify;
}

#content h2 {
font-size: 1em;
margin: 1em 0 0 0;
}

#content h1 {
font-size: 1.1em;
margin: .5em 0 .5em 0;
}

a {
text-decoration: none;
color: #4f4f4f;
font-weight: bold;
text-decoration: underline;
}

a:hover {
font-weight: bold;
text-decoration: underline;
color: #566C11;
}

a img {
border: 0;
}

.style1 {
        font-size: .95em;
        margin: .5em 0 .5em 0;
        color: #4f4f4f;
        letter-spacing: .1em;
}

.style2 {
        font-size: 1em;
        margin: .5em 0 .5em 0;
        color: #4f4f4f;
        letter-spacing: .2em;
}

.style3 {
        color: #4f4f4f;
}
.style4 {
        color: #D7DFBA;
        font-size: 1.7em;
        padding: 10px 0 10px 0;
        letter-spacing: -2px;
}

.style5 {
        font-size: 0.9em;
        margin: 1em 0 1em 0;
        color: #4f4f4f;
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
