/* CSS Document */


#banner {
	background-image: url(images/banner.png);
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #808080;
	position: inherit;
	background-position: center center;
}

#content{
	float:left;
	background-color: #FFFFFF;
	height: auto;
	left: auto;
	right: auto;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	width: 80%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#breadCrumb{
	font-size: 20px;
	background-color: #FFFFFF;
	color: #000000;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: none;
	height: auto;
}

#feature{
	font-size: 15px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
}
body {
	background-color: #000000;
}
