a img {
    border: 0;
}

#container {
    width: auto;
    margin: 0 auto;
}

#header {
    width: auto;
    height: 64px;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
}

#header .logo {
    width: 231px;
    height: 64px;
	float: left;
}

#header .nav {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
}

#header .logged_in {
	width: 99%;
	height: 20px;
	text-align: right;
	position: absolute;
	top: 15px;
}

#header a {
	color: #0f3b44;
    text-decoration: none;
}

#header a:hover {
	color: #ffffff;
    text-decoration: none;
}

#footer {
	width: auto;
	text-align: right;
	font-size: 9px;
	color: #2d5860;
}

.search_form {
	font-size: 9px;
	border: 0px;
	padding: 1px 1px 1px 1px;
	background-color: #c3d7f0;
	color: #000000;
}