html,body	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-top: 0px;
    height:100%;
    border:none
}

img {
	border: 0px;
}

#content_wrapper {
	margin-top: 140px;

	margin-left: auto;
	margin-right: auto;
	height: 550px;
	width: 875px;

	border: 0px solid #FFFFFF;
	
}

#content{
	background-color: #000000;
	
	border: 0px solid #FFFFFF;
	
	height: 400px;
}

#main {
	vertical-align: middle; 
	border: 0px;
	height:100%;
	
	
}

#flash {
	float: left;
	width: 550px;
	height: 550px;
	background-color: #000000;
}



#text_content {
	background-color: #000000;
	margin-left: 10px;

	width: 250px;
	height: 350px;
	
	border: 0px solid #FFFFFF;
	

}

.right_content {
	background-color: #000000;	
	width: 230px;
	

}

.copy_block {
	margin-top: 15px;
}

.img_date {
	margin: 0px;
	margin-right: 15px;
	margin-bottom: 5px;

}

.page_title {
	color: #698386;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;

}

.date {
	margin-right: 10px;

	background: url(../images/date.gif) no-repeat top center #000000;
	text-align: center;

	color: #7C9B9F;
	text-transform: uppercase;
	font-size: 9px;
	width: 28px;
	height: 25px;
	
}

.day {

}

.month {
	margin-top: 2px;
}

.title {
	color: #AEB9C3;
	font-size: 10px;
	text-decoration: none;
	outline: 0px;

}

.title a:hover  {
	color: #FFFFFF;
}

.copy {
	color: #617180;
	font-size: 10px;

}

.copy a {
	color: #617180;
	text-decoration: none;
}

.more {
	color: #7C9B9F;
	font-size: 10px;

	text-decoration: none;
	outline: 0px;

}