body{
	font-family: "Times New Roman","Times",serif;
	background: #463B36;
	font-size: 16px;
}
	.header{
		position:relative;
		border-top: 3px solid #5d524d;
		background: #756a64 url('../images/header.bg.jpg') bottom center repeat-x;
		min-height: 83px;
	}
	.highlighted{
		/* position: relative; */
	}
	.navigation{
		background: #f0f0f0 url('../images/menu.png') top center repeat-x;
		border-bottom: 3px solid #e2e2e2;
		/* z-index: 2000; */
		width: 100%;
	}
	.sub-navigation{
		background: #655a55 url('../images/sub.menu.bg.png') bottom left repeat-x;
	}
	.content-wrapper{
		background: #e8e8e8 url('../images/pattern.jpg');
	}
		.content-wrapper > .content{
			background: transparent url('../images/region.content.bg.png') repeat-x top left;
		}
			.content-wrapper > .content > .container{
				padding: 1em 0;
			}
	
	.footer{
		background: #463B36 url('../images/pattern.footer.jpg');
		border-top: 4px solid #463b36;
		padding: 15px 0;
	}
	.awards{
		background: #5d524d url('../images/esperluette.png') center center no-repeat;
		padding: 10px 0;
	}
	
	.copyright{
		background: #463b36;
		color: #80756f;
		font-size: 0.8em;
		padding: 1em;
	}
		.copyright .owner{float: left;}
		.copyright .developer{float: right;}
		.copyright .developer a{color:#ffffff; text-decoration: none;}