html {
	font-family: Arial;
}
body {
	padding: 0px;
	background-color: #ffffcc;
	background-image: url(../images/gradientBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outerContainer {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}
#innerContainer {
	background-image: url(../images/repeatingBg.jpg);
	background-repeat: repeat-y;
}
#bannerContainer {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 778px;
}
#banner {
	height: 206px;
	width: 778px;
}
.breadcrumb {
	margin-top: 5px;
	margin-left: 25px;
	font-size: 14px;
	color: #333333;	
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;	
}
.breadcrumb a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
	
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 778px;
	background-color: #ffffcc;
	display: block;
}
