﻿/* CSS layout */
body {
	margin: 0;
	text-align: center;
}
#container {
	position: relative;
	width: 1020px;
	text-align: center;
	margin: 0 auto 0;
	text-align: center;
	background-image: url('../fotos/ASPnav2.jpg');
}
#masthead {
	height: 300px;
	width: 1020px;

}
#navigator {
	height: 50px;
	width: 1020px;
	text-align: left;
	background-image: url('../fotos/ASPnav2.jpg');
}
#pagecontent {
	height: 560px;
	width: 795px;
	margin-right: 225px;
	text-align: left;
	text-indent: 1px;
}
#rightad {
	float: right;
	height: 560px;
	width: 225px;
}
#footer {
	border: thin solid #808080;
	height: 58px;
	width: 1020px;
	background-image: url('../fotos/ASPnav2.jpg');
}






