@CHARSET "UTF-8";

html, 
body {
	margin: 0;
	height: 100%;
}

#container {
	position: relative;
	min-width: 1000px;
	min-height: 100%;
}

#header-outer {
	background-repeat: repeat-x;
	background-image: url("../images/header-bg.png");
}

#header-inner {
	width: 1000px;
	height: 107px;
	margin: auto;
}

#logo {
	left: 10px;
	top: 45px;
	width: 164px;
	height: 43px;
	display: block;
	position: relative;	

	background-repeat: no-repeat;
	background-image: url("../images/logo.png");
}

#logo:hover {
	background-repeat: no-repeat;
	background-image: url("../images/logo-dark.png");
}

#navigation-outer {
	background-repeat: repeat-x;
	background-image: url("../images/navigation-bg.png");
}

#navigation-inner {
	width: 872px;
	height: 38px;
	margin: auto;
}
#navigation-inner a {
	display: block;
	line-height: 32px;
	
	color: #fff;
	font-family: "trebuchet ms", "helvetica", "arial", "sans-serif";
	text-decoration: none;
	text-align: center;
}

#navigation-inner a:hover {
}

#navigation-inner a.selected {
	font-weight: bold;
}

ul.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.navigation li {
	float: left;
}

ul.navigation li a {
	display: block;
	margin-right: 16px;	
}

#content-outer {
	clear: both;
}

#content-inner {
	width: 872px;
	margin: auto;
	padding-bottom: 40px;
}

#content-inner h1, 
#content-inner h2, 
#content-inner h3, 
#content-inner h4, 
#content-inner h5, 
#content-inner h6 {
	font-weight: normal;
	font-family: "trebuchet ms", "helvetica", "arial", "sans-serif";
	margin-bottom: 0px;
}

#content-inner h1 {
	font-size: 23pt;
}

#content-inner h2 {
	font-size: 18pt;
	font-style: italic;
}

#content-inner p {
	font-size: 12.5pt;
	font-family: "georgia", "times", "times new roman", "serif";	
	line-height: 145%;
	max-width: 600px;
}

#content-inner li {
	font-size: 12.5pt;
	font-family: "georgia", "times", "times new roman", "serif";
}

#content-inner img {
	border: none;	
}

#footer-outer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 1000px;
	
	background-repeat: repeat-x;
	background-image: url("../images/footer-bg.png");
}

#footer-inner {
	width: 872px;
	height: 40px;
	margin: auto;
}


#footer-inner p {
	margin: 0;
	padding-top: 14px;
	line-height: 26px;
	
	color: #fff;	
	font-size: 7pt;
	font-family: "trebuchet ms", "helvetica", "arial", "sans-serif";
	text-align: center;
}
