/* CSS Document */

body{
	font-family: "Times New Roman", Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/maria_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
wrapper{
	margin: 0px auto;
	padding: 0px;
	width: 824px;
	text-align: center;
}
nav{
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 824px;
}
main{
	margin: 0px auto;
	padding: 0px;
	width: 824px;
	height: 600px;
	text-align: center;

}
footer{
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 824px;
}
td{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
}
a:link,a:visited,a:active{
	color: #CC9933;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #CC9933;
	text-decoration: underline;
}
