body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 14px;
}

div.banner 
{
	width: auto;
	min-width: 800px;
	margin: 0px;
	padding: 20px;
	border: 0px;
	background-color: #660000;
}

div.rightbox
{
	width: 150px;
	position: absolute;
	top: 115px;
	right: 0px;
	padding: 5px;
	margin: 10px;
	font-size: 14px;
	border: 3px solid #CDCDCD;	
	background-color: #F0F0F0;
	z-index: 2;
}

div.rightbox div.verse_reference
{
	text-align: right;
}
	
div.page_body
{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	padding: 0px;
	/*padding-left: 155px;
	padding-right: 185px;
	padding-top: 10px;*/
	/*background-color: white;*/
	/*padding: 0px;*/
	/*margin: 0px;*/
	margin-left: 155px;
	margin-right: 185px;
	margin-top: 10px;
	z-index: 0;
	/*border: 1px solid red;*/
}

div.menu
{
	position: absolute;
	width: 125px;
	top: 115px;
	left: 0px;
	padding: 0px;
	margin: 10px;
	border: 3px solid #CDCDCD;
	background-color: #F0F0F0;
	z-index: 4;
}

div.footer
{
	width: auto;
	text-align: center;	
	margin: 15px;
	clear: both;
	font-size: 11px;
}

tr.colored_row
{
	background-color: #F0F0F0;
}

div.page_title
{
	font-size: 16px;
	font-weight: bold;
}

/*********************************************************
	Photo Album stuff
*********************************************************/
div.thumb
{
	float: left;
	/*display: inline;*/			/*this is slightly better that float because the floats don't obey the margin and padding sizes*/
	margin: 3px;
	width: 135px; 				/* when changing this size, you need to change */
	height: 135px;				/* the size of the thumbs in the photo_album.php */
	/*border: 1px solid red;*/
	text-align: center;
	vertical-align: middle;
}

/* Hides from IE-mac \*/
* html .floatfix 
{
	height: 1%;
}
/* End hide from IE-mac */

img.photo
{
	width: auto;
	
}

/*********************************************************
	Sermon Archive stuff
*********************************************************/
div.box
{
	border: 3px solid #CDCDCD;
	background-color: #F0F0F0;
	margin: 10px;
	padding: 3px;
}

span.sermon_date
{
	font-weight: bold;
}

div.event_contact
{
	width: 175px;
	position: relative;
	float: right;
	text-align: center;
}