@CHARSET "ISO-8859-1";

body {
	background: #FFFFFF;
}

#header {
	position: relative;
	margin-top: 5px;
	background: url('images/header.png') no-repeat top left;
	height: 39px;
	z-index: 2;
}

#mainContent {
	position: relative;
	margin-top: -10px;
	background: none;
	height: 456px;
	z-index: 1;
}

#actionCanvas {
	background: url('images/footer.png') no-repeat top left;
	height: 110px;
	padding-top: 10px;
	margin-bottom: 7px;
}

#actionCanvas a, #actionCanvas a:visited, #actionCanvas a:link, #actionCanvas a img {
	text-decoration: none;
	border: none;
}

#advert1 {	
	margin-left:32px;
	margin-top:50px;
	
}

#advert2 {	
	margin-left:14px;
	margin-top:50px;
}

#advert3 {
	margin-left:48px;
	margin-top:50px;
}

#footer {
	position: relative;
	margin-bottom: 21px;
	z-index: 3;
}

#subfooter {
	background: url('images/aams.png') center top no-repeat;
	height: 56px;
}


