@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	background-image: url(../images/bg.jpg);

}

#SubNavBox{
	width=799px;
	text-align: center;
	background-color: #000000;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 173px;
	
}

#container  {
	width: 973px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3D648F;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left;
	width: 0px;
	background-image: url(../images/navBack.jpg);
	background-repeat: no-repeat;
	background-color: #3D648F;
	padding: 0px;
	height: auto;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  {
	margin: 0 0 0 174px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/hCBack.jpg);
	background-color: #3D648F;
} 
#footer  {
	background-image: url(../images/hCBack.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 174px;
	text-align: center;
} 

/* CSS Document */

#ChildContentContainer  {
	color: #000000;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 
#containerChild {
	width: 973px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3D648F;
	color: #FFFFFF;
	background-image: url(../images/cbg.gif);
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
