@import "reset.css";

html {
	background: url(../images/bg_lower.gif) repeat;
	font-family: tahoma;
	color: #2f4b62;
width: 100%; height: 100%;
}

body {
width: 100%; height: 100%;
}

p {
	margin-bottom: 10px;
}

div.preload {
	display: none;
	visibility: hidden;
}

div.wrapper {
	z-index: 1;
	width: 1026px;
	margin: 0px auto;
}

div.container {
	position: relative;
	width: 960px;
	margin: 0px 33px;
}

div.randphrase {
	position: absolute;
	z-index: 4;
	right: 25px;
	top: -45px;
	font-weight: 700;
	font-size: 75%;
}

div.header {
	position: relative;
	height: 33px;
	background: url(../images/border_top.gif) no-repeat top center;
}

div.content img.logo {
	position: absolute;
	z-index: 5;
	top: -110px;
	left: -33px;
}

div.content {
	position: relative;
	background: url(../images/border_middle.gif) repeat-y top center;
	padding: 25px 35px;
	padding-top: 50px;
}

div.content a {
	color: #00467f;
}

div.content a:hover {
	color: #f6905d;
}

div.footer {
	position: relative;
	padding-top: 33px;
	text-align: right;
	line-height: 20px;
	font-size: 90%;
	font-weight: 700;
	color: #ffffff;
	background: url(../images/border_bottom.gif) no-repeat top center;
}

div.footer span {
	display: block;
	color: #00467f;
}

div.footer a {
	text-decoration: none;
	color: #00467f;
}

div.footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

div.headerbg {
	z-index: 0;
	height: 120px;
	width: 100%;
	border-bottom: 4px solid #FFFFFF;
	background: #A8C9E8 url(../images/bg_header.gif) no-repeat 75% 50px;
margin-bottom: 10px;
}



ul.navi {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 6;
	height: 50px;
}

ul.navi li {
	float: left;
	margin-right: 10px;
}

ul.navi li a {
	padding: 5px 10px;
	padding-left: 0px;
	position: relative;
	display: block;
}


div.clear {
	clear: both;
}

