BODY, HTML {
background: #484848 url(images/bg1.jpg ) fixed repeat ;
margin: 10px ;
font-family: arial, helvetica, veranda, sans-serif ;
font-size: 12pt ;
color: #000055 ;
}


.wrapper {
background: #ffffff ;
border: 1px solid #000000 ;
width: 940px ;
padding: 0px ;
margin: auto ;
}

.header {
border-bottom: 1px solid navy ;

}

.main {
border: 0px ;
width: 940px ;
padding: 0px ;
height: 500px ;

}

.left_col {
padding-top: 20px ;
padding-left: 10px ;

}

.content {
padding-top: 10px ;
padding-left: 20px ;

}

.footer {
padding-top: 30px ;
border: 0px ;
height: 80px ;

}

.credit {
font-size: 9pt ;
color: #484848 ;
text-decoration: none ;
}

a:hover.credit {
color: #484866 ;
text-decoration: underline ;

}

.nav {
display: block ;
width: 210px;
height: 18px ;
text-align: left ;
text-decoration: none;
font-family: sans-serif ;
color: #000066 ;
line-height : 1.0em ;
border-bottom: 1px solid gray ;
border-right: 1px solid gray ;
background-color: #dfdfdf ;
padding: 1px ;
}

a:hover.nav {
display: block ;
width: 210px;
height: 18px ;
color: #ff0000 ;
line-height : 1.0em ;
border-bottom: 1px solid #0000ff ;
border-right: 1px solid #0000ff ;
background-color: #cfcfcf ;
padding: 1px ;
}

.nav_title {
font-size: 14pt ;
color: #fE0000 ;
text-align: center ;
text-decoration: underline ;
}

h1 {
font-size: 16pt ;
}

/*
div.address {
display: block;
text-align: center;
padding: 10px;
width: 250px;
height: 125px;
position: relative ;
top: -200px;
left: 650px ;
color: #000088 ;
background: #6fc4e1 ;
border: 1px solid red ;
}*/


div.address {

position: relative ;
top: -200px;
left: 650px ;

display: block;
width: 250px;
text-align: center;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;

}
