
body{
	background-color:#999933;
	background-image:url(images/layout/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	}
	
h1{
	font-size: 26px;
	color:#a38a5f;
	
	}
	
h2{
	font-size: 18px;
	color:#FFF;
	font-style:italic;
	}
h3{
	font-size: 22px;
	color:#FFF;
	font-style:italic;
	
	}
li
	{
	background-image: url(images/layout/bullet-shade.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	line-height: 1.25;
	}

ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	
	}
/* --------------------------------------------------------------------------- */
/* -- Menu ------------------------------------------------------------------- */
a:link
{
	text-decoration: none;
	color:#a38a5f;

}
a:visited
{
	text-decoration: none;
	color:#a38a5f;

}
a:hover
{
	text-decoration: underline;
	color:#a38a5f;
}
a:active
{
	text-decoration: none;
	color:#a38a5f;
	
}
/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */
	
#header{
	margin-top:0px;
	background-image:url(images/layout/header.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:238px;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden; 
	}
#container{
	position:relative;
	margin-top:42px;
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
#flash{
	
	width:1100px;
	height:238px;
	}	
	
#window{
	margin-top:7px;
	width:1040px;
	background-image:url(images/layout/window_texture.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	}
	
#content{
	width:900px;
	padding:10px;
	text-align:left;

	}
.shade{
	background-color:#4d3339;
	padding:1px 8px 5px 8px;
	padding-left:15px;
	padding-right:15px;
	}
	


#footer{
	width:870px;
	display:block;
	font-size: 10px;
	margin-left:auto;
	margin-right:auto;
	
	}
#footer a{
	text-decoration: none;
	color:#FFF;
	padding: 3px;
}

#footer a:hover
{
	text-decoration:none;
	color:#4d3339;
}
/* --------------------------------------------------------------------------- */
/* -- Blogs ------------------------------------------------------------------ */
.fullBlogPost
{
}
.blogPostFeature
{
	margin: 10px 0px;
	clear: both;
	border-bottom: 1px #444 solid;
}
.blogImgFull 
{
	max-height: 250px;
	max-width: 300px;
	margin: 0px 10px 10px 0px;
	float: left;
	overflow: hidden;
}
.blogImgFull img 
{
	max-height: 250px;
	max-width: 300px;
}
.blogImgFeatured 
{
	max-height: 65px;
	max-width: 75px;
	margin: 3px 3px 3px 0px;
	float: left;
	overflow: hidden;
	border: 1px #000 solid;
}
.blogImgFeatured img 
{
	max-height: 65px;
	max-width: 75px;
}
.featureTitle 
{
	font-weight: bold;
	font-size: 16px;
}
.featureDate 
{
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: #A38A5F;
}
.blogTitle  
{
	font-size: 14px;
	font-weight: bold;
}

/* --------------------------------------------------------------------------- */

