﻿/* colors
light
#F2F2F2
#F2D5A4
#F2B705
#D98E04
#BF6B04 banner footer
dark
*/

#wrapper	{
	position:relative;
	width:800px;
	margin:20px auto 0 auto;
	background:white none repeat fixed center top;
}

#masthead	{
	position: relative;
	width: 870px;
	padding:15px;
	height:95px;
	background-image: url('../images/masthead.jpg');
	background-repeat: no-repeat;

}

#banner-menu	{
	position:relative;
	width:635px;
	height:25px;
	padding-left:165px;
	background-color:#BF6B04;
	text-align:right;
}

#footer	{
	position:relative;
	width:770px;
	height:15px;
	padding:5px 25px 5px 5px;
	text-align:right;
	clear:both;
	background-image:url('../images/footer.jpg');
	background-position:0px -100px;
	background-repeat: no-repeat;
	color:white;
}

#menu	{
	position:relative;
	float:left;
	width:150px;
	background-color:#D98E04;
	padding:5px

}

#content-wrapper	{
	position:relative;
	float:right;
	width:800px;
	/*background:none url('../images/button-faux-column.jpg') repeat-y fixed left top;*/
	background-image:url('../images/button-faux-column.gif');
	background-repeat:repeat-y;
}

#tl	{
	position:absolute;
	top:0;
	left:0;
	height:10px;
	width:10px;
	background-image:url('../images/tl.gif');
	background-repeat:no-repeat;
}

#bl	{
	position:absolute;
	bottom:0;
	left:0;
	height:10px;
	width:10px;
	background-image:url('../images/bl.gif');
	background-repeat:no-repeat;
}

#br	{
	position:absolute;
	bottom:0;
	right:0;
	height:10px;
	width:10px;
	background-image:url('../images/br.gif');
	background-repeat:no-repeat;
}

#tr	{
	position:absolute;
	top:0;
	right:0;
	height:10px;
	width:10px;
	background-image:url('../images/tr.gif');
	background-repeat:no-repeat;
}

.full-width	{
	position:relative;
	float:right;
	width:610px;
	min-height:350px;
	padding:10px 10px 10px 20px;
	background-color:#F2D5A4;

}
