html, body {
	height:100%;
	width:100%;
	font-size:11px;
	font-family:Arial,Verdana,Helvetica; 
	color:#933;
	background-color:#922F34;
	}
body {
	margin:0;
	padding:0;
	}

	img {display:inline;}

	#pageContainer {
		width:756px;
		margin:0px auto;
		/*min-height: 100%;*/
		}
		/*
	* html #pageContainer {
		height: 100%;
		}
		*/


	#header {
		margin:0;
		padding:0;
		width:756px;
		height:217px;
		}

	#content {
		margin:0;
		padding:2px;
		background:#fff;
		}

	#footer {
		width:756px;
		text-align:center;
		padding:10px 0 ;
		border-top:2px solid #81292b;
		}
			
	.accesslinks {display:none;}
	#menu {
		width: 583px;
		height: 38px;
		background-image: url(images/menu.gif);
		background-repeat:no-repeat;
		margin:0;
		padding: 0;
		position: relative;
	}
	#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
	#menu li, #menu a {height: 38px; display: block; color:transparent;}
		#menu_1 {left: 0; width: 54px;}
		#menu_2 {left: 54px; width: 127px;}
		#menu_3 {left: 181px; width: 65px;}
		#menu_4 {left: 246px; width: 95px;}
		#menu_5 {left: 341px; width: 103px;}
		#menu_6 {left: 444px; width: 48px;}
		#menu_7 {left: 492px; width: 89px;}

		#menu_1 a:hover {background: transparent url(images/menu.gif) 0px -38px no-repeat;}
		#menu_2 a:hover {background: transparent url(images/menu.gif) -54px -38px no-repeat;}
		#menu_3 a:hover {background: transparent url(images/menu.gif) -181px -38px no-repeat;}
		#menu_4 a:hover {background: transparent url(images/menu.gif) -246px -38px no-repeat;}
		#menu_5 a:hover {background: transparent url(images/menu.gif) -341px -38px no-repeat;}
		#menu_6 a:hover {background: transparent url(images/menu.gif) -444px -38px no-repeat;}
		#menu_7 a:hover {background: transparent url(images/menu.gif) -492px -38px no-repeat;}

	.bottomRedFade {
		margin:0;
		padding:0;
		height:187px;
		background:#912731 url(images/bottom_bg.gif) repeat-x top left;
	}

ul
{
	list-style-type: none;
	padding: 0;
	padding-left:15px;
	margin: 0;
	font-family:Arial,Verdana,Helvetica;
	font-size:10px; 
}

li
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:15px;;
}

.homeImageWrapper { background:#C1C394; border:1px solid #BDBC90; text-align:center; float:left; margin-bottom:20px; padding:0; }
	.homeImage { margin:10px; background: center center; width:190px; height:78px; padding:0; }