body {
	background-color: #171717;
	/*background-color: #000000;*/
	text-align: center;
}
ul {
	list-style-type: square;
	line-height: 1.5em;
}
a {
	color: White;
	text-decoration: underline;
}
a:hover {
	/*color: #FF0000;*/
	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.gif);
	background-repeat: no-repeat;	
}
#header2 {
	height: 49px;
	width: 800px;
	background-image: url(images/mixing_header2.gif);
	background-repeat: no-repeat;	
}
#main {
	height: 501px;
	width: 800px;
	background-image: url(images/mixing_body.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#main2 {
	height: 501px;
	width: 800px;
	background-image: url(images/mixing_body2.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#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: 41px;
	width: 800px;
	background-image: url(images/mixing_footer.gif);
	background-repeat: no-repeat;
}
#footer2 {
	height: 41px;
	width: 800px;
	background-image: url(images/mixing_footer2.gif);
	background-repeat: no-repeat;
}
#footernav {
	padding-top: 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;
}