body
{
	background-color: #333333;
}

.CMSLink
{
	position: absolute;
	top: 0px;
	left: 410px;
	width: 100px;
	height: 36px;
}

.divContainer
{
	position: relative;
	border: 1px solid #000000;
	width: 980px;
	height: 553px;
}

.divHeader
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../images/header.png");
	width: 980px;
	height: 136px;
}

.divContentContainer
{
	position: absolute;
	top: 136px;
	left: 0px;

}

.divContentLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../images/content_left.png");
	width: 222px;
	height: 392px;

	border-right: 2px solid #ffffff;		
	padding: 25px 0px 0px 0px;
	
	font-family: Verdana;
	font-size: 12px;
}

.divContentLeft a
{
	text-decoration: none;
	color: #000000;
}

.divContentRight
{
	position: absolute;
	background-color: #ffffff;
	top: 0px;
	left: 224px;
	width: 756px;
	height: 417px;
}

.divMenu
{
	position: absolute;
	top: 10px;
	left: 18px;
	height: 20px;
	width: 750px;
	z-index: 2;	
	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #101010;	
}

.divMenu a
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #101010;	
}

.divText
{
	position: absolute;
	top: 10px;
	left: 60px;
	height: 395px;
	width: 696px;
	z-index: 2;
	overflow: auto;
	
	font-family: Verdana;
	font-size: 12px;
	color: #101010;
}

.menuitem
{
	background-image: url("../images/button.png");
	width: 210px;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	cursor: pointer;
	height: 18px;
}

.menuitemfake
{
	background-image: url("../images/buttontop.png");
	width: 222px;
	font-weight: bold;
	height: 21px;
}

.menuitem:hover
{
	color: #7f1818;
}

.submenuitem
{
	background-image: url("../images/buttonsub.png");
	width: 210px;
	padding: 2px 2px 2px 10px;
	cursor: pointer;	
}

.submenuitem:hover
{
	color: #7f1818;
}

.divTextContent
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 353px;
	width: 380px;
	z-index: 2;
}

.divBackground
{
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 756px;
	height: 417px;
	background-repeat: no-repeat;
}

.divSlideShow
{
	background-image: url("../images/slideshow_frame.png");
	position: absolute;
	top: 250px;
	left: 30px;	
	width: 231px;
	height: 154px;
	z-index: 1;
}

.imgSlide
{
	border-top: 1px solid #636363;
	border-left: 1px solid #636363;
	padding: 0px;
	margin: 0px;
	width: 226px;
	height: 149px;
}

.divImgDesc
{
	height: 14px;
	width: 227px;
	position: absolute;
	top: 136px;
	left: 0px;
	background-color: #000000;
	z-index: 2;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana;
	opacity: 0.7;
	filter:alpha(opacity=70);
	display: none;
}



