/*
__General__
*/
body{
	background-color: #c6bcaf;
	color: #ffffff;
	font-family: Arial;
}
a{
	color: #ffffff;
}

#container{
	width: 994px;
	margin: auto;
}

/*
__Header__
*/
#header{
	overflow: hidden;
	padding-top: 50px;
}

/*
__Navigation__
*/
ul.navigation{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
	margin-right: -14px;
}
ul.navigation li{
	float: left;
}
ul.navigation a{
	display: inline-block;
	margin: 10px 14px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	text-transform: lowercase;
}

ul.navigation li.active a,
ul.navigation li a.active{
	color: #666666;
}


/*
__Content__
*/
#content{
	border-top: 6px solid #666666;
	border-bottom: 6px solid #666666;
	height: 500px;
	background-color: #ffffff;
	color: #000000;
	position: relative;
	font-size: 10px;
}
#content a{
	color: #000000;
}

#image_content{
	position: absolute;
	width: 694px;
	left: 0;
	top: 0;
	bottom: 54px;
}

/*
__Sidebar__
*/
#sidebar{
	position: absolute;
	width: 300px;
	right: 0;
	top: 0;
	bottom: 54px;
	background-color: #fbfbfb;
	color: #acacac;
	font-size: 12px;
}
#sidebar .heading{
	margin: 30px 30px 0 30px;
}
#side_content {
	position: absolute;
	overflow: auto;
	height: 360px;
	width: 240px;
	bottom: 0;
	padding: 0 30px;
}

/*
__Bottom__
*/
#content .bottom{
	height: 54px;
	background-image: url('images/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #1e1714;
	position: absolute;
	bottom: 0;
	width: 994px;
}

/*
__Footer__
*/
#footer{
	font-size: 12px;
	text-align: center;
}
#footer > div > span{
	display: inline-block;
	margin: 0 10px 0 10px;
}