body {
	background-color: #000000;
	text-align: center;
}
ul {
	list-style-type: square;
	line-height: 1.5em;
}
a {
	color: White;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
}
#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	height: auto;
	visibility: visible;
	display: block;
}
#header {
	height: 49px;
	width: 800px;
	background-image: url(images/mixing_header.png);
	background-repeat: no-repeat;	
}
#main {
	/*height: 545px;*/
	min-height: 545px;
	width: 800px;
	
	background-image: url(images/mixing_body.png);
	background-repeat: no-repeat;
	
	/*
	background-image: url(images/mixing_body.png);
	background-repeat: repeat-y;
	*/	
	/*
  background-image: url(images/mixing_repeat.png);
	background-repeat: repeat-y;
	*/
	text-align: left;
}
#main_repeat {
	width: 800px;
	background-image: url(images/mixing_repeat.png);
	background-repeat: repeat-y;
}
#main_inner {
	position: relative;
	top: 5px; /*left: 190px;*/
	/*height: 482px;*/ /*width: 550px;*/
	left: 285px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	/*overflow: auto;*/
	padding-right: 10px;
}
#footer {
	height: 24px;
	width: 800px;
	padding-bottom: 40px;
	background-image: url(images/mixing_footer.png);
	background-repeat: no-repeat;
}
#footernav {
	padding-top: 22px; /*16px;*/
}
.PageNavigation {/*Nav Links within main DIV*/
  font-family : Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.PageNavigation a {
	color: White;
	text-decoration: none;
}
.PageNavigation a:hover {
	/*color: #FF0000;*/
	/*color: #CCCC99;*/
	color: #FFCC00;
}
.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*color: White;*/
	/*color: #CCCC99;*/
	
	color: #FFCC00;
	font-weight: bold;
}
.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
.small {
  font-size: 12px;
}
.testimonial {
  font-size: 12px;  	  
}
.textright {
	text-align: right;
}
.deadlink {
	color: #FFCC00;
}