html, body {
height: 100%;
}

body { 
font-size:12px; 
font-family:verdana, Arial, Helvetica, sans-serif; 
color: #000; 
background: #fff url(../images/bg.jpg);
text-align:center;
min-height: 100%;
}

#wrapper {
width: 775px;
background: #fff;
margin: 10px auto;
padding: 0px;
border:0;
text-align:left;
}

/*/////////START LEFT SIDE PANEL////////////////////*/
#nav {
float: left;
width: 155px; !important; width: 145px;
background:#B60200; 
color:#fff;
text-align:center;
border-left:5px solid #E1C846;
border-right:5px solid #E1C846;
min-height: 100%;
height:100%;
padding-bottom:15px;
}

#banner{
width:775px;
height:136px;
background:#fff url(../images/banner.jpg) no-repeat ;
color:#000;
text-align:center;
}

.facebook {
margin-left: 640px;
text-align:center;
margin-top:1px;
}

.facebook a:link,.facebook a:visited{
font-size: 10px;
color: #B60200;
text-decoration: none;
font-weight:bold;
}


.facebook a:hover{
font-size: 10px;
color: #B60200;
text-decoration: underline;
font-weight:bold;
}

.facebook a:active {
font-size: 10px;
color: #B60200;
text-decoration: underline;
font-weight:bold;
}

.members_nav {
margin-left: 650px;
margin-bottom: 10px;
padding-top:120px;
text-align:center;
}


#content{ 
float: right;
width: 620px;
min-height:100%;
height: 100%;
background:#fff;

}

.centerContent { 
width: 350px;
margin: 10px auto;
height:100%;
min-height:100%;
}

#footer {
clear: both;
width:765px  !important; width: 775px; /*///770 is for ff and 775 ie////*/
border-left:5px solid #E1C846;
border-right:5px solid #E1C846;
border-bottom:5px solid #E1C846;
background:#B60200 url(../images/footer.jpg) no-repeat ;
height:30px;
color:#fff;
text-align:center;
font-size: 11px;
}


#footer p {
padding: 5px;
}

p{
margin:10px;
}

h1{
font-size: 18px;
color: #B60200;
margin:15px 15px 0px 15px;
font-weight: bold;
text-align: left;
}

h2{
font-size: 16px;
color: #B60200;
margin:15px 15px 0px 15px;
font-weight: bold;
text-align: left;
}


h3{
font-size: 14px;
color: #B60200;
margin:15px 15px 0px 15px;
font-weight: bold;
text-align: left;
}

h4{
font-size: 14px;
color: #B60200;
margin:15px 15px 0px 15px;
font-weight: bold;
text-align: left;
}

a:link,a:visited{
font-size: 12px;
color: #000;
text-decoration: underline;
}


a:hover{
font-size: 12px;
color: #B60200;
text-decoration: none;
}

a:active {
color: #B60200;
text-decoration:none;
}



.centeredImage{
text-align:center;
 margin:10px auto 8px auto;
}

.leftImage { 
float: left; margin: 0px 5px 5px 0px; 
}

.rightImage { 
float: right; margin: 0px 0px 5px 5px; 
}

a img{
border: none;
}

hr  {
border: none 0;
border-top: 1px dashed #B60200;
width: 50%;
height: 1px;
text-align: center; /*FOR IE*/
margin: 15px auto; /*FOR FF*/
} 

.calls {
font-size:9px;
text-align:right;
margin:10px 10px 10px 0;
}

.time {
margin: 10px auto;
font-size:9px;
color:#B60200;
}

ul {
list-style-type: square;
font-size:12px;
color:#000;
}

li {
margin-top:10px;
color:#000;
}

table.not_found {
width:460px;
margin:10px auto;
}

table.not_found td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background: #FFFFCC;
  margin:10px;
}

table.sample {

font-size:12px; 
font-family:verdana, Arial, Helvetica, sans-serif; 
color: #000;
border: 4px double #b60200;
border-spacing: 0;
width: 600px;
margin: 10px auto;
}

table.sample td {
color: #000;
border: 4px double #b60200;
text-align: center;
padding: 7px;
}

<!--FORM ERROR--!>
input, select { 
border: 1px solid silver; 
}

input.error, select.error {
padding-right: 16px; 
border: 1px solid red;
background-color: #FFFCE2; 
background-image: url(../images/warning_obj.gif); 
background-position: right; background-repeat: no-repeat;
}

input:focus, select:focus {
border: 1px solid red; 
background-color:#EFEFEF;
}

.buttons {
background: #B60200;
font-size:10px; 
color: #fff; 
border: 2px solid #E1C846;
text-decoration: none;
font-weight:bold;
height:25px;
margin:10px;
padding-bottom:5px;
}
