@charset "utf-8";

body {
	background: url("../images/background.jpg") no-repeat top center;
	color: #FFFFFF;
	}

body, form {
	margin: 0px 0px;
	padding: 0px 0px;
	}

body, th, td, input, select, textarea, button {
	font: 15px/22px Arial, sans-serif;
	}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a img {
	border: none;
	}


/* CSS Classes */
.page-content {
	width: 800px;
	margin: 0px auto;
	}

.logo {
	position: relative;
	top: 17px;
	left: 20px;
	margin-bottom: 6px;
	}

.navigation {
	list-style: none;
	line-height: 21px;
	width: 190px;
	margin: 20px 20px;
	padding: 0px 0px;
	}

.navigation li {
	margin-bottom: 6px;
	}

.navigation li a:link, .navigation li a:visited, .navigation li a:active {
	display: block;
	width: 184px;
	padding: 0px 3px;
	}

.navigation li a:hover {
	background: #90b9e2;
	text-decoration: none;
	}

.right-container {
	position: relative;
	left: 375px;
	top: -280px;
	width: 380px;
	}