	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: #e8dfd8;
		color: #000000;
	}
	
	.container
	{
		width: 700px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;

	}
	
	.content
	{
		padding-top: 5px;
		background-color: #f1efee;
		width: 700px;
		font: 12px georgia, serif;
		float: left;
		text-align: left;
		color: #000000;
	}
	
	.pad
	{
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 170px;
		border-left: 1px solid black;
	}
	
	.side
	{
		float:left;
		width:160px;
		margin:0;
		padding: 10px;
		font-size: 11px;
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 17px georgia, serif;
		font-weight: bold;
		font-style: italic;

	}
	


ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #772B1A;
}

a:hover {
	text-decoration: none;
	color: #635445;
}

img {
	border: none;
}


/* Content > Menu */

#menu {
	height: 35px;
	background: black;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 5px 0 2px 0;
	border-bottom: 2px solid black;
	text-decoration: none;
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	color: #e8dfd8;
}

#menu a:hover {
	border-bottom-color: #635445;
}

#menu .active a {
	border-bottom-color: #635445;
}

#menu .first a {
}




/* Footer */

#footer {
	clear: both;
	padding: 1px;
	background: black;
}

#footer p {
	margin: 0;
	font-size: small;
	color: #f1efee;
}

#footer a {
	color: #e8dfd8;
}


/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}





	a:link {color: #772B1A; font-weight: bold; text-decoration: underline; background-color:none;}
	a:visited {color: #772B1A; font-weight: bold; text-decoration: underline; background-color:none;}
	a:hover {color: #635445; font-weight: bold; text-decoration: underline; background-color:none;}
	a:active {color: #635445; font-weight: bold; text-decoration: underline; background-color:none;}