/*
Kukoo (kukoo.com)
Inner page stylesheet
By Tijs (v1)
*/

/* Navigation */
#navigation .container {
	width: 960px;
	padding-left: 0;
}
#navigation .container p.menu {
	width: 600px;
}

/* Header */
#header {
	background: #351A00 url(../img/bg_header_small_inner.png) repeat-x;
}
#header .container {
	background: url(../img/bg_header_inner.jpg) no-repeat;
	height: 100px;
}
#header a {
	display: block;
	width: 155px;
	height: 100px;
	background: url(../img/logo.jpg) no-repeat;
}
#header a:hover, #header a:active {
	background: url(../img/logo.jpg) no-repeat 0 -100px;
}
#header a span {
	display: none;
}

/* Main */
#main .content {
	padding: 30px 140px 0 0;
	width: 500px;
	background: url(../img/bg_main_corner.png) no-repeat top right;
}