body{
text-align: center;
background: #004b8e;
}
#wrapper{
margin: 20px auto;
width: 940px;
background: #fff;
background-image: url(../images/bkg_content.jpg);
background-repeat: repeat-y;
border: 3px solid white;
}
#header{
width:940px;
height: 100px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
border-bottom: 2px solid white;
}
#pics{
width:940px;
height:175px;
background-image: url(../images/pics.jpg);
background-repeat: no-repeat;
border-bottom: 2px solid white;
}
#navbar{
width:940px;
height:40px;
background-image: url(../images/navbar.jpg);
background-repeat: repeat-x;
border-bottom: 2px solid white;
}
#nav-text{
width: 865px;
margin: 0 auto;
height:40px;
text-align: left;
font-family: arial,verdana,tahoma;
font-size: 14px;
line-height:40px;
color: white;
border-left: 1px solid white;
}

#content{
width:940px;
text-align: left;
}
#left{
float:left;
width: 220px;
min-height: 20px;
}
#middle{
float: left;
width:520px;
padding: 10px 20px;
min-height: 30px;
font-family: arial,verdana,sans-serif;
font-size:12px;
}
html>body #middle{
width:480px;
}
#right{
float: left;
width: 200px;
}
.btn_blu{
width:220px;
height:50px;
background: #0d4271;
border-bottom: 2px solid white;
line-height:50px;
}
#phone_no{
width:220px;
height:50px;
background-image: url(../images/phone_no.jpg);
background-repeat: no-repeat;
border-bottom: 1px solid #6a6747;
}
.btn_lft{
width:210px;
height:40px;
padding:5px;
font-family: arial,tahoma,verdana;
font-size:12px;
border-bottom: 1px solid #6a6747;
}
.btn_lft_logos{
width:210px;
height:100px;
padding:20px 5px;
margin: 30px auto;
}
h1{
font-family: arial,tahoma,verdana;
font-size:18px;
font-weight: bold;
color: #0d4271;
margin:0px;
padding-bottom: 5px;
text-align: left;
border-bottom: 1px solid #6a6747;
}
h2{
font-family: georgia,arial,tahoma,verdana;
font-size:20px;
font-weight: bold;
color: white;
margin:0;
padding:0;
text-align: center;
}
h3{
font-family: arial,tahoma,verdana;
font-size:15px;
font-weight: bold;
color: #0d4271;
margin:0px;
padding: 0px;
text-align: left;
}
h4{
font-family: georgia,arial,tahoma,verdana;
font-size:20px;
font-weight: bold;
color: #0d4271;
margin:0;
padding:0;
text-align: center;
}
.btn{
width:190px;
padding: 5px;
border-bottom: 1px solid #6a6747;
font-family: arial,verdana,sans-serif;
font-size:12px;
}
.btn ul{
margin-left: 10px;
padding-left: 10px;
}
.image{
padding:10px;
}
#footer{
width:940px;
height:40px;
background-image: url(../images/navbar.jpg);
background-repeat: repeat-x;
font-family: arial,verdana,tahoma;
font-size: 13px;
line-height:40px;
color: white;
}
#footer a, #footer a:visited{
color: white;
text-decoration: none;
}
#footer a:hover{
text-decoration: underline;
}
.btn_lft a{
text-decoration: none;
color: #000066;
}