@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, b, u, i, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

body	{
	background-color:#cbc5ce;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#header {
	background-image:url(images/bg2_p.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width: 100%;
	height:368px;
	min-width:871px;
	}	

#header_content {
	width: 871px; 
	position: relative;
	margin:0 auto;
	}


#navigation {
	height: 45px; 
	list-style: none; 
	display: inline; 
	overflow: hidden; 
	float: left;
	margin-top: 3px;
	}
	
#navigation li {
	list-style: none; 
	display: inline;
	}
	
#navigation a { 
	float: left;
	font-size:18px;
	text-decoration:none;
	color:#000000;
	height: 45px;
	padding-left:13px;
	padding-top:3px;
	width:145px;
	}
	
.small	{
	font-size:11px;
	}
	
#navigation a:hover {
	background-color: #838383;
	}
	
#navigation .selected a	{
	background-color: #c4ed68;
	}
	
#content {
	width: 100%;
	background-color:#FFFFFF;
	}
	
#content_header {
	width: 871px; 
	position: relative;
	margin:0 auto;
	}

#content_header p	{
	
	font-size:18px;
	line-height:40px;
	text-decoration:none;
	color:#000000;
	height: 45px;
	padding-left:13px;
	width:145px;
	background-color: #c4ed68;
}


#content_stuff {
	width: 871px; 
	position: relative;
	margin:0 auto; 
	min-height: 342px;
	padding-bottom:57px;
	font-size:12px;
	overflow:auto;
}

	
#featured_left	{
	float:left;
	width: 871px;
	margin-top:27px;
	min-height:200px;
	margin-right:18px;
	overflow:hidden;
}

#featured_left p	{
	padding-left: 13px;
	padding-right: 13px;
}

#featured_left ul	{
	padding-left: 28px;
	padding-right: 13px;
	list-style:none;
}

#featured_left a	{
	color:#815254;
	text-decoration:none;
}

#featured_left a:hover	{
	text-decoration:underline;
	}
	
.big	{
	font-size:18px;

	}
	
.piece	{
	margin-bottom:30px;
}
	
#footer	{
	background-color: #cbc5ce;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	width:100%;
	line-height: 30px;
	color:#000000;
	font-size: 12px;
}

#footer_content {
	width:871px;
	margin:0 auto;
	overflow: auto;
	}
	
#footer ul {
	list-style: none; 
	margin-left: 25%;
	float:left;
	}
	
#footer li {
	display: inline; 
	margin: 0; 
	padding: 0 0px 0 10px;
}

#footer a {
	color:#000000;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer #left	{
	float:left;
	}
	
#footer #right	{
	float:right;
	}