@CHARSET "UTF-8";

#content-top,#content-bottom {
	display: block;
	background-image: url(../img/roundtop.png);
	height: 11px;
	clear: both;
}

#content-top {
	margin-top: 10px;
}

#content-bottom {
	background-image: url(../img/roundbottom.png);
}

.p20 { padding: 20px; padding-bottom: 10px; }

.nodeco { border-bottom: none; }

.eighty {
	width: 619px;
	clear: both;
}

.hundred {
	width: 960px;
	height: 100%;
}

#content {
	background-image: url(../img/background.png);
	overflow: hidden;
}

#content-left {
	display: inline-block;
	float:left;
	padding: 20px;
}

#content-left .panel {
	display: none;
}

#content-left h1 {
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px solid grey;
	padding-top: 20px;
	margin-bottom: 10px;
}

#content-left h2 {
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px solid grey;
	padding-top: 20px;
	margin-bottom: 10px;
}

#content-left a {
	font-weight: bold;
	border-bottom: 1px dashed black;
	font-style: italic;
}

#content-left a:hover {
	color: #666;
	border-bottom: 1px dashed #666;
}

#content-left .jcarousel-skin-tango5 a {
	border-bottom: none;
}

#content-left .teaser {
	white-space: nowrap;
	padding-top: 10px;
}

#content-left .teaser img {
	padding-left: 15px;
}

#content-left .teaser img.first {
	padding: 0;
}

#content-left .teaser a {
	border-bottom: none;
}

#content-left .teaser a:hover {
	border-bottom: none;
}

#content-right {
	display: inline-block;
	/*float: right;*/
	padding: 20px;
	padding-top: 0;
	width: 300px;
	/*background-image: url(../img/sideback_background.png); /*ebe6e1;*/
	background-color: #ebe6e1;
	padding-right: 0;
	margin-right: 10px;
}

#content-right h4 {
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 3px;	
	margin-bottom: 25px;
	margin-top: 25px;
	border-bottom: 1px solid grey;
	margin-right: 20px; 
}

pre {
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 20px;
	line-height: 20px;
}

#content-left ul {
	margin-left: 30px;
	list-style-image: url(../img/right.png);
	line-height: 30px;
}

#content-left .p20 .nodeco { border-bottom: none; text-decoration: none; }
