#intro {
	width:100%;
	margin-bottom:30px;
}

#twitterholder {
	float:right;
	width:33%;
	height:250px;
	margin-left:20px;
	}

#twitter {
	width:100%;
	height:250px;
	margin:0px;
	background-color:#d0ebfb;
	background-image:url(../images/twitter.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
	
#twitterhead {
	width:100%;
	height:45px;
	background-color:#2777b6;
}

#tweettext {
	width:100%
}

#downloadsholder {
	float:left;
width:65%;
margin-right:2%;
margin-bottom:30px;
	}

#column-downloadsheadder {
width:100%;
height:45px;
background-color:#bd283c;
padding:0px;
}	

#column-downloads {
width:100%;
background-color:#f8e9eb;
height:370px;
}

#downloadstext {
	width:100%
}

#dontmissholder {
	float:left;
width:100%;
margin-right:2%;
margin-bottom:30px;
	}
	
#column-dontmissheadder {
width:100%;
height:45px;
background-color:#bd283c;
padding:0px;
}		

#column-dontmiss {
width:100%;
background-color:#f8e9eb;
height:245px;
}

#dontmisstext {
	width:100%
}

#latestnewsholder {
	float:left;
width:33%;
margin-bottom:30px;
	}
	
#column-latestnewsheadder {
width:100%;
height:45px;
background-color:#bd283c;
padding:0px;
}			

#column-latestnews {
width:100%;
background-color:#f8e9eb;
height:370px;
}

#latestnewstext {
	width:100%;
}

.dontmisscolumn {
	width:25%;
	display:inline-block;
	float:left;
	text-align:center;
	
}

.dontmisscolumn img {
	width:100%;
	height:auto;
	padding-bottom:5px;
}

.dontmisscolumn span{
	padding-top:5px;
}

.downloadscolumn {
	width:49%;
	float:left;
}

/*SLIDER*/
#slider {
	width:100%;
	height:400px;
	margin-bottom:30px;
}

#wrapperz {
width:100%;
height:400px;
padding: 0px;
}


.rslides {
margin: 0 auto;

}

.callbacks_container {
margin-bottom: 10px;
position: relative;
float: left;
width: 100%;
}

.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 0;
left: 0;
opacity: 0.3;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 400px;
width: 24px;
background: url(../images/slider/themes.jpg) no-repeat left top;

}

.callbacks_nav:hover {
opacity: 1.0;
}

.callbacks_nav:active {
opacity: 1.0;
}

.callbacks_nav.next {
left: auto;
background-position: right top;
right: 0;
}

li {
list-style-type: none;
}