#container {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#login {
	text-align:right;
	padding:5px;
	background-color: #DCEAF3;
}
#content {
	padding:15px;
	padding-left:45px;
	margin-top:25px;
	max-width:600px;
	clear:both;
	position:relative;
}
#navigation {
	float:left;
	width:100%;
	background:#DAE0D2 url("../images/bg.gif") repeat-x top;
	font-size:small;
	line-height:normal;
}
#navigation ul {
	margin:0;
	padding:10px 14px 0;
	list-style:none;
}
#navigation li {
	float:left;
	background:url("../images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#navigation a {
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:10px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	min-height:35px;
}
#navigation a:hover {
	color:#CCC;
}
#navigation #current {
	background-image:url("../images/left_on.gif");
}
#navigation #current a {
	background-image:url("../images/right_on.gif");
	color:#FFF;
}
.mainimage {
	position:absolute;
	left:700px;
}
#navcontainer
{
background: #f0e7d7;
margin: 0 auto;
padding: 1em 0 0 0;
font-family: georgia, serif;
text-transform: lowercase;
}

/* to stretch the container div to contain floated list */
#footernavigation:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 90%;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
float: left;
width: 10%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
height:40px;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #194ea2;
text-decoration: none;
background: #FFF;
text-align:center;
}

#footernavigation>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

#copyright
{
	margin-top:20px;
}
