
#content {
	padding:15px 20px;
	background:url(../images/bg-content-home.jpg) 0 0 repeat-x;
}

#slider {
    position:relative;
    width:780px; /* Change this to your images width */
    height:340px; /* Change this to your images height */
	float:left;
	magin:0;
	padding:0;
   
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
	margin:0;
	padding:0;
}
#slider a {
    border:0;
    display:block;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

h1 {
	font-size:20px;
	line-height:24px;
	color:#34160c;
	font-weight:normal;
}

.news {
	float:right;
	display:inline-block;
	margin:0 0 20px 30px;
	width:255px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
}

.news h2 {
	padding:10px 0 0 40px;
	font-size:20px;
	line-height:24px;
	color:#34160c;
	font-weight:normal;
	background:url(../images/bg-news-plane.gif) 0 0 no-repeat;	
}

.rss {
	float:right;
	display:inline-block;
	margin:0 0 20px 30px;
	width:255px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
}

.rss h2 {
	padding:10px 0 0 40px;
	font-size:20px;
	line-height:24px;
	color:#34160c;
	font-weight:normal;
	background:url(../images/bg-rss-icon.png) 0 0 no-repeat;	
}


.news h3 {
	margin:5px 0 0;
	padding:0;
	font-size:12px;
	line-height:16px;
	color:#34312f;
	font-weight:normal;
}
.news h3 a {
	font-weight:normal;
	color:#34312f;
	text-decoration:underline;
}
.news h3 a:hover {
	color:#000;
}

.news p {
	margin:0 0 15px;
	padding:0;
}

.news a {
	font-weight:bold;
	text-decoration:none;
}
.news a:hover {
	text-decoration:underline;
}




