
body {
	font-family: 'Arial', sans-serif;
	background-color: #9E519D;
	background-image: url(background-page.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}


a {
	color: #9E519D;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #300372;
}


div {
	padding: 0px;
	margin: 0px;
	text-align: center;
}


div#page_container {
	width: 800px;
	border: 1px solid #000000;
}


div#navigation_bar {
	background-color: #ede9f3;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #000000;
	padding: 5px;
	line-height: 1.5em;
}


div#title_bar {
	background-color: #ffffff;
	height: 175px;
	background-image: url(title.jpg);
}


div#main_content {
	background-color: #ffffff;
	padding: 10px;
	background-image: url(background.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	padding: 20px 25px 25px 25px;
}

html #main_content {
	height: 0.01%;
}


div#footer {
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #ede9f3;
	font-size: 70%;
	text-align: right;
	padding: 5px;
}

img.bordered {
	border: 1px solid #213E0A;
	margin: 15px;
}