body	{
	margin: 0 0 30px 0;
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
}

.title	{
	font-weight: bold;
	font-size: 14px;
}

table	{
	font-family: Helvetica, sans-serif;
	color: #d6d2d2;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}

a	{
	color: #d6d2d2;
	text-decoration: none;
}

a:hover	{
	color: #ffffff;
	font-weight: bold;
}

.content	{
	background: url("bg_content.png") no-repeat;
}

.actual_content	{
	margin-top: 510px;
	width: 690px;
}

.subtitle	{
	margin: 0 0 8px 0;
}

.second_subtitle	{
	margin: 20px 0 8px 0;
}


.schedule	{
	background-image: url("bg_schedule.png");
	font-weight: bold;
	margin: 30px 0 0 0;
	color: #ffffff;
}

.body	{
	color: #ffffff;
}

.contacts	{
	background-image: url("bg_schedule.png");
	margin: 0 0 20px 0;
	color: #ffffff;
}

.contact_title	{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	width: 140px;
}

.footer {
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 10px;
margin: 0 0 0 0;
}

.footer_fade {
 margin-top: 60px;
 margin-bottom: 25px;
}

.footer_table	{
	margin: 0 0 0 0;
}

#fade	{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	text-align:center;
	z-index:-1;
}



