/* styles specific to the homepage */

#outer-wrapper {
	background: url(../images/backgrounds/home/outer-wrapper.gif) repeat-x;
	height: 100%;
	width: 100%;
}

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) repeat-y center top;
	margin: 0 auto;
	width: 940px;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

/* banner styles
==================*/

#banner {
	background: url(../images/backgrounds/home/banner.jpg) #FCF2B9 no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 940px; height: 75px;
}

#banner p {
	font-size: 13px;
	padding: 7px 0 0 0;
}

/* content area
==================*/
#content {
	background: url(../images/backgrounds/home/content.jpg) no-repeat 275px 0px;
}

#flash-wrap {
	float: right;
	position: relative; top: -84px; left: 15px;
	width: 445px; height: 516px;
}

h1 {
	color: #9F0B00;
	font-size: 20px;
	text-align: left;
}

/* sidebar
==================*/

#sidebar img {
	border: 2px solid #CB795D;
	float: left;
	margin: 0 20px 20px 20px;
}