body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1e065c;
	background-image:url(Images/wall_background.jpg);
	background-repeat: repeat;
}

#content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header{
	width:860px;
	float:inherit;
	font-size:18px;
	height:110px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(Images/quintaheader.png);
	background-repeat: no-repeat;
}
#menubarspace {
	width: 100px;
	float: left;
	height: 40px;
}
#menubar {
	height: 16px;
	width: 760px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	float: left;
}
#main {
	padding: 20px;
	float: left;
	width: 380px;
}
#widemain{
	width: 680px;
	padding:20px;
	float: left;
}
#footer {
	clear: both;
	height: 16px;
	width: 860px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#menucolumn {
	padding: 20px;
	float: left;
	width: 100px;
	color: #cd0d0d;	
}
#pictureright {
	padding: 20px;
	width: 300px;
	float: right;
}
a:link {
	color: #1e065c;
	text-decoration: none;
}
a:visited {
	color: #1e065c;
	text-decoration: none;
}
a:hover {
	color: #cd0d0d;
	text-decoration: none;
}
a:active {
	color: #cd0d0d;
	text-decoration: none;
}
