﻿/* colors
light
#F2F2F2
#F2D5A4
#F2B705
#D98E04
#CD6601 menu
#BF6B04 banner footer 
dark
*/

#wrapper	{
	position:relative;
	width:800px;
	margin:20px auto 0 auto;
}


#masthead	{
	position: relative;
	width: 870px;
	padding:15px;
	height:95px;
	background-image: url('../images/masthead.jpg');
	background-repeat: no-repeat;
}

#picture	{
	position:relative;
	width:800px;
	height:150px;
}

.ad	{
	position:absolute;
	width:200px;
	height:130px;
	padding-top:70px;
	top:0;
	left:650px;
	background-image: url('../images/pg.png');
	text-align:center;
	font-size:10px;
}
.pg	{
	position:absolute;
	width:200px;
	bottom:2px;
	left:0;
	text-align:center;
	font-size:10px;
}
	

#banner-menu	{
	position:relative;
	width:635px;
	height:25px;
	padding-left:165px;
	background-color:#BF6B04;
	text-align:right;
	background-image:url('../images/bkgnd.gif');
}

#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:#CD6601;
	padding:5px;
	background-image:url('../images/bkgnd.gif');

}

#content-wrapper	{
	position:relative;
	float:right;
	width:800px;
	background-color:#CD6601;
	background-image:url('../images/bkgnd.gif');
	top: 0px;
	left: 0px;
}



#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:605px;
	min-height:550px;
	padding:10px 15px 10px 15px;
	background-color:#FFf2F2;
	border-right:5px #BF6B04 solid;
}

div.half	{
	position:relative; 
	width:285px;
	padding-left:10px;
	float:left;
}

div.l25	{position:relative; width:25%;float:left;}
div.l33	{position:relative; width:33%;float:left;}
div.l50	{position:relative; width:50%;float:left;}
div.l00	{position:relative; width:100%;float:left;}
