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

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
	background: #ffffcc;
}

#wrapper {
	margin: 0 auto;
	width: 737px;
}

#header_left a {
	float: left;
	display: block;
        outline: none;
	background: url(images/logo.gif) center left no-repeat;
	width: 267px;
	height: 35px;
	text-indent: -9999px;
}

.clearer {
	clear: both;
}

#content {
	min-height: 420px;
	height: auto !important;
	background: #FFF url(images/shadow.gif) left bottom no-repeat;
}

/* IE fix */

* html #content {
	height: 420px;
}

#footer {
	padding: 5px 3px 0 0;
	text-align: right;
}

#footer ul li {
	list-style: none;
	display: inline;
	padding: 0 0 0 10px;
}

#footer ul li a, #footer ul li a:visited {
	text-transform: uppercase;
	font-size: 85%;
	color: #666;
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a.selected {
	color: #820000;
	text-decoration: none;
}