
body { 
	background-color: 000000;
}

.logo { 
	background-color: 000000;
	background-image: url('../images/the-mixing-bowl.jpg');
	background-repeat: no-repeat;
	background-position: center; 
}

.link {
	color: d4d4d4;
	font-family: trebuchet ms;
	font-size:11px;
	text-decoration: none;
}

.link:hover {
	color: c8a5d1;
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;

}

.content {
	color: ffffff;
	font-family: trebuchet ms;
	font-size: 11px;
	width: 272px; 
	height: 280px;
	text-decoration: none;
}

.title {
	color: ffffff;
	font-family: trebuchet ms;
	font-size: 13px;
	text-decoration: none;
}

.text {
	color: ffffff;
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
}

.text:hover {
		text-decoration: underline;
}

.back {
	color: 9b9696;
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 17px;
	left: 230px;
}

.back:hover {
	color: ffffff;
}

.testnav {
	color: 9b9696;
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	position: relative;
	top: 15px;
	left: 200px;
}

.testnav:hover {
	color: ffffff;
}

.contact{
	color: fff200;
	font-family: trebuchet ms;
	font-size: 11px;
}

.contact:hover{
	color: ffffff;
}

.more {
	color: d4d4d4;
	font-family: trebuchet ms;
	font-size:11px;
	text-decoration: none;
	
	position:relative;
	left:25px;
}

.more:hover {
	color: ffffff;
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
	
}

.pdf {
	color: 00ff48;
	font-family: trebuchet ms;
	font-size:11px;
}


.menu {
	color: d4d4d4;
	font-family: trebuchet ms;
	font-size:11px;
	text-decoration: none;
	height: 60px;

	position:relative;
	right:50px;
}

.menu:hover {
	color: ffffff;
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
}

.footer {
	color: a5a4a4;
	font-family: trebuchet ms;
	font-size:11px;
}

.footer:hover {
	color: c8a5d1;
	font-family: trebuchet ms;
	font-size: 11px;
}

.stage {
	padding-right: 20px;
	padding-left: 20px;
}

.hline { 
	background-image: url('../images/hline.gif');
	background-repeat: no-repeat;
	background-position: 0 8; 
	height: 50px;
	width: 133px;
}