/*Karma CMS Layout 2.  For more layout information visit 
http://designerkarma.com*/

/*This is not a comprehensive list of the classes and id's available, only the 
ones I end up using the most.  This is only a guide and you can style as much 
or as little as you'd like.*/


/*////////////////////////////////////////////////////////////////////////////
BACKGROUND & GENERAL PROPERTIES
/////////////////////////////////////////////////////////////////////////////*/

body {
	background: #532702 url(../images/bg/bg.jpg) top center;
	color: #E9E2D1;
	font-family: "times new roman",serif;
	font-size: 95%;
}
a {
	color: #E9E2D1;
}
a img {
	color: #E9E2D1;
	border-color: #E9E2D1;
}

div#header_content_footer_wrapper {
	background:  #DFD9C7 url(../images/bg/body.jpg) top center repeat-y;
	color: black;
	width: 750px;
	margin: auto;
	position: relative;
}

div#header_content_footer_wrapper_2 {
	width: 100%;
	position: relative;	
	background: transparent url(../images/bg/header.jpg) top left no-repeat;
}

div#header_content_footer_wrapper a {
	color: #75570A;
}

/*//////////////////////////////////////////////////////////////////////
HEADER & SITE PHOTO

If you want the user not to be able to change the main photo and/or
site title, place "display: none" in the style for that element.
//////////////////////////////////////////////////////////////////////////*/

div#header {	
	
}
div#header h1 {
	padding-top: 15px;
	height: 85px;	
	text-align: center;
	z-index: 2;
	
	
}
div#header h1 img {
	margin: auto;
	background: transparent url(../images/bg/signage.gif) top center no-repeat;
	padding-bottom: 30px;
	display: block;	
	padding: 0 50px 30px 50px;
}

div#header h1 span span {
	display: none;
}
div#site_photo img {
	display: block;
	margin-top: 9px;
	margin-bottom: 120px;
	
	
}
div#site_photo {
	min-height: 320px;
	
	float: right;
	
}
* html div#site_photo {
	height: 320px;
	width: 1px;
}
/*////////////////////////////////////////////////////////////////////////////
MAIN LINKS
///////////////////////////////////////////////////////////////////////////*/

div#main_links {	
	text-align: center;  
	width: 200px;
	float: right;
	clear: right;
	margin: -120px 0 30px 0;	
	overflow: hidden;
}
div#main_links ul li {
	display: block;
}
div#main_links a {
	margin: 0 3px 1px 0;
	vertical-align: middle;
}
div#main_links ul li a img {
	vertical-align: middle;
}

/*////////////////////////////////////////////////////////////////////////////
TEASERS
///////////////////////////////////////////////////////////////////////////*/

div#teasers {
	float: right;	
	clear: right;
	width: 200px;	
	position: relative;
	padding-right: 10px;  	
}
div.teaser {
	border: none;
	width: 190px;
	padding: 5px;
	margin-bottom: 10px;
}

div.teaser {
}

div.teaser div.teaser_heading {
}

div.teaser div.teaser_content {
}

/*/////////////////////////////////////////////////////////////////////////////
GENERAL CONTENT
//////////////////////////////////////////////////////////////////////////////*/

div#content {
	overflow: hidden;
}
div#content_wrapper {
	float: left;
	width: 750px;
	margin-right: -750px; /*need to not be 100% so in IE6 the footer will clear the content*/
	margin-top: -240px;
}
div#content {
	margin-right: 215px;
	margin-left: 10px;
	width: 515px;
	height: auto;	
}

* html div#content {
	height: auto;
}
div#content h2 {
	padding: 0 0 10px 25px;
	height: 50px;
	background: transparent url(../images/bg/title.gif) bottom left no-repeat;
}
div#content h2 img {
	display: block;
}
div.sublinks a {
background-color: transparent !important;
border: none !important;
}

/*///////////////////////////////////////////////////////////////////////
FOOTER
//////////////////////////////////////////////////////////////////////*/

div#footer {	
	width: 730px;
	margin: auto;
	clear: both;
	color: black;
	text-align: center;
	background: url(../images/bg/footer.gif) bottom center no-repeat;
	padding: 1em 10px 40px 10px;
}
div#footer a {
	color: black;
}
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

/*/////////////////////////////////////////////////////////////////////////////
CUSTOM INSERTIONS
/////////////////////////////////////////////////////////////////////////////*/
