/* Banner positioning */
#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 6px;
	margin: 0px;
	height: 296px;
}

#header	/* tantek's box model hack */
{
	width: 780px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 768px;
}
html>body #header
{
	width: 768px;
}		/* end hack */

#navigation
{
	position: absolute;
	top: 30px;
	left: 365px; /*440*/
	padding-right: 12px;
}

#navigation	/* tantek's box model hack */
{
	width: 425px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 410px;
}
html>body #navigation
{
	width: 410px;
}		/* end hack */


/* Banner image */
#header
{
	background-image: url(./banner.jpg);
}


/* Site heading */
#header h1
{
	font-family: Rockwell, "Courier New", monospace;
	font-size: 2.8em;
	color: #EA5656;
	background-color: transparent;
	margin-top: 24px;
}


/* Main navigation links */
#navigation ul
{
	text-align: right;
	margin: 1em 0em;
	padding: 0px;
}

#navigation ul li
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation ul li a
{
	color: #4748D8;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
	padding: 0em 0.3em;
}

#navigation ul li.selected a,
#navigation ul li a:hover
{
	color: #ffffff;
	background-color: #EA5656;
}






/*Ugly brute way of having two levels to the menu*/

#navigation_2
{
	position: absolute;
	top: 60px;
	left: 365px; /*440*/
	padding-right: 12px;
}

#navigation_2	/* tantek's box model hack */
{
	width: 425px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 410px;
}
html>body #navigation_2
{
	width: 410px;
}		/* end hack */

/* Main navigation links */
#navigation_2 ul
{
	text-align: right;
	margin: 1em 0em;
	padding: 0px;
}

#navigation_2 ul li
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation_2 ul li a
{
	color: #4748D8;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
	padding: 0em 0.3em;
}

#navigation_2 ul li.selected a,
#navigation_2 ul li a:hover
{
	color: #ffffff;
	background-color: #EA5656;
}

