﻿body {
	background-color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}
#page {
	width: 960px;
	margin: auto;
	padding: auto;
	background-image: url('Images/Page.png');
	text-align: left;
}
#header {
	width: 960px;
	height: 120px;
	background-image: url('Images/Header.png');
}
#menulinks {
	width: 960px;
	height: 30px;
	background-image: url('Images/MenuLinks.png');
}
#mainarea {
	width: 960px;
	clear: both;
	padding-top: 10px;
}
#contentarea {
	float: left;
	width: 560px;
	padding-left: 45px;
	margin-bottom: 10px;
}
#sidebar {
	float: right;
	width: 290px;
	padding-right: 45px;
	font-size: 10px;
}
#footer {
	width: 960px;
	height: 92px;
	background-image: url('Images/Footer.png');
	clear: both;
}
#footer p {
	padding-top: 15px;
	color: #FFFFFF;
	padding-left: 50px;
	line-height: 20px;
}
a.logo {
	width: 724px;
	height: 110px;
	float: left;
	background-image: url('Images/logo.png');
}
h2 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #389ccb;
	text-decoration: underline;
}
#menulinks a {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-top: 1px;
}
#menulinks a:hover {
	background-image: url('Images/MenulinkHover.png');
	height: 24px;
}
#menulinks {
	width: 900px;
	padding-left: 30px;
	height: 30px;
	background-image: url('Images/MenuLinks.png');
	clear: both;
}
