@charset "utf-8";
h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5E1C74;
}
p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper {
	background-color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 600px;
	margin-left: auto;
	padding-left: 40px;
	padding-right: 30px;
	margin-bottom: 20px;
}

body {
	width: auto;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


a:active {
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #333333;
}
#mainContent {
	height: auto;
	width: 650px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

