@import url('header.css');
@import url('content.css');
@import url('right.css');
@import url('footer.css');

html, body, #outer {
	min-height: 100%;
	height: 100%;
} 

html>body, html>body #outer {
	height: auto;
} 

body {
	background-color: #ffffff;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-position: 0% 0%;
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0px;
	margin: 0px;
}

a { color: #502210; }
a:hover {
	text-decoration: none;
	background-color: #F2F0EB;
}

dd { display: none; }

h1 {
	color: #502210;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
