@charset "utf-8";
/* CSS Document */

body {
	font-family:Calibri,tahoma,arial,Sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	color:#000;
	background:#66412c;
	height:100%;
}

h1, h2, h3, h4, h4, h5, h6, p, span {
	margin:0;
	padding:0;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:16px;
	margin-top:20px;
}

p {
	margin-bottom:10px;
	line-height:19px;
}

hr {
	border:5px solid #999;
	width:650px;
	float:left;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* --- =global ---*/
/*------------------------------------------------------------------------------------------------------------------------------*/
#global {
	position:relative;
	width:1000px;
	height:100%;
	margin:0 auto;

}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* --- =header ---*/
/*------------------------------------------------------------------------------------------------------------------------------*/
#header {
	margin-top:15px;
	width:1000px;
	height:255px;
	float:left;
}

#header h1#logo {
	background:transparent url(../design/logo.jpg) top no-repeat;
	height:218px;
	width:262px;
	float:left;
}

#header h1#logo a {
	display:block;
	height:100%;
	text-indent:-999em;
	width:100%;
	outline:none;
}

#header #splash {
	float:left;
	margin-top:25px;
	margin-left:20px;
	width:450px;
	height:auto;
}

#header #splash h1 {
	color:#bf7d58;
	font-size:26px;
	letter-spacing:-1px
}

#header #header-right {
	float:right;
	width:250px;
	height:218px;
	background:transparent url(../design/kast.jpg) top no-repeat;
	margin-top:20px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* --- =nav ---*/
/*------------------------------------------------------------------------------------------------------------------------------*/
#nav {
	position:relative;
	width:250px;
	display:block;
	min-height:800px;
	float:left;
	top:20px;
	left:20px;
}

#nav ul {
	list-style:none;
	padding:0;
	margin-bottom:20px;
}

#nav ul li {
	display:inline-block;
	width:100%;

}

#nav ul li a {
	width:auto;
	color:#000;
	text-decoration:none;
	outline:none;
	float:left;
}

#nav ul li a:hover {
	text-decoration:underline;
}

#nav ul li a.selected {
	text-decoration:underline;
}


#nav div.nav-item {
	margin-top:20px;
	float:left;
	width:200px;
	height:100px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* --- =content ---*/
/*------------------------------------------------------------------------------------------------------------------------------*/
#contentWrapper {
	position:relative;
	float:left;
	width:1000px;
	height:100%;
	background:url(../design/bg.jpg) repeat-y;
	margin-bottom:20px;
}

#content {
	float:left;
	width:710px;
	padding:15px 20px;
}

#content div {
	float:left;
	width:710px;
}

#content a {
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #333;
	height:auto;
	padding:0 1px;
	outline:none;
}

#content a:hover {
	background:#333;
	color:#fff;
	text-decoration:none;
}

.picture-box, .box {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0;
}

.picture-box img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

.small-box {
	float:left;
	width:345px;
	height:auto;
	padding-right:7px;
}

.small-box img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* --- =footer ---*/
/*------------------------------------------------------------------------------------------------------------------------------*/
#footerWrapper {
	width:750px;
	float:right;
	height:auto;
	background:#fff;
	border-top:1px solid #000;
}

#footerWrapper span {
	color:#666;
	padding:7px 20px;
	float:left;
}

#footerWrapper span a {
	color:#666;
	text-decoration:underline;
}

#footerWrapper span a:hover {
	color:#333;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* --- =footer ---*/
/*------------------------------------------------------------------------------------------------------------------------------*/
#error {
	padding:20px;
	float:right;
	width:710px;
}





