/* CSS Document */

/*

	COPY WRITE 2006 High Desert Church
	ALL RIGHTS RESERVED
	
	Author:	Michael Elston
			mike@industry73.com
			www.industry73.com
			
*/

/* GLOBAL TAGS */


html, Body {
	background-color: #FFFFFF;
	margin:5px 0px 10px 0px;
	height:auto;
	text-align:justify;
}

	  
body,td,th {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
}
a {
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
}

a:hover{
	color:#FFFFFF;
}
h1{
	font-size:14px;
	font-weight:bold;
}
#headerarea{
	width:742px;
	margin:auto;
}
#bodyarea{
	width:742px;
	margin:auto;
	background-image:url(/rsrcs/images/bodyback.gif);
}
#bodyfooter{
	width:742px;
	margin:auto;
}

#footerarea{ 
	width:742px;
	height:46px;
	background-image:url(/rsrcs/images/footerback.png);
	background-repeat:no-repeat;
	margin:auto;
}

#col1{
	width:375px;
	float:left;
	padding:5px 10px 15px 5px;
	margin:10px;
}
#col2{
	width:170px;
	float:right;
}
#floatpan{
	width:150px;
	height:100%;
	position:absolute;
	top:185px;
	left:50%;
	margin:0 0 0 50px;
}
#floatbody {
	background-image:url(/rsrcs/images/floatbackground.gif);
	background-repeat:repeat-y;
	height:585px;

}