/* 	
**************************************************
** 	STYLE SHEET							 		**
** 	CREATED FOR STEVE BANEY - WORSHIP PORTFOLIO	**
**	Wednesday, May 10 2006						**
**	By: Jeremy Harrison 					    **					
**	jeremy@worshipgraphics.com					**
**************************************************

Colors used in this document:

Dark Red Title Text				#660000
Slightly Lighter Red			#990000
Khaki color on right nav		#a69c7b
Gold at top of bckg gradient 	#a89967
Brown at bott. of bckg grad		#2f2b1b
Dark Gray body text				#181818

*/

body {
	margin: 0;
	padding: 0;
	background: url(../images/wallpaper.gif);
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #181818;
	
}

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #990000;
}

#main_wrapper {
	position: relative;
	width: 799px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

#header {
	position: absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	
}

#nav_bar {
	position:absolute;
	top:127px;
	left:0px;
	height:32px; 
	width:100%;
	background-image:url(../images/nav_bar_wallpaper.gif);
	border-bottom: 1px solid #FFFFFF;
}

#content {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 797px;
	background-image:url(../images/content_bckg.gif);
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
}

.main_column {
	z-index:1;
	padding: 20px 232px 100px 20px;
	
}

.right_column {
	position: absolute;
	top: 0;
	right: 0px;
	width: 212px;
	z-index:2;
	padding: 10px 0px 50px 0px;

}