@charset "utf-8";
/*--------basic styling------*/* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background-color: #AAAAAC;
	text-align: center;
	height: auto;
}

#wrapper {
	background-color: #FFFFCC;
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#clear {
	clear: both;
}
/*--------position container elements--------*/

#Header {
	background-color: #AAAAAC;
	position: relative;
	height: 180px;
	width: 900px;
}


#leftsidebar {
	float: left;
	width: 135px;
	background-color: #FFFFCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #222631;
	height: auto;
}

#content {
	float: left;
	width: 610px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222631;
	line-height: 22px;
	padding-right: 5px;
	border: thin solid #AAAAAC;
	background-color: #FFFFCC;
	height: auto;
}

#rightsidebar {
	float: right;
	width: 135px;
	background-color: #FFFFCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222631;
	height: auto;
}

#footer, #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFCC;
	height: 30px;
	width: 900px;
	padding-top: 7px;
	padding-left: 10px;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D40000;
	bottom: auto;
}

#footer a:hover {
	color: #000000;
}

h1 {
	line-height: 50px;
}

