body 
    {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	background: repeat-x url(http://brunswickcountyneighborhoods.com/pix/structure/tophdr.gif) top left;
    }

/* ===================================== */
/* ======== FIRST 3 MAIN DIV's ========= */
/* ===================================== */

#outerwrap {
	text-align: left;
	padding: 0px;
	width: 970px;
    background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	top: 0;
	left: 0;
	/* border makes width 972px and adds 
	2px to whatever page height is as well  */
	border: 1px solid #000; 
}

#header {
	border-top: 0;
    width: 970px;
	height: 172px;
    padding: 0;	
	margin: 0;
}

#footer {
    clear: both;
    width: 970px;
	/* current height of the background image */
    padding: 0;	
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f8bed7; 
}

/* ===================================== */
/* ======= OTHER STRUCTURE DIV's ======= */
/* ===================================== */

#innerwrap {
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:normal;
	padding: 0 10px 0 0;
	margin: 0;
	}

#contentcontainer {
	width: 950px;
    margin: 0;
    padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    }

#menucontainer {
	width: 950px;
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ef64a4;	
    }
	
/* ===================================== */
/* =======  NAVIGATION STYLES    ======= */
/* ===================================== */

a.menulink1:link, a.menulink1:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #3c051f;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

a.menulink1:hover, a.menulink1:active{
	color: #a41357;
}

/* ===================================== */
/* =======     PAGE STYLES       ======= */
/* ===================================== */

h1,h2,h3,h4,h5,h6 
{
    color: #000; 
    font-family:"Times New Roman", Times, serif;
	padding-left: 10px;
	padding-right:10px; 
    }

h1
{
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 22px;
background-color: #f4227d;
margin: 10px 0 10px 0; 
padding: 2px 0 2px 10px;
}

h2
{
font-size: 22px;
text-align:center;
background-color: #f4227d;
width: 90%;
}

h3
{
font-size: 20px;
text-align:center;
background-color: #f4227d;
width: 80%;
}

h4
{
font-size: 18px;
text-align:center;
background-color: #f4227d;
width: 70%;

}

h5
{
font-size: 17px;
text-align:center;
background-color: #f4227d;
width: 60%;

}

h6
{
font-size: 16px;
text-align:center;
background-color: #f4227d;
width: 50%;

}

a:link, a:visited{
	color: #3c051f;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	}

a:hover, a:active{
	text-decoration: none;
	color: #a41357;
}

a.inactive, .inactive {
	color: #666666;
	text-decoration: none;
	}
	