body {
	background: url(../images/menu-background.gif) repeat-y;
}

h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 28px;
	color: #a50000;
	text-align: center;
	margin-top: 0;
}

h2 {
	background-color: #a50000;
	color: #ffff00;
	text-align: center;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;	
}

h3 {
	color: #990000;
	text-decoration: underline;
	line-height: 0em;
	font-size: 13px;
	font-family: Tahoma;
}

p, li, td {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 1.3em;
}

	p.knockout {
		font-family: Verdana;
		font-size: 15px;
		line-height: 2.3em;
		text-align: center;
	}

a {
	color: #a50000;
}

.red {
	color: #990000;	
}

table.overhead td {
	text-align: center;
	vertical-align: middle;
}

table.material th {
	background-color: #a50000;
	color: #ffff00;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

table.material td {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}


#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 174px;
	width: 626px;
	background: url(../images/header.gif) no-repeat;
}

	#header #address {
		text-align: center;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		margin: 58px 0 0 86px;
	}

#menu-background {
	position: absolute;
	top: 170px;
	left: 0;
	height: 350px;
	width: 142px;
	z-index: 1;
}

#menu {
	position: absolute;
	top: 157px;
	left: -15px;
	z-index: 50;
}

	#menu ul {
		list-style: none;
	}

	#menu li {
		height: 31px;
		width: 113px;
		background-color: #a50000;
		border: 2px solid black;
		text-align: center;
		text-transform: capitalize;
		color: #ffffff;
		font-weight: bold;
		font-family: Tahoma;
		font-style: italic;
		font-size: 13px;
		margin-bottom: 5px;
		line-height: 1.1em;
	}
	
	#menu li.oneline a {
		line-height: 2em;
	}
	
	#menu li a {
		display: block;
		height: 31px;
		width: 113px;		
		background-color: #a50000;
		color: #ffffff;
		font-weight: bold;
		font-family: Tahoma;
		font-style: italic;
		text-decoration: none;
		text-transform: capitalize;
	}
	
	#menu li a:hover {
		background-color: #ff0000;		
	}

#scroller {
	position: absolute;
	top: 120px;
	left: 133px;
	height: 10px;
	width: 565px;
	z-index: 50;
}

#scroller-background {
	position: absolute;
	top: 120px;
	left: 133px;
	height: 10px;
	width: 100%;
	background: #5a5a5a;
	z-index: 1;
}

#content {
	position: absolute;
	top: 160px;
	left: 190px;
	width: 550px;
	padding-bottom: 100px;
}

#footer {
	clear: both;
	margin-left: 200px;
	text-align: center;
	width: 500px;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 1.6em;
	padding-top: 20px;
}

#homeswf {
	margin: 0 auto;
	align: center;
	background-color: #aaaaaa;
	width: 426px;
}
