/* Kemso.com STYLES -------------------------------------------------------------------
Written by: Matt McCloskey - Kemso Design - 2007
*/



/* Structure 
----------------------------------------------------------------------------------- */
body {
	display:block;
	margin: 0px auto;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size:12px;
	color:#666666;
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#header {
	display: block;
	width:100%;
	height: 152px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header #home {
	background: url('../images/logo.gif') no-repeat;
	width: 276px;
	height: 152px;
	margin: 0px auto;
	display: block;
	text-indent: -9999em;
}
#footer {
	display: block;
	width:100%;
	height: 172px;
	background-image: url(../images/footershadow.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	text-align: center;
	color: #624D32;
}

#footer #home {
	background: url('../images/logo.gif') no-repeat;
	background-position: center bottom;
	width: 276px;
	height: 172px;
	margin: 0px auto;
	display: block;
	text-indent: -9999em;
}


#navigation {
	display: none;
	list-style: none;
	margin: 5px auto;
	padding: 0px;
	width: 280px;
	height: 30px;
}
#navigation li {
	float: left;
	color: #330000;
	font-size: 14px;
	padding: 8px 20px;
}

#content {
	display: block;
	width: 800px;
	padding: 25px;
	margin: 0px auto;
}


a, a:visited {
	color: #545633;
}
a:hover, a:active {
	color: #DCD5AE;
}

h1 {
	color: #330000;
}

h2 {
	text-align: center;
	color: #624D32;
}

.clearer {
	display: block;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}