/*  Blessed Hope Community Church  */
/*        COPYRIGHT 2009           */
/* =============================== */


.movietitle .Head
{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0588ED;
}

.normalcontainer
{
	font-size: 14px;
}

.ModuleTitle_MenuBar 
{ 
	cursor: pointer;
	height: 16px;
	width: 150px;
	background-color: Transparent;
	position: relative;
	white-space: nowrap;
} 

/* --------------- Layout --------------- */


#container_header
{
	width: 100%;
	position: relative;
}

#container_divider
{
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #dcdcdc;
	margin-top: 5px;
	margin-bottom: 3px;
}

#container_body
{
	width: 100%;
	margin-bottom: 13px;
}

#clear
{
	clear: both;
}

