/* CSS Document */

body {width:1004px;}

#header {width:1000px;
float:none;
float:left;
border-right:2px solid #333333;
border-top:2px solid #333333;
border-left:2px solid #333333;
}

#menu {width:1000px;
float:none;
float:left;
border-right:2px solid #333333;
border-left:2px solid #333333;
}

#left {float:left;
width:305px;
background-image: url(../images/windows-chesapeake_r5_c1.gif);
border-left:2px solid #333333;
height:500px;
}

#content {
float:none;
float:left;
border-right:2px solid #333333;
width:695px;
height::100%;
}

#footer {
float:none;
float:left;
background-image: url(../images/footer.gif);
width:1000px;
height:100px;
border-right:2px solid #333333;
border-bottom:2px solid #333333;
border-left:2px solid #333333;
}

h1 {font-weight:500;
font-size:24px;
color:#333333;
margin-bottom:0px;}

h2 {font-weight:200;
font-size:14px;
color:#666666;
margin-top:0px;
}
p {font-weight:200;
font-size:16px;
color:#333333;
}