@charset "utf-8";
/* CSS Document */

body {
	background-color: #C7CAD1;
}
#wrapper {
	background-color: #C6C9D0;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header {
	height: 180px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F6C;
	border-bottom-color: #F6C;
	border-top-width: medium;
	border-bottom-width: medium;
	background-color: #FFF;
	padding: 0px;
	text-align: center;
}

#menu li {
	display: inline;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
a:link {
	color: #349ddb;
}
a:visited {
	color: #493D26;
}
a:hover {
	color: #F6C;
}
a:active {
	color: #F6C;
}
#content {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}


#footer {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #F6C;
	border-bottom-color: #F6C;
	color: #000;
	background-image: none;
	text-align: center;
	background-color: #493d26;
}
h1 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.yellow {
	color: #349ddb;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
.whiteText {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

