body {
margin:0;
padding:0;
background-image: url(../images/bg.jpg);
background-repeat: repeat-y;
background-color:#ffffff;
color:#666666;  
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:.9em;
}

a {
color:#0256a5;
text-decoration:underline;
}

a:hover {
color:#f07d19;
text-decoration:none;
}

.clearmeplz {
clear: both;
}

/* Layout */

#wrapper {
width: 890px;
margin: 65px auto 50px auto;
padding: 0px;
}

#header {
background-image: url(../images/border_top.gif);
background-repeat: no-repeat;
width: 890px;
height: 20px;
padding: 0px;
margin: 0px;
}

#logo_nav {
/*width: 890px;
background-image: url(../images/logo_nav.jpg);
background-repeat: no-repeat;*/
padding: 0;
margin: 0;
}

#logo_nav #logo {
float: left;
padding: 0;
margin: 0 0 0 25px;
}

#logo_nav #navigation {
float: right;
padding: 0;
margin: 0 10px 0 0;
}

#content {
background-image: url(../images/content_bg.gif);
background-repeat: repeat-y;
width: 890px;
padding: 0px;
margin: 0;
}

#content #left_content {
float: left;
width: 375px;
padding: 0;
margin: 0 0 0 15px;
}

#content #right_content {
float: right;
width: 470px;
padding: 0;
margin: 0 15px 0 0;
}

#content #quote {
color: #0256a5;
padding: 3px;
margin: 25px 0 0 20px;
width: 315px;
border: solid 1px #0256a5;
}

#content #quote_wide {
color: #0256a5;
padding: 3px;
margin: 25px auto 15px auto;
width: 550px;
border: solid 1px #0256a5;
}

#content #quote p.name {
text-align: right;
}

#content #quote_wide p.name {
text-align: right;
}

#content #content_beforeAfter {
width: 850px;
padding: 0;
margin: 25px;
}

#content #content_beforeAfter #float_img {
float: left;
width: 400px;
margin: 10px 15px 10px 0;
}

#content #bottom_contact {
/*background-image: url(../images/content_bg.gif);
background-repeat: repeat-y;
width: 890px;*/
overflow: auto;
padding: 0px;
margin: 0;
}

#footer {
clear: both;
background-image: url(../images/border_bottom.gif);
background-repeat: no-repeat;
width: 890px;
height: 25px;
padding: 0px;
margin: 0px;
}

/* Other styling */

hr {
width: 90%;
color: #0256a5;
background-color: #0256a5;
height:1px;border:none;
margin-top: 15px;
margin-left: auto;
margin-right: auto;

}

img.right_align {
float: right;
margin-right: 10px;
}

img.border {
padding: 2px;
border: 1px solid #0256a5;
}

img.none {
border: none;
}   

h2 {
font-weight: bold;
font-size: 1.2em;
margin-top: 0;
}

h3 {
font-weight: bold;
font-size: 1em;
margin-top: 0;
}

#list li {
list-style-type: square;
}

p {
margin-top: 0;
}

.caption {
font-size:.7em;
}

p.copyright {
float: left;
margin-top: 10px;
margin-left: 20px;
font-size: .8em;
}

/* Navigation styling */

td img {display: block;}
