@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}

/* CSS Document */

body {
	background-color: #0099FF;
	margin: 0px;
	padding: 0px;
}


#wrapper {
	width: 960px;
	color: #000000;
	background-color: #F1D6A1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #logo {
	height: 150px;
	width: 960px;
	background-color: #F1D6A1;
	padding-left: 0px;
}

#wrapper  #navbar  {
	height: 26px;
	width: 745px;
	background-color: #000066;
	color: #FFFFFF;
	padding-left: 215px;
	font-size: 75%;
	background-image: url(../images/menu%20bar.jpg);
	background-repeat: repeat-x;
}
#wrapper #footer {
	height: 35px;
	width: 960px;
}
#wrapper #footer a {
	text-decoration: none;
}
#wrapper #footer a:hover {
	text-decoration: underline;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyarea {
	width: 960px;
	float: none;
	font-size: 100%;
}
#wrapper #footer a:visited {
	color: #0000FF;
}
#wrapper #bodyarea a:visited {
	color: #0000FF;
}

