/* CSS Document */

#page {
	width: 780px;
	margin: 0 auto;
	margin-top: 5px;
	background-color:#ffffff;
	}
	
#wrapper { 
	clear: both;
	float: left;
	width: 780px;
	text-align: left;
	padding: 0 0;
	margin: 0 0;	
	}

#footer {
	clear: both;
	padding:5px;
	
	background-color:#FCABC3;
	font-family:Calibri;
	font-size:12px;
	color:#ffffff;
	border:solid #9072be 1px;
	width: 100%;
	height:14px;
	float: left;
}

#footer a:link, #footer a:visited { 
	text-decoration: none;
	color: #451970;
	}
	
#footer a:hover { 
	text-decoration: none;
	color: #ffffff;
	}

#branding {
	background-image:url(../images/hopeLivesLogo.gif);
	background-repeat:no-repeat;
	height:140px;
	width:790px;
}


/* ---not used currently, maybe could be a 'right picture column inside the content div---
#right {
	width: 20%;
	float: left;
	background-color:#999999;
}
-----------------------------------------------------------------------------------*/

#content {
	width: 786px;
	float: left;
	background-color:#F4D9E2;
	font-family:Calibri;
	color:#451970;
	padding: 5px 0px 0px 5px;
}

#content form{
	margin: 0px 50px 20px 20px;
	padding: 10px 10px 10px 10px;
	font-size:12px;
	width:650px;
	background:#F8E7EC;
}

#content p{
	padding: 0px 50px 10px 20px;
	font-size:12px;
}

#content ul{
	font-size:12px;
	margin-bottom: 30px;
}

#content img {
	padding:2px;
	border:solid #9072be 1px;
	float: left;
	vertical-align: text-top;
	margin: 0px 10px 10px 1px;
}

#content h1 {
	margin: 30px 0px 10px 20px;  /*top right bottom left*/
	border-bottom:1px solid #9072be;
	width:750px;
	font-size:18px;
}

#content h2 {
	margin: 30px 0px 10px 20px;  /*top right bottom left*/
	width:750px;
	font-size:20px;
}

#content h4 {
	margin: 20px 0px 5px 0px;  /*top right bottom left*/
}

#post {
	padding-bottom:50px;
}


#navigation {
	background-color:#FCABC3;
	font-family:Calibri;
	font-size:12px;
	color:#ffffff;
	border:solid #451970 1px;
	width: 100%;
	height:14px;
	float: left;
	padding: 5px;
}

#navigation a:link, #navigation a:visited { 
	text-decoration: none;
	color: #451970;
	}
	
#navigation a:hover { 
	text-decoration: none;
	color: #ffffff;
	}
	
#flashmovie {
	margin: 20px 20px 20px 20px;
	background:#451970;
	padding: 5px 5px 5px 5px;
}

#flashmovie img {
	padding:0px;
	border:none;
	margin: 0px 0px 0px 8px;
}

#imgnoborder img {
	padding:0px;
	border:none;
	margin: 0px 0px 0px 20px;

}

.date {
	padding: 4px 0px 0px 20px;
	font-size:13px;
	font-weight:bold;
}

.moviealign {
	margin-left:200px;
}
