@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

body.sky {
	background-color: #0188cc;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p {
	padding: 0;
	margin: 0;
}

div#center {
	width: 980px;
	margin: auto;
	text-align: left;
	position: relative;
	background-color: white;
}

div#page {
	width: 980px;
}

div#top {
	width: 980px;
	height: 46px;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#head {
	margin: 0;
	padding: 3px 3px 0 3px;
	height: 88px;
	background-color: white;
}

a#head_logo {
	float: left;
	margin-right: 12px;
	height: 88px;
}

div#head_slogan {
	float: left;
	width: 550px;
	height: 88px;
	position: relative;
}

div#head_slogan img {
	position: absolute;
	top: 14px;
}

div#head_slogan p {
	position: absolute;
	bottom: 24px;
	font-size: 77%;
}

div#head_slogan p a {
	text-decoration: none;
	color: black;
}

div#head_search {
	height: 88px;
}

div#head_search form#head_searchform {
	padding: 0;
	margin: 42px 0 0 0;
	text-align: right;
}

div#head_search img {
	vertical-align: middle;
	display: inline;
	border: 1px solid #aaaaaa;
	border-left: 0px;
}

div#head_search input {
	vertical-align: middle;
	display: inline;
	border: 1px solid #aaaaaa;
	width: 149px;
	height: 14px;
	padding: 2px 0;
}

div#main {
	padding: 0 3px;
}

div#navigation {
	width: 226px;
	float: left;
	background-color: #bfdcef;
	margin-right: 12px;
	background-repeat: no-repeat;
	min-height: 430px;
	_height: 430px;
}

div#content {
	width: 736px;
	float: left;
	background-color: #ebebeb;
	min-height: 200px;
}

div#clear {
	height: 3px;
	line-height: 1px;
	font-size: 1px;
	clear: left;
}


