body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
}

a
{
	color: #aaaaaa;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background: #262626;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 130px;
	border-top: 0px; 
	border-bottom: 0px;
	background: #242424 url('images/header1.png');
}

#header h1
{
	margin: 0;
	color: #dddddd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	padding-left: 50px;
	padding-bottom: 10px;
	letter-spacing: -2px;
	padding-top: 50px;
}

#menucontainer
{
	width: 100%;
	height: 25px;
	background: #eeeeee;
	background-image:url('images/menu-background1.png');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #eeeeee;
	/*border-right: 1px solid #eeeeeee;*/
}

#content
{
	margin: 0 auto;
	width: 740px;
	padding: 30px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #eeeeee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #eeeeee url('images/menu-background1.png') repeat-x;
	border: 1px solid #eeeeee;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size:75%;
	padding: 3px 10px;
}
