/* CSS Document */
body, html {
	background-color: #e2dbc9;
	margin:0px;
	padding:0px;
	color:#2c2417;
	font-family:georgia;
	line-height:170%;
	font-size:85%;
	text-align:center;
	height:100%;
	background-image:url(images/back1111.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#container {
	width:100%;
	margin: 0 auto;
	text-align:center;
	height:100%;
	padding:0px;
	position:relative;
}
#contentContainer {
	max-width:1000px;
	min-width:1000px;
	width:1000px;
	margin:auto;
}
.columns {
	float:left;
	padding:10px;
	text-align:left;
	white-space:normal;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	margin-bottom:5px;
}
a:link {
	text-decoration:underline;
	color:#292212;
}
a:visited {
	text-decoration:underline;
	color:#524830;
}
a:active {
	text-decoration:underline;
	color:#b98c24;
}
a:hover {
	text-decoration:underline;
	color:#b98c24;
}
