body {
	background-color: #000000;
	background-image: url(../images/body_images/background.jpg);
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageinfo {
	font-family:Arial;
}
.pageinfo a, .pageinfo a:visited, .pageinfo a:active {
	color:#F00;
	text-decoration:none;
}
.pageinfo a:hover {
	color:#CCC;
	text-decoration:underline;
}
.content_text {
	background-color:#000;
	font-family:Arial;
	color:#FFF;
}
.content_text a, .content_text a:visited, .content_text a:active {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
.content_text a:hover {
	color:#FFF;
}
/* Home Page Center Div */
#home_page_div {
	width:925px;
	height:476px;
	background-color:#000;
	margin:auto auto;
}
/* Header Image */
#header_container {
	background:url(../images/header_images/Header_bg.png);
	margin:auto auto;
	width:925px;
	height:135px;
	position:relative;
}
#header_church_logo {
	position:absolute;
	top:10px;
	left:20px;
	width:155px;
	height:45px;
}
#header_event_logo {
	position:absolute;
	left:630px;
	top:10px;
	width:283px;
	height:125px;
}

#footer_container_div {
	width:925px;
	height:30px;
	margin:auto auto;
	background-color:#000;
	border-top:1px #C33 solid;
	font-weight:bold;
	color:#FFF;
}
#footer_container_div a, #footer_container_div a:visited, #footer_container_div a:active {
	text-decoration:none;
	color:#FFF;
}
#footer_container_div a:hover {
	text-decoration:underline;
}
/* Navagation Bar */
#navagation {
	background-image:url(../images/navagation_images/nav_bg.png);
	margin:auto auto;
	width:925px;
	height:34px;
}
#navagation img {
	float:left;
}
/* Gallery Styles */
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
margin:0px auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 925px; /* Set to gallery width, in px or percentage */
height: 105px; /* Set to gallery height */
background-color:#000;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

