/* CSS Document */
body, html {
margin:0 1% 1% 1%;
background-color:#CCCCCC;
}
body {
text-align:center;
}
#wrapper {
background-color:#ebebeb;
width: 766px;
margin: 0 auto;
text-align:left;
border-left:1px solid #666666;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
}
#branding {
background-color:#EBEBEB;
height:156px;
}
#content {
background-color:#ebebeb;
width:550px;
float:right;
padding-bottom:10px;
}
#content h1, #content h2, #content p {
padding-right: 20px;
}
P {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:.85em;
}
#mainNav {
margin-top:0px;
background-image:url(images/mainNavbckgrnd.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color:#EBEBEB;
padding-top: 0px;
padding-bottom:20px;
padding-left:0px;
width:191px;
float: left;
height:600px;
}
#footer {
background-color:#999999;
clear: both;
text-align:center;
}
H1,H2,H3,H4,H5,H6 {
background-color:#ebebeb;
font-size:1.5em;
font-weight: normal;
color:#000000;
}
P.under {
font-size:0.85em;
}
