*{
	margin: 0;
	border: 0;
	text-decoration: none;
	outline: none;
}

html, body{
	height: 100%;
}

html{
	background: #e3e0da;
}

body{
	font: 10px/20px 'Verdana';
}

/* Container */
#container{
	width: 923px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Navigation */
#nav{
	height: 39px;
	padding: 25px 10px 1px 0px;
	background: url('images/nav.png') 0 24px no-repeat;
	position: relative;
	list-style:none;
}

#nav li{
	float: left;
	height: 39px;
	list-style:none;
	padding: 0;
}

#nav a{
	float: left;
	display: block;
	height: 39px;
	padding: 0 25px;
	line-height: 39px;
	color: #fff;
	font-weight: bold;
	position: relative;
	list-style:none;
}

#nav a:hover{
	text-decoration: underline;
}

#nav a.active{
	padding: 0 27px;
	text-decoration: underline;
	border-left: 1px solid #98161c;
	border-right: 1px solid #98161c;
	background: url('images/nav_active.png') 0 -1px;
}

/* Left */
#left{
	float: left;
	width: 221px;
}

#logo{
	height: 105px;
	margin: -8px 0 0;
	background: url('images/coolen.png');
}

/* Sub Navigation */
#subnav{
	height: auto !important;
	height: 120px;
	margin: 0 0 0 1px;
	border-left: 1px solid #700005;
	border-right: 1px solid #700005;
	background: #981419 url('images/subnav.png') repeat-x;
	list-style:none;
	padding: 0;
}

#subnav li{
	height: 30px;
}

#subnav a{
	display: block;
	height: 30px;
	padding: 0 28px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}

#subnav a:hover{
	text-decoration: underline;
}

#subnav a.active{
	text-decoration: underline;
	background: url('images/subnav_active.png');
}

#subnavbottom{
	float: left;
	width: 220px;
	height: 20px;
	margin: 0 0 -10px;
	position: relative;
	left: 1px;
	background: url('images/subnav_bottom.png') no-repeat;
}

/* Box */
.box{
	min-height: 146px;
	height: auto !important;
	height: 146px;
	margin: 0 0 0 1px;
	color: #7a7a7a;
	border-left: 1px solid #b0abab;
	border-right: 1px solid #b0abab;
	background: #bfbfbf url('images/box.png') repeat-x;
}

.bottom{
	float: left;
	width: 220px;
	height: 20px;
	margin: 0 0 -10px;
	position: relative;
	left: 1px;
	background: url('images/box_bottom.png') no-repeat;
}

.bottom.last{
	margin: 0 0 10px;
	background: url('images/box_bottom_last.png') no-repeat;
}

h3{
	padding: 0 22px 0 22px;
	font: bold 10px/32px 'Verdana';
	background: url('images/h3.png') repeat-x;
	border-bottom:1px solid #b0b0b0;
}

.box p{
	line-height: 16px;
	padding: 12px 22px 5px 22px;
	color: #7a7a7a;
}

.address{
	line-height: 21px;
	padding: 12px 22px 5px 22px;
}

.more{
	float: right;
	color: #7a7a7a;
	font-weight: bold;
	position: relative;
	padding: 12px 22px 3px 22px;
}

/* Content */
#right{
	float: left;
	width: 702px;
}

#content{
	float: left;
	width: 614px;
	min-height: 444px;
	height: auto !important;
	height: 444px;
	margin: 10px 0 0;
	padding: 0 40px 20px;
	position: relative;
	left: 6px;
	background: #cbcbca url('images/content.jpg') no-repeat;
}

#content li{
	margin-left:25px;
}

#scroll{
	min-height: 354px;
	margin: -33px -40px -20px;
	padding: 13px 40px 20px;
	position: relative;
	z-index: 10;
	overflow-y: auto;
}

#content #bottom{
	width: 694px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('images/bottom.png') bottom no-repeat;
}

h1{
	padding: 20px 0 15px;
	font: bold 18px/72px 'Arial';
	color: #fff;
}

p{
	padding: 15px 0;
	color: #000;
}

/* Clear */
.clear{
	clear: both;
}

/* Footer */
#footer{
	height: 45px;
	margin: 5px 0 20px;
	padding: 0 23px 0 23px;
	line-height: 43px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	position: relative;
	left: 5px;
	background: url('images/footer.png') no-repeat;
}

#footer span{
	float: left;
}

#footer a{
	color: #fff;
}