html, body {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #CA0016;
	font-family					: arial, helvetica;
	font-size						: 11px;
	color								: #000000;
	line-height					: 1.2;
}

#master{
	margin: 0px auto 0px auto;
	width: 920px;
}

#header {
	background: url('header.jpg');
	width: 920px;
	height: 156px;
}
	#header a {
		display:block;
		width:60px;
		height:20px;
		position: relative;
		top: 135px;
		text-decoration: none;
	}
		#header a span{
			visibility: hidden;
		}

#footer {
	background: url('footer.gif');
	width: 920px;
	height: 99px;
}


.domMenu_menuBar {
	position: absolute;
	top: 136px;
	z-index: 99;
}

.domMenu_menuElement {
	white-space: nowrap;
}

