body{
background: url(../img/background.gif);
font-family: verdana;
font-size: 10pt;
color: #292D07;
margin: 0;
}

div#container{
width: 900px;
background: #fdf7e1;
/*height: 600px;*/
/*to center this div I do the following steps*/
position: absolute;
left: 50%;
margin-left: -450px;
/*note the margin-left is half the width of this div*/
}


div#toplinks a{
color: #9D1717;
font-size: 10px;
}

div#toplinks{
text-align: right;
background: #fdf7e1;
padding-top: 1ex;
padding-bottom: 1ex;
padding-right: 2ex;
}

div#navigation{
text-align: center;
background: #fdf7e1;
border-top: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
}

div#navigation ul {
margin: 1ex
margin-left: 0;
}

div#navigation ul li{
list-style-type:none;
display: inline;
}
a{
text-decoration: none;
}
 
div#navigation a{
color: #9D1717;
padding: 0 1em;
border-right: solid 1px #e0e0e0;
}

div#navigation a.last{
color: #9D1717;
padding: 0 1em;
border-right: none;
}

div#navigation a:hover{
background: #9D1717;
color: white;
padding: 1ex 1em;
border-right: solid 1px #e0e0e0;

}


div#contents{
text-align: left;
padding-top: 20px;
/*height: 400px;*/
}

div#contents_index{
text-align:center;
padding-top: 20px;
height: 400px;
}

div#left{
float: left;
width: 610px;
margin-left: 10px;
}

div#left-contact{
float: left;
width: 540px;
margin-left: 10px;

}

div#right{
float: right;
width:280px;
margin-left: 10px;
margin-right: 25px;
}

div#right-contact{
float: right;
width:320px;
margin-left: 10px;
margin-right: 10px;

}


div#footer{
clear: both;
background: #fdf7e1;
color: #9D1717;
text-align: center;
padding-top: 1ex;
padding-bottom: 1ex;
border-top: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
}

img.inlineimg{
float: left;
margin-right: 1em;
border: solid 1px #306960;
}

img.cityimg{
float: left;
margin-right: 20px;
}



h1{
color: #B4AF65;
font-size: 16pt;
margin-left: 1em;
font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
}

h2{
color: #306960;
font-family:  Palatino Linotype, Book Antiqua3, Palatino6, serif;
font-size: 12pt;
margin-bottom: -1em;
}


p{
text-align: justify;
} 

img.inlineimg{
float: left;
margin-right: 1em;
border: solid 1px #306960;
}


/*from old styles*/


div#right{
width: 200px;
text-align: left;
}

a{
text-decoration: none;
font-family: verdana;
font-size: 10pt;
color: #9D1717;
padding-left: 10px;
}



a.nav,a.nav:link,a.nav:visited{
display: block;
width: 200px;
height: 25px;
background: beige;
border: solid 1px brown;
margin-top: 1em;
vertical-align: middle;
padding-top: 1.5ex;
}

a.nav:hover{
background: #9D1717;
color: beige;
width: 200px;
height: 25px;
}

