#slider {
    position: relative;
	width: 100%;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 160px;
	padding: 40px 60px;
	background: url(http://collagen.free.bg/images/header.jpg) no-repeat
}

#site_title { float: left; }
#site_title h1 { margin: 0; padding: 0 }
#site_title h1 a { display: block; width: 230px; height: 100px; color: #F60; text-indent: -10000px; background: url(http://collagen.free.bg/images/logo.png)  no-repeat }	
#site_title h1 span { display: block; font-size: 16px; color: #666 }

#menu {
	float: left
	margin-top: 10px;
	height: 46px;
}

#content {
	width: 900px;
	height: 3045px;
	padding: 0 60px;
	background: url(http://collagen.free.bg/images/content.jpg)
}

#footer {
	width: 900px;
	height: 320px;
	padding: 0 60px;
	background: url(http://collagen.free.bg/images/footer.jpg) no-repeat
}

#social_box {
	clear: both;
	height: 85px;
	padding: 0;
	text-align: right;
	margin-bottom: 190px;
}

#social_box a {
	display: inline-block;
	margin-left: 30px;
	width: 60px; height: 60px;
}

#footer a {
	color: #fff;
}

#copyright {
	clear: both;
	text-align: right;
}


#copyright a {
	color: #333;
}

ul.navigation {
	float: left;
	display: inline-block;
    list-style: none;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin: 0;
	padding: 0;
}

ul.navigation a {
	float: left;
	display: block;
	padding: 0 0 0 30px;
	margin-left: 30px;
	color: #d5bf3a;
	font-size: 18px;
	font-weight: normal;
    text-decoration: none;
	text-align: center;
	background: url(http://collagen.free.bg/images/menulist.png) left center no-repeat
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #81a039;
}

ul.navigation a:focus {
    outline: none;
}
