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

body { 
	background-color: #c52e2e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 800px;
	background-color: #fff;
	margin: auto;
	border: 5px solid #000;
}
#header {
	background-color: #fac95d;
	height: 125px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #c52e2e;
	color: White;
	float: left;
	width: 750px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant:small-caps;
	height: 30px;
	padding-left: 50px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding-right: 25px;
	padding-left: 25px;
	background-color: #c52e2e;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	height: 25px;
	padding-top: 5px;
}

#navcontainer ul li a:hover {
	background-color: #000;
	color: #fff;
}
#content {
	padding: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	margin-top: 20px;
}
#footer {
	color: #fff;
	background-color: #000;
	font-size: 10px;
	padding: 10px;
	text-align: right;
}
a:link {
	color: #c52e2e;
	text-decoration: none;
}
a:visited {
	color: #c52e2e;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #c52e2e;
}