@charset "utf-8";
/* -------- basic styling --------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FEFFDD;
	}
/* -------- postion container elements --------*/
#header {
	position: relative;
	height: 170px;
	background-color: #7B8C3B;
	background-image: url(../assets/2cklogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#header h1 {
	margin-left: -9000px;
}


#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 903px;
	list-style: none;
	}

#header ul li {
	float: left;
	}

#header ul a {
	padding: 0 2.3em;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	display: block;
	background-color: #555936;
	border-left: solid 2px;
	border-color: #333333;
	}

#header ul a.first {
	border-left: none;
	}

#header ul a:hover {
	color: #2F271C;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	color: #666666;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
}

#clear {
	clear: both;
}
#footer {
	width: 901px;
	padding-top: 70px;



	}
#footer p {
	color: #fff;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	clear: left;
	background-color: #262221;
	border: solid 1px;
	border-color: #000000;
	padding: 5px;
	}

