﻿#wrapper {
	width: 854px;
}
#header {
	background-color: black;
	color: #FFFFFF;
	font-size: 24pt;
	font-weight: bold;
	font-family:Arial;
}
#navbar {
	background-color:black;
	border:medium;
	font:menu;
}
#content {
	background-color:white;
	border:medium;
	height:auto;
	font-family:Arial;
	font-size:small
}
#footer {
	background-color: black;
	color: #FFFFFF;
	font-style: normal;
	font-family:Arial;
}
.center {
	text-align: center;
}
#menuLink {
	text-decoration: none;
	color:white;
}
#defaultLink1 {
	color: maroon;
	text-decoration: none;
	font-weight:bold;
}

