* { padding: 0; margin: 0; }

p {
	
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	color:#2c1f17;	
	margin-left:-1%;
	margin-right:1%;
	margin-top:10px;
	font-weight:500;
	
}

a {
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	color:#2c1f17;	
	margin-left:5px;
	text-align:center;	
}

h1 {

	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	color:#2c1f17;	
	margin-left:5px;
	font-weight:600;
	
}

#sidebar_header h1 {

	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	color:#fcfcf2;
	font-weight:300;

	
}

#special a {
	
	color:#FCFCF2;
	font-size:12px;
	font-weight:400;
	text-align:center;
	width:40px;
	margin-right:auto;
	margin-left:auto;

	
}


.content_posts_header h1 {
	
	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	color:#fcfcf2;	
	font-weight:300;

}


/* -----------------------------------------------------------------   Main Construction 
*/
body {
 font-family: Century Gothic, sans-serif;
 font-size: 13px;
 background:#fdfdf5;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: auto;
 width: 100%;
 display: inline;
background:url('../images/content_backing.png') top left repeat-x;
overflow:auto;
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 100px;
 background:url('../images/header_backing.png');
}

#footer { 
 width: 900px;
 height: 25px;
 clear: both;
 color: #333;
margin-right:auto;
margin-left:auto;
text-align:center
}


#header_900 {
	
	margin-left:auto;
	margin-right:auto;
	height:100px;
	width:900px;
	background:url('../images/logo.png') bottom left no-repeat;
	
}


#content_liner {
	
	width:900px;
	margin-right:auto;
	margin-left:auto;
	height:auto;
	
}


#sidebar {
	
	height:auto;
	width:250px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	display:inline;
}

#sidebar_header {
	
	height:30px;
	width:250px;
	background:url('../images/cl_header.png');
	
}

#sidebar p {
	margin-top:-10px;
}

#content_posts_wrapper {
	
	width:600px;
	margin-right:10px;
	float:right;
	height:auto;
	display:inline;
	
	
}

.content_posts_header {
	
	height:30px;
	width:600px;
	float:right;
	background:url('../images/cl_header.png');
	
}

.cl_post
{
	background:url('../images/cl_post_backing.png') top left repeat-x;
	height:auto;
	width:auto;
	
}

.cl_post_noimg
{
	
	height:auto;
	width:auto;
	
}

#special {
	
	position:absolute;
	float:left;
	margin-left:780px;
	margin-top:-50px;
	width:58px;
	height:128px;
	padding-left:40px;
	padding-right:40px;
	background:url('../images/special.png') center;
	text-align:center;
	color:#fcfcf2;
	
}
/* -----------------------------------------------------------------   Navigation 
*/



#navcontainer {
	
	float:right;
	margin-top:70px;
	color:#fefee2;
	
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fefee2;
text-decoration: none;
}

#navlist a:hover
{
color: #fefee2;
text-decoration: none;
}


/* -----------------------------------------------------------------   About Us
*/

.content_posts_header_a {
	
	height:30px;
	width:900px;

	background:url('../images/cl_header.png');
	
}

.cl_post_a
{
	background:url('../images/cl_post_backing.png') top left repeat-x;
	height:auto;
	width:auto;
	float:left;
	
}

#content_posts_wrapper_a {
	
	width:900px;
	margin-right:10px;
	margin-top:10px;
	float:left;
	height:auto;
	display:inline;
	
	
}

#content_posts_wrapper_a p {
	
	padding-right:5px;
	margin-left:10px;
	
}

.content_posts_header_a h1 {
	
	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	color:#fcfcf2;	
	font-weight:300;

}

/* -----------------------------------------------------------------   Table/Forms
*/


.theform {margin-right:auto; margin-left:auto; margin-top:25px; width:500px;}
.theform input {border: 1px gray solid; background:#FFFFFF; padding:3px;}
