/** WRAPPER */

#wrapper
{
	
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/** PAGE */

#page
{
	overflow: hidden;
	background:#FFF;
	width:1000px;
	
	border: 5px double #ffe5b2;
	outline: 6px solid #900;
	outline-offset: -7px;
}

/** CONTENT */

#content
{
	float: left;
	width: 1000px;
	background-color:#900;
}

#content h2
{
	padding: 10px 0px 20px 0px;
	font-size: 50px;
	text-transform:uppercase;
	color:#900;
}

#content p
{
	padding: 10px 0px 20px 0px;
	color:#221e1e;
}

/** SIDEBAR */

#sidebar
{
	float: right;
	width: 300px;
}

#sidebar h2
{
	padding: 10px 0px 20px 0px;
}



ul.style1
{
}

ul.style1 li
{
	padding: 1.50em 0em 1.90em 0em;
	border-top: 1px solid #900;
}

ul.style1 a
{
	text-decoration: none;
	color: #6e6d6d;
}

ul.style1 a:hover
{
	text-decoration: underline;
}

ul.style1 .posted
{
	font-size: 0.90em;
	color: #b6b6b6;
}

ul.style1 .first
{
	padding-top: 0em;
	border-top: none;
}


/** Banner */

#banner
{
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	/*background: #900;
	background-image:url(images/background.jpg);
	border-bottom: 1px solid #D8D8D8;*/
}
/** Slide Show */


#slideshow {
	position:relative;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	/*background-color: #fff;*/
}

#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}

#slideshow DIV.last-active {
	z-index:9;
}

#slideshow DIV IMG {
	display: block;
	border: 0;
	/*margin-bottom: 10px;*/
}
/** Slide Show 2 */


#slideshow2 {
	position:relative;
}

#slideshow2 DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	/*background-color: #fff;*/
}

#slideshow2 DIV.active {
	z-index:10;
	opacity:1.0;
}

#slideshow2 DIV.last-active {
	z-index:9;
}

#slideshow2 DIV IMG {
	display: block;
	border: 0;
	/*margin-bottom: 10px;*/
}

/** Featured */

#fbox1
{
	float: left;
	width: 749px;
	height: 600px;
}

#fbox2
{
	float: right;
	width: 250px;
	height: 200px;
}

#fbox3
{
	float: right;
	width: 250px;
	height: 200px;
}

#fbox4
{
	float: right;
	width: 250px;
	height: 200px;
}

#featured img
{
	/*border-radius: 120px;*/
}

#featured p
{
	text-align: center;
	font-size:0.8em;
}

#featured h2
{
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.00em;
	font-weight: 700;
	font-family: 'Didot', sans-serif;
	color: #900;
}

#featured .title 
{
	margin-bottom: 40px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-family: 'Didot', sans-serif;
	font-size: 2.50em;
	color: #3B3B3A !important;
}

