body {
	background: #e4dccf;	
}

.sidedeco {
	width:984px;
	margin:0 auto;	
	background: url('../images/bg-deco.png') repeat-y center center;
}

.container {
	marin:0 auto;
	background: #f5efe5;
}

header {
	position: relative;
	width:940px;
	height:327px;
	padding:10px;
}

header h1 {
	font:30px "Times New Roman", Verdana, sans-serif;
	position: absolute;
	left:70px;
	bottom:30px;
	text-align: center;
}

.article {
	padding:10px;
}

.article h3 {
	font:16px Tahoma, sans-serif;
	color:white;
	padding:7px 10px;
	background: #ae9168;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 1px 2px 2px #444;
	-webkit-box-shadow: 1px 2px 2px #444;
	box-shadow: 1px 2px 2px #444;

}

.article .meta {
	font-weight: bold;
	font-size:12px;
	text-align: center;
	margin-bottom:10px;
}

.footer-logo-container {
	background: #FFF;
	height:60px;
	width: 900px;
	padding: 20px;
}

.footer-logo-container .footer-logo {
	float:left;
	width: 33%;
	text-align: center;
}