@charset "utf-8";
/* CSS Document */

body{
background-color:#80a7cf;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
margin:0px;
padding:0px;
}

h1, h2, p, br, div{
margin:0px;
padding:0px;
border:0px;
}

li{
margin-top:3px;
}


img{
margin:0px;
border:0px;
}

h2{
font-size:12px;
font-weight:bold;
color:#214b77;
}


#main {
float:left;
    width:455px;
    font-size:93%;
    line-height:normal;
    }


#center{
width:936px;
position:absolute;
left:50%;  
margin-left:-468px;
margin-top:20px;  

}
#container{
}

#bg{
background-image:url(images/mainarea.jpg);
height:317px;
background-repeat:no-repeat;
padding:20px 15px 20px 20px;
overflow:hidden;
}

#top{
text-align:center;
height:310px;
background-image:url(images/top_blank.jpg);
}
#body{
background-color:#FFFFFF;
text-align:left;
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
background-position:top;
height:393px;
}
#nav{
float:left;
text-align:center;
width:246px;
}
#right{
float:right;
text-align:center;
padding: 24px 4px 0px 0px;
}
#footer{
color:#214b77;
margin: 20px 0px 0px 20px;
}
#footerRT{
float:right;
text-align:left;
color:#214b77;
margin: 20px 20px 0px 0px;
}
.bold{
font-weight:bold;
}
.small{
font-size:10px;
}
.center{
text-align:center;
}
.i{
font-style:italic;
}
.blue{
color:#214b77;
}
/* PAGES */
#index{
margin-right:20px;
}
#gallery table{
text-align:center;
}
#gallery_top{
padding: 0px 0px 15px 0px;
margin: 0px auto 0px;
border-bottom: 2px solid #fff;
}
#gallery_bottom{
padding: 10px 0px 50px 0px;
margin: 0px auto 0px;
}
#gallery a{
color:#91724e;
font-weight:bold;
}
.galleryH2{
color:#91724e;
font-weight:bold;
}
#scroll{
height:340px;
overflow:auto;
}

/* LINKS */
a:link,
a:visited {
color:#214b77;
text-decoration:none;
}
a:hover,
a:active {
color:#214b77;
text-decoration:underline;
}