﻿body {
	background-image: url(images/bg.png);
	font-family: Arial, Sans-Serif;
	margin: 0;
	padding: 0;
}
#center {
	background-color: White;
	margin: 20px auto auto auto;
	padding: 10px;
	width: 800px;
}
#header {
	background-color: #CCCC99;
	background-image: url(Images/header.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 130px;
	padding: 10px;
	padding-right: 10px;
}
#navigation {
	float: left;
	font-size: 10pt;
	margin-top: 10px;
	padding: 10px;
	width: 170px;
}
#navigation a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}
#navigation a:hover {
	text-decoration: none;
}
#content {
	border-left: dashed 1px #CCCC99;
	float: left;
	font-size: 11pt;
	margin: 10px auto auto auto;
	padding: 10px;
	width: 580px;
}
#content a:link, a:active, a:visited {
	color: Blue;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	background-color: #CCCC99;
	clear: both;
	font-size: 10pt;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#footer a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}