* {
	margin: 0;
	padding: 0;
}

html, body {
	min-width: 910px;
}

body {
	background: url("../images/background.jpg") 50% 50% repeat-y #b9a990;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
}

#container {
	text-align: center;
}

#containee {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header {
	background: url("../images/header.jpg") no-repeat;
	height: 115px;
}

#header #logo {
	position: relative;
	top: 25px;
	left: 50px;
	width: 175px;
	height: 50px;
	display: block;
}

#login {
	background: url("../images/login.gif") repeat-x #bdaf9b;
	position: absolute;
	top: 0;
	right: 25%;
	text-align: center;
	padding: .1em .3em;
	border: 1px solid #cfc2b0;
	border-top: 0;
}

#flash {
	background: url("../images/flash-default.jpg") no-repeat;
	height: 226px;
}

#content {
	background: url("../images/content.gif") repeat-y;
	margin: 0 43px;
}

#nav {
	background: url("../images/nav.gif") repeat-x #e1d2ba;
	width: 183px;
	height: 100%;
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#copy {
	margin-left: 186px;
	padding: 1em;
	font-size: .8em;
	height: 1%; /* This fixes some floating and clearing issues in IE */
}

#footer {
	background-color: #b9a990;
	border-left: 1px solid #000;
	margin-left: 43px;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	clear: both;
}

#footer-top {
	background: url("../images/footer-top.gif") repeat-x;
	height: 1px;
}
#footer-top-left {
	background: url("../images/footer-left.jpg") no-repeat;
	width: 185px;
	height: 15px;
	float: left;
}
#footer-top-right {
	background: url("../images/footer-right.gif") no-repeat;
	float: right;
	height: 1px;
	width: 32px;
}
#footer-bottom {
	background: url("../images/footer-top.gif") 100% repeat-x;
	clear: both;
	height: 1px;
}
#footer-bottom-right {
	background: url("../images/footer-right.gif") 100% no-repeat;
	float: right;
	height: 1px;
	width: 32px;
}

#etl {
	background: url("../images/etl.gif") 0 50% no-repeat;
	float: right;
	margin: 0 50px 0 0;
	padding: .8em 0 .8em 42px;
	vertical-align: middle;
}

#footer ul {
	float: left;
	padding: .8em 0;
}

#footer ul li {
	display: inline;
	float: left;
	padding: .0em .5em;
	border-right: 1px solid #000;
}
#footer ul li.clear, #footer ul li.last {
	border: 0;
}
#footer ul li.clear {
	padding: .2em .5em;
}


#footer ul li a {
	color: #000;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #fff;
}

/* IE 6 & 7 Height Fixes */
ul {
	height: 1%;
}
ul li {
	display: block;
}