/* CSS Document */
#background{
	width: 995px;
	margin: 0 auto;
	background-image: url(../Graphics/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 100%;
	height: auto;
}
#maincontainer{
	width: 959px;
	margin: 0 auto;
}

#topsection{
	height: 220px; /*Height of top section*/
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../Graphics/content_back.jpg);
	background-repeat: repeat-y;
}

#contentcolumn{
	margin-left: 274px;
}

#leftcolumn{
	float: left;
	width: 274px;
	margin-left: -959px;
	background-color: #FFFFFF;
}

#footer{
	clear: left;
	width: 100%;
	background: url(../Graphics/bottom.jpg) no-repeat;
	text-align: center;
	height: 143px;
}
#news_box{
	background: url(../Graphics/news_box.jpg) no-repeat;
	height: 270px;
	width: 223px;
	padding-top: 20px;
	padding-left: 25px;
	color: #FFFFFF;
	
}
#news_text {
	width: 215px;
}

.news_title{
	padding-bottom: 15px;
	margin-left: -5px;
}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#bottom_links{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
#bottom_links a {
	color:#666666;
	font-weight: normal;
}
.vacancies_title {

	padding-bottom: 15px;
}
#top_nav {
	width: 959px;
}
