/**
Human Evolution - Stylesheet
Changes colours, images and other content element into Human Evolution look 
 */

@media screen {
#border_top {
	background-color: #8E9C8B;
}
.page {
	border-top-color: #8E9C8B;
	/*background: #fff url(../images/layout/content_background_right.gif) repeat-y top right;*/
	background: none;
}
.page_margins {
	background: url(../images/layout/content_background_right.gif) repeat-y scroll right center #FFFFFF;
}
#header {
	background: url(../images/layout/header_background.gif) repeat-y scroll right top #f1f3f1;
}
.logo {
	background: url(../images/layout/header-logo_mpg.gif) no-repeat;
	width: 180px;
	height: 100px;
	display: block;
}
#header_left {
/*
	 background-color:#fff;
*/
}
#header_right {
	background: url(../images/layout/header-image.gif) no-repeat right top;
	background-position: top right;	
}
#header_copy {
	background: url(../images/layout/header_evolution_en.png) no-repeat;
	margin-top:4em;
}
#breadcrumb {
	background: url(../images/layout/breadcrump_box.gif) no-repeat #f1f3f1;
	background-position: right 0;
}
#breadcrumb_content a {
	color: #8E9C8B;
	background: url(../images/icons/icon_arrow-right.gif) no-repeat scroll 0 0.4em transparent;
}
#main {
	/*	background: url(../images/layout/content_background_right.gif) repeat-y scroll right top #FFFFFF;*/
	margin-top: 0;
	background: none;
}
#col3 {
	/*background: #fff url(../images/layout/content_background_right.gif) repeat-y top right;*/
	background: none;
}
#footer {
	/*background: url(../images/layout/content_background_right.gif) repeat-y scroll right top #FFFFFF;*/
	background: none;
}
#footer_content {
	border-bottom: 5px solid #8E9C8B;
}
}
