/* CSS */
html, body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #000;
}

#header			{ background-image: url(../Images/MenuBar.jpg); background-position: 0px 105px; background-repeat: repeat-x; height: 300px; }
#content		{ width: 800px; margin: -40px auto 0 auto; padding: 0; }
#footer			{ background-image: url(../Images/Footer.jpg); background-position: top left; background-repeat: repeat-x; margin-top: 20px; height: 40px; }

#header div				{ position: relative; width: 900px; margin: 0 auto; height: 100%; }
#header div a			{ display: block; width: 160px; text-decoration: none; font-variant: small-caps; font-weight: bold; font-size: 24px; color: #BFD83E; }
#header div a:hover		{ border-bottom-style: none; text-decoration: none; color: #FFF; }
#header div a.active	{ color: #FFF; }
#header div #news		{ position: absolute; top: 130px; left: 0px; }
#header div #fund		{ position: absolute; top: 130px; left: 100px; }
#header div #home		{ background-image: url(../Images/Logo.jpg); background-position: 0px 41px; background-repeat: no-repeat; width: 270px; height: 270px; margin: 0 auto; }
#header div #links		{ position: absolute; top: 130px; right: 100px; }
#header div #contact	{ position: absolute; top: 130px; right: 0px; }

#footer ul				{ width: 450px; margin: 10px auto; padding: 0 0 0 70px; list-style-type: disc; color: #BFD83E; }
#footer ul li			{ float: left; margin-top: 10px; margin-right: 20px; }
#footer ul li a			{ padding: 0 10px; text-decoration: none; font-size: 10px; }

h1			{ border-bottom: double 3px #BFD83E; color: #8A3C92; }
h2			{ color: #8A3C92; }
a			{ text-decoration: none; color: #8A3C92; }
a:hover		{ border-bottom: solid 1px #BFD83E; }
p			{ padding: 0 10px; }
p.author	{ text-align: center; font-style: italic; }

