@media only screen and (max-width: 599px)  {
	.link_box_cont {
		width: 100% !important;
	}
}
@media only screen and (max-width: 920px)  {
	img#cog_ppl_img {
		width: 50%;
		max-width: 230px;
	}
	#recent_news_cont {
		padding-top: 20px;
		margin-top: 10px;
	}
	.link_box_cont {
		width: 50%;
		min-width: 290px;
	}
	.link_box {
		margin: 20px auto;
	}
}
@media only screen and (min-width: 921px)  {
	#left_info {
		width: 600px;
		float: left;
	}
	
	img#cog_ppl_img {
		width: 230px;
	}
	
	#recent_news_cont {
		display: block;
		float: right;
		width: 250px;
		height: 270px;
		padding: 15px;
		padding-bottom: 0;
		background-color: #DDDDDD;
		border-radius: 10px;
		border: 1px solid #CCCCCC;
	}
	
	#link_boxes_cont {
		width: 900px;
	}
	.link_box {
		margin: 20px 45px;
	}
	.link_box_cont {
		width: 290px;
	}
}

/* all elements */

/* specifics */

/* menu bar */
html #menu_bar {
	background-color: #FFAA22;
}
html a.menu_bar_item {
	background-color: #FF8800;
}

#header a.current_page_link {
	color: #FF8800 !important;
}


#index_content {
	overflow: auto;
	clear: both;
}

#left_info {
	display: block;
}

p#contact_info {
	text-align: center;
}

img#cog_ppl_img {
	margin-right: 10px;
	float: left;
}



#news_title_cont {
	padding-bottom: 5px;
}

img#news_icon {
	width: 50px;
	float: left;
	margin-right: 10px;
}

#recent_news_cont h4{
	padding: 10px 0;
}

.news_piece {
	border-top: 3px solid #BBBBBB;
	padding-bottom: 15px;
	padding-top: 10px;
}

.news_piece .title {
	color: #FF8800;
	font-size: 105%;
	margin-bottom: 5px;
}


#link_boxes_cont {
	float: left;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #CCCCCC;
}
.link_box_cont {
	float: left;
	
}
.link_box {
	width: 200px;
	background-color: #EEEEEE;
	height: 150px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}
.link_box img { 
	width: 200px;
	max-height: 150px;
}
.link_box p {
	font-size: 95%;
	position: absolute;
	margin-top: 115px;
	margin-left: 10px;
	padding: 5px;
	z-index: 10;
	background-color: #F5F5F5;
	color: #884400;
}





