body
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #575855;
	background-image: url(../img/body_back.png);
}

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

.holder
{
	width: 900px;
	text-align: left;
	background-image: url(../img/background.png);
	overflow: auto;
	padding: 20px 20px 0px 20px;
	border: 1px solid #000000;
}

.content_header
{
	height: 123px;
	width: 896px;
	background-image: url(../img/header.png);
	background-repeat: none;
	margin-bottom: 14px;	
	padding: 2px;
}

.slideshow
{
	margin-right: 2px;
	margin-top: 1px;	
	cursor: pointer;
}

.slideshow_img
{
	border: 1px solid #000000;
	cursor: pointer;
}

.content_menu
{
	float: left;
	width: 200px;
}

.content
{
	width: 650px;
	float: left;
	margin-left: 22px;
}

.content_title
{
	height: 25px;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../img/title_bullet.png);
	background-repeat: no-repeat;	
	padding-left: 35px;
	color: #e05631;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 10px;
}

.content_text
{
	font-size: 12px;
}

.content_footer
{
	margin-top: 10px;
	height: 20px;
	width: 890px;
	color: #e05631;
	padding-right: 10px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
}
