/* CSS Document */

body {
background-color: #624734;
color: #fff ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 0;
margin: 0;

}

.container{
position: absolute;
text-align: center;
width: 780px;
left: 50%;
margin-left: -390px;
top: 50%;
margin-top: -270px;
height: auto;

}


.maintable {
float: left;
text-align: left;
width: 780px;
height: 492px;
border: 1px solid #fff;

}

.logo {
width: 253px;
height: 140px;
border-right: 1px solid #fff;
border-bottom: solid 1px #fff;
}

.menu {
width: 527px;
height: 140px;
border-bottom: solid 1px #fff;

}

.menulinks {
font-size: 14px;

}

.leftcontent {
width: 253px;
background-color:#fff;
color: #624734;
height: 352px;
vertical-align: top;
}

.leftcontent a:link {color: #624734; text-decoration: none;}
.leftcontent a:visited {color: #624734; text-decoration: none;}
.leftcontent a:hover {color: #624734; text-decoration: underline;}
.leftcontent a:active {color: #624734; text-decoration: none;}

.leftcontenttext {
margin: 10px;
position: relative;

}

.address {
margin: 10px;
float:left;
width: 300px;
vertical-align:bottom;
}

.rightcontent {
width: 527px;
height: 352px;
}

.rightcontenttext {
vertical-align: top;
margin: 10px;
}

.rightcontentphotos {
vertical-align: bottom;
}

.phototable {
}

.titlerow {
height: 50px;
border-bottom: solid 1px #fff;
font-size: 14px;
font-weight: bold;
PADDING-LEFT: 10PX;
}

.menu a:link {font-size: 12px;color: #FFFFFF; text-decoration:none;}
.menu a:visited {font-size: 12px;color: #FFFFFF; text-decoration:none;}
.menu a:hover {font-size: 12px;color: #FFFFFF; text-decoration:underline;}
.menu a:active {font-size: 12px;color: #FFFFFF; text-decoration:none;}

.menutable {

}

ul
{
      margin-top:10px;
      margin-left:10px;
      margin-bottom:5px;      
      padding: 0;
}

 

li
{     
      margin-top:0px;
      margin-bottom:0px;     
}

.heads
{
font-size: 10px;
font-weight: bold;
color: #624734;
padding-top: 10px;
}

.text {
width: 507px;
height: 332px;
overflow-y: auto;
overflow-x: none;
padding: 10px;
scrollbar-arrow-color: #000000;
scrollbar-face-color: #624734;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #624734;
scrollbar-shadow-color: #624734;
scrollbar-darkshadow-color: #412816;
scrollbar-track-color: #624734;
}

