/*********************
 * Redefinitions
 *********************/
#content {
	border: 0;
	margin: 0;
	padding: 0;
	width: 818px;
	height: 449px;
	/*background-image: none;*/
}

/*********************
 * Specifics
 *********************/
/* Common */
.ad {
	width: 175px;
	margin: auto;
	margin-bottom: 10px;
	/*border: 1px solid black;*/
	text-align: center;
}

/* Left */
#index_left {
	width: 205px;
	height: 435px;
	margin: 0;
	float: left;
/*	border: 1px solid black;*/
}

#content_left {
	margin: 0 7px 0 7px;
}

.text {
	line-height: 1.15em;
	font-weight: 600;
	color: rgb(100,10,0);
	word-wrap: break-word;
}

.signature {
	text-align: right;
}

/* Center */
#index_center {
	width: 380px;
	height: 425px;
	/*overflow: auto;*/
	margin: 0;
	padding: 10px;
	float: left;
/*	border: 1px solid black;*/
}

#submenu_center{
	position: relative;
	left: 15px;
	top: 0;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0 solid black;
	z-index: 2;
	font-size: 14px;
}

#content_center {
	position: relative;
	/*left: 174px;*/
	left: 0;
	/*top: 84px;*/
	top: -2px;
	width: 356px;
	height: 375px;
	margin: 0;
	padding: 10px;
	border: 2px solid rgb(100,10,0);
	z-index: 1;
	overflow: auto;
	-moz-border-radius: 10px;
}

#content_center p{
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

/* Right */
#index_right {
	width: 205px;
	height: 435px;
	margin: 0;
	float: right;
	/*border: 1px solid black;*/
}

#content_right {
	margin: 0 5px 0 5px;
	width: 180px;
	margin: auto;
}

#news {
	height: 350px;
	border: 2px solid rgb(100,10,0);
/*	margin-right: 5px;*/
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	-moz-border-radius: 10px;
}

.news_title {
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	margin: 0;
	color: rgb(100,10,0);
}

.news_item {
	line-height: 1em;
}
