@charset "utf-8";

body {
	background-position: 0px 0px;
	margin: 0px;
	float: none;
	background-image:url(../graphics/background.jpg);
	background-repeat: repeat-x;
	background-color: #958A88;
}
#wrapper {
	background-position: center top;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 0px;
}

#header {
	background-color: #958A88;
	height: 80px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navbar {
	background-color: #FC0;
	height: 50px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}

#body {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: #252525;
	border-left-color: #252525;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#footer {
	background-color: #958A88;
	height: 80px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #ffffff;
	
}
h1 {
	color:#fff;
	font-size:16pt;
	font-style:italic;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.black {
	color:#000000;
}
.grey {
	color: #9F9DA8
}
