@charset "UTF-8";
@import url('fonts.css');
/* CSS Document */

html, body
{
	margin:0; padding:0;
	background-color:#d5e1ed;
}

/* Base */

#base
{
	width:100%; height:auto;
	background-color:#d5e1ed;
	background-image:url(img/BaseTop.jpg);
	background-repeat:repeat-x;
	position:absolute; top:0px; left:0px;
	
}
 /* Page */

#page
{
	width:934px; height:auto;
	position:relative; top:15px; left:0px;
	margin:auto;
	background-color: #E2EBF4;
}

#page-top
{
	background-image:url(img/Header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	width:934px; height:103px;
	position:relative; top:0px;
}

#page-middle
{
	background-image:url(img/PageTop.jpg);
	background-repeat:repeat-x;
	margin:0 auto; padding:10px;
	width:912px; height:auto;
	position:relative; top:0px; left:0px;
	border-left:solid 1px #999; border-right:solid 1px #999;
}

#page-bottom
{
	background-image:url(img/Footer.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:934px; height:62px;
	padding-top:1px;
}

#navigation-bar
{
	text-align:center;
	position:relative; top:5px;
}