body {
	background-color:white;
	margin:0;
	padding:0;
}
#wrapper {
	background-color:#f8cf6c;
	padding-bottom:25px;
	padding-top:50px;
}
.computers_technology {
	color:#1e297c;
	font-size:18px;
	font-family:'ITC Officina Sans', Arial, Helvetica, sans-serif;
	}
.computers_technology a {
	color:#1e297c;
	text-decoration:none;
}
.computers_technology a:hover {
	color:#1e297c;
	text-decoration:underline;
}
.pageLabel {
	background:url(images/label.jpg) repeat-x;
	height:90px;
	text-align:center;
	padding-top:5px;
}
.pageLabel p {
	width:650px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.goback {
	float:left;
	background-image:url(images/goback.jpg);
	width:170px; height:76px;
	text-indent:-9999px;
	margin-top:15px;
}
.gonext {
	float:right;
	background-image:url(images/next.jpg);
	width:170px; height:76px;
	text-indent:-9999px;
	margin-top:15px;
}
.fl {
	float: left; display: inline;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative; width: 840px; margin: 0 auto; text-align: left; padding-right:0px; padding-left:0px;
	text-align:center;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 50%; display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .prev {
	left: 10px;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; background: #f8cf6c;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 720px; top: 0; left: 20px; overflow: hidden;
}
.news_slider .view_all {
	padding: 5px; margin: 0 0 2px 0;  text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 350px; margin-right: 10px;
}
.news_slider .item div {
	font-size: .8em; width: 175px; padding: 10px 0 10px 0;
}
.news_slider .item img {
	padding: 10px;
}

