html
{
	margin: 0;
	padding: 0;	
}

body
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #663333;
}

div.page
{
	margin: 0;
	padding: 0;
	
	width: 100%;
	background: url(../interface/bgd_fade.gif) repeat-x;
}

div.page p
{
	font-weight: normal;
	font-style: normal;
}

div.page img
{
	border: none;
}

div.page a
{
	color: white;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 15px;
}


div.page a.selected
{
	font-weight: normal;
	font-style: normal;
}

div.page a#nav_top_level
{
	color: grey;
	display: block;
	margin-bottom: 12px;
}

div.page a.selected,
div.page a:hover
{
	color: #ff9900;
}

div.header
{
	border: 1px solid #663333;
	min-height: 11.5em;
	background: url(../interface/header_keyline.gif) 0 9px;
}

div.navigation
{
}

div.navigation ul
{
	list-style: none inside none;
	margin: 0;
	padding: 15px 0 0 20px;
}

div.navigation li
{
}

div.navigation p
{
	color: #ff9900;
	font-size: 10px;
	line-height: 14px;
}

div.nav_primary
{
	width: 165px;
	float: left;
}

div.nav_primary ul
{
	list-style-position: outside;
}

div.nav_secondary
{
	width: 170px;
	float: left;
}

div.nav_secondary ul
{
	list-style-position: outside;
}

div.nav_tertiary
{
	width: 150px;
	float: left;
}

div.nav_tertiary ul
{
	list-style-position: outside;
}

div.nav_description
{
	width: 200px;
	float: left;
	margin: 35px 0 0 0;
}

div.nav_description_index
{
	width: 200px;
	float: left;
	margin: 0px 0 0 0px;
}

div.nav_description_index ul
{
	margin: 0;
	padding: 0;
}

div.nav_description_index li
{
	margin: 0;
	padding: 0;
}

div.nav_description_index p.site_spec
{
	color: white;
	margin: 0;
	margin: 15px 0 18px 0px;
	
}

div.logo
{
	width: 187px;
	height: 75px;
	margin: 65px 0 0 710px;

}

div.middle
{
	clear: both;
	border: 1px solid #ff9900;
	height: 475px;
	width: 900px;
	background-color: #ff9900;

}

div.middle_right
{
	width: 880px;
	height: 475px;
	margin-left: 20px;
	background-color: white;

}

div.middle_right_veggie
{
	width: 880px;
	height: 475px;
	margin-left: 20px;
	background-color: #b9ea1d;
	text-align: center;

}

div#looping_images
{
	width: 880px;
	height: 475px;
}

div#looping_images img
{
	position: absolute;
	opacity: 0.0;
	filter: Alpha(Opacity=0);
}

div#looping_images img.initially_visible
{
	opacity: 1.0;
	filter:	Alpha(Opacity=100);
}

div.middle_content_top
{
	width: 880px;
	display: block;
	background-color: white;
	border-bottom: 1px solid #ff9900;
}


div.middle_content_bottom
{
	background-color: white;
}

div.middle_content_bottom_left
{
	margin: 0 0 0 0;
	width: 500px;
	float: left;
	padding-right: 10px;

}

div.middle_content_bottom_left a
{
	font-size: 12px;
	text-decoration: underline;
}


div.middle_content_bottom_right
{
	border: 1px solid white;
	background-color: white;
	margin: 0 0 0 500px;
	padding: 0;

}

div.middle_content_bottom_right img
{
}


div.middle_content_bottom_left ul, div.middle_content_bottom_right ul

{
	list-style: none inside none;
}

div.middle_content_bottom_left li
{
	
}

div.middle_content_bottom_left a
{
	display: inline;
	color: #663333;
}

div.middle_content_bottom_left p, div.middle_content_bottom_right p
{
	color: #663333;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

div.middle p.copyright
{
	font-size: 10px;
	padding-top: 23px;
}

div.footer
{
	margin: 15px 0 0 20px;
}

div.rar
{
	width: 82px;
	float: left;
}


div.brains_tagline
{
	float: left;
	margin: 0 0 0 550px;
}

div.footer ul
{
	list-style: none inside none;
}



