#logo {
	margin-bottom:.75em;
}
#login {
	text-align:right;
	font-size:.9em;
}
#login ul {
	float:right;
	padding:0;
	margin:0 0 .5em 0;
	padding:0 .5em;
	list-style:none;
	background-color:#000;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
#login ul li {
	float:left;
	list-style:none;
	cursor:pointer;
}
#login ul a {
	display:block;
	color:#FFF;
	padding:.25em .5em .5em .5em;
	font-weight:bold;
	text-decoration:none;
}
#login ul a:hover {
	text-decoration:underline;
	background-color:#57A;
}
#header, #main, #footer, #login {
	width:950px;
	margin:0 auto;
	position:relative;
	*zoom:1;
}
#header, #main {
	padding:0 0 2em 0;
}
#navigation {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	width:950px;
	font-size:.92em;
	background-color:#359;
	border:solid 1px #036;
	margin-top:1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	*zoom:1;
}
#navigation li {
	list-style:none;
	float:left;
	text-align:center;
	cursor:pointer;
	border-right:solid 1px #036;
	_width:8em;
}
#navigation li:hover {
	background-color:#57A;
}
#navigation a {
	display:block;
	height:2em;
	line-height:2em;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 1.5em;
}
#navigation .special {
	float:right;
	border-left:solid 1px #036;
	border-right:0;
	background-color:#F00;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	_width:12em;

}
#navigation a:hover {
	text-decoration:underline;
}
#footer {
	text-align:center;
}
#footer ul {
	padding:0;
	margin:0;
	list-style:none;
	width:950px;
	font-size:.75em;
	background-color:#359;
	border:solid 1px #036;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:.75em;
}
#footer ul li {
	list-style:none;
	display:inline;
	text-align:center;
	cursor:pointer;
	border-right:solid 1px #036;
}
#footer ul li:hover {
	background-color:#57A;
}
#footer ul a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 1.5em;
}
#footer ul a:hover {
	text-decoration:underline;
}
#header:after, #main:after, #footer:after, 
#login:after, #navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}