﻿body {
	background-color: #a2c0da;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet ms, Geneva, Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #b0cae3;
}

h1 {
	font-size: 30pt;
	font-weight: normal;
	color: #ffffff;
	letter-spacing:-2px;
}

img {
	border: 0px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.bottom {
	margin-bottom: -4px;
}
#site {
	background-image: url('img/bg.gif');
	background-color: #a2c0da;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 100%;
	height: 100%;
}
#centering {
	margin: 0 auto;
	width: 987px;
	height: auto;
	min-height: 812px;
}
#top {
	width: 987px;
	height: 168px;
	background-image: url('img/bg_top.gif');
	background-repeat: no-repeat;
}
#page {
	float: left;
	width: 987px;
	background-image: url('img/bg_page.gif');
	background-repeat: repeat-y;
}
#menu {
	position: relative;
	float: left;
	min-height: 644px;
	width: 218px;
	background-color: #b5cde1;
	background-image: url('img/bg_menu.gif');
}
#menuposition {
	margin-top: 33px;
	margin-left: 12px;
}

#menu_button {
	width: 178px;
	height: 37px;
	background-image: url('img/bg_button.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	padding-top: 11px;
	margin-bottom: -4px;
}
#content {
	position: relative;
	float: left;
	width: 759px;
	min-height: 644px;
	background-image: url('img/bg_content.gif');
	background-repeat: no-repeat;
	background-color: #3570ab;
}
#content-text {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

#bottom {
	position: relative;
	float: left;
	width: 977px;
	height: 50px;
	margin-top:5px;
}
