#content
{
	padding: 0;
}

#start
{
	height: 421px;
	background: #FFF;
}

#start-gallery-top
{
	background: url( ../img/img_fr_1.gif );
	width: 966px;
	height: 10px;
	font-size: 1px;
}

#start-gallery
{

}

#start-gallery-container
{
	background: url( ../img/img_fr_2.gif );
	width: 950px;
	height: 397px;
	/*padding-left: 16px;*/
	position: relative;
	text-align: right;
}

#start-gallery-container img
{
	/*display: block;*/
	right: 0px;
	position: absolute;
}

#image-description
{
	position: absolute;
	bottom: 15px;
	right: 30px;
	width: 30px;
	padding: 7px;
	background: url( ../img/png75.png );
	z-index: 9999;
}

* html #image-description
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='./img/png75.png');
}

#description-wrapper
{
	display: none;
}

#image-description h4
{
	margin: 0;
}

#image-description p
{

}

#toggle-image-description
{
	cursor: pointer;
	font-weight: bold;
	text-align: right;
	display: block;
}

#start-gallery-bottom
{
	background: #FFF url( ../img/img_fr_3.gif ) no-repeat;
	width: 966px;
	height: 10px;
	font-size: 1px;
	padding-bottom: 5px;
}

#start-news-opacity
{
	position: absolute;
	left: 15px;
	top: 160px;
	height: 397px;
	width: 297px;
	background: url("../img/bg_menu.gif") repeat scroll center bottom white;
	opacity: 0.6;
	filter: alpha( opacity=60 );
	-moz-opacity: 0.6;
	opacity: 0.6;
	/*z-index: 100;*/
}

#start-news
{
	padding-top: 14px;
	position: absolute;
	top: 165px;
	left: 28px;
	z-index: 100;
}

#start-news h4
{
	margin: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #e70202;
}

#start-news ol
{
	list-style: none;
	width: 277px;
	height: 325px;
}

#start-news ol li
{
	border-top: 1px dotted #2b2b2b;
	padding-top: 5px;
	padding-bottom: 5px;
}

#start-news ol li.first
{
	border-top: 0;
}

#start-news ol li span.date
{
	display: block;
	font-size: 0.9em;
}

#start-news ol li span.headline a
{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#start-news ol li span.headline a:hover
{
	color: #e70202;
}

#register-link
{
	color: #e70202;
	font-weight: bold;
	font-size: 1.2em;
	width: 280px;
	display: block;
	text-decoration: none;
}

#register-link:hover
{
	color: #000;
	text-decoration: underline;
}