/***********************************************/
/* Layout Divs                                 */
/***********************************************/
 #container
{
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;SSS
}

#masthead{
}

#navBar{
	/* height: 100%; */
	width: 183px; /* Set menu size */
	/* border-bottom: 1px solid #ccc; */
	float:left;/* Removes the formatting in all directions; allows the breadcrumb to align horizontally with the navBar */
}

#navBar2{
	/* height: 100%; */
	width: 183px; /* Set menu size */
	/* border-bottom: 1px solid #ccc; */
	float:right;
	clear: none;/* Removes the formatting in all directions; allows the breadcrumb to align horizontally with the navBar */
}

#newsBar{
	/* height: 100%; */
	width: 183px; /* Set menu size */
	/* border-bottom: 1px solid #ccc; */
	float:left;
	clear: both;/* Removes the formatting in all directions; allows the breadcrumb to align horizontally with the navBar */
}


#content{
	text-align: justify;
	margin-top: 0;
	margin-right: 183px;
	margin-bottom: 0;
	margin-left: 183px;
	
}

#footer{
	background-image: url(../images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 50px 0px 0px 0px;
	min-height: 31px;
	background-color: white;	 /* covers the bottom end of the repeating graphic */
}

.clear
{
	clear: both;
}
