body
{
	background-color: white;
}

.mainContainer
{
	margin: 0 auto;
	width: 	760px;
}

.headerContainer
{
	margin-top: 20px;
	background-position: left bottom;
	background-image: url(images/headerBackground.jpg);
	background-repeat: no-repeat;
	height: 300px;
}

.navigationContainer
{
	padding-top: 15px;
	background-image: url(images/navigationBackground.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

.footerContainer
{
	background-image: url(images/footerBackground.jpg);
	margin: 10px 0;
	font-size: xx-small;
	color: #B0B0B0;
	text-align: center;
	height: 50px;
}

.footerContainer a
{
	color: #B0B0B0;
	text-decoration: none;
}

.footerContainer a:hover
{
	text-decoration: underline;
}

@media print
{
			
}