/* CSS Document */

html {margin: 0; padding: 0; height: 100%}
body {
font: 12px Arial, Helvetica, sans-serif; 
padding: 0; 
background: #ececec; 
color: #330033; 
min-height: 100%; height: 100%; 
text-align: center;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

/* zero out the spacing around pre, form, body, html as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html { margin:0; padding:0 } 

#home .home, #services .services, #who .who, #feedback .feedback, #contact .contact {color: #CC0000;}

#content h1 {
font: 21px Arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: 10px;
padding: 0;
color: #333;
}

h2 {
font: 12px Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0;
padding: 0;
color: #CC0000;
}

a:link { color: #330033; text-decoration: none;  }
a:active { color: #330033; text-decoration: none;  }
a:hover { color: #CC0000; text-decoration: none;  }
a:visited { color: #CC0000; }

.large_link {font-size: 12px;}

.photo {border: 1px solid #999;}

#wrapper {
padding: 0;
text-align: left;
width: 771px;
margin-top: .5em;
margin-right: auto;
margin-left: auto;
background: #fff;
padding: 10px;
}

#header { }

#navcontainer { margin-top: .5em; width: 800px; }

#navlist li
{display: inline;
list-style-type: none;
padding-right: 20px;
margin: 0 0 .5em .5em;
font-size: 12px;}

#navlist a:link, a:visited {
color: #330033;
text-decoration: none;
font-weight: bold;
}

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

#content { float: left; width: 400px; line-height: 1.5em; margin: 2.5em 1.0em 0 0.3em; padding: 1px; text-align: justify;}

#right_content { float: right; width: 320px; padding: 4px; border: 0 ; margin: 3.5em 0 0 0; line-height: 1.5em; font-size: 10px;}

#right_content h1 {
font: 15px Arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: 10px;
color: #333;
background: #ccc;
padding: 2px;
border-bottom: 1px solid #999;
width: 320px;
}

#right_content h2 {
font: 11px Arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: 40px;
margin-top: 10px;
color: #CC0000;
}


#right_content a {color: #CC0000; font-size: 11px;}
#right_content a:hover {color: #330033; font-size: 11px;}

#footer {font-size: 11px; text-align: center; color: #fff; background: url("images/footer.jpg"); width: 772px; height: 34px; margin-top: 6.0em; padding: 0;}
#footer p {padding-top: 8px;}

.clearer {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}