/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 30 0 0 0;
}

div#logo a, p#conway a {
	margin-top: 20px;
	display: block;
}

div#logo h1 a span, div#logo p, p#conway span {
	display: none;
}

div#header {
	background: #202A52;
	height: 100px;
	border-bottom: 8px solid #1C233B;
}

div#header-inside, div#footer-inside {
	width: 800px;
	margin: 0 auto;
}

div#logo h1 a {
	background: url(../images/header/logo.gif) no-repeat;
	height: 52px;
	width: 220px;
	float: left;
}

p#conway a {
	float: right;
	height: 20px;
	width: 113px;
}

ul#menu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 3px;
}

ul#menu li {
	float: left;
	margin-left: 5px;
	line-height: 1.4;
}

ul#menu li a {
	color: #fff;
	text-shadow: 2px 2px 1px #1C233B;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 85px;
	height: 15px;
	padding: 5px 0;
	display: block;
	background-image: url(../images/header/tab.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

ul#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

ul#menu li a.selected {
	background-position: bottom left;
}

/*footer*/

#footer {
	background: #202A52;
	border-top: 8px solid #1C233B;
	margin-top: 40px;
	font-size: 9px;
	color: #595965;
	padding: 15px 0;
	height: 1%; /*crazy ie7...*/
	text-align: center;
}

#footer a.copy {
	display: block;
	height: 43px;
	width: 54px;
	margin: 0 auto;
}

#footer a.copy:hover {
	background-position: top right;
}

