/*********************************************
* Author:    John Caton                  *
        *
* Version     1.0                            *
*********************************************/


/* Main structured layout for Church Primary Subpages */

body {
	background-color: #CBB5EA;
	margin-top: 0px;}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	width: 911px;}
	
#topleftmarg {
	background-image:url(../images/leftmargback.jpg);
	background-repeat:repeat-y;
	height: 240px;
	width: 10px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}	

#toparea {
	background-color: #E4CBA2;
	height: 240px;
	width: 891px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#header {
	background-color: #87CEFF; 
	height: 200px;
	width: 891px;}
	
#navbar {
	background-color: #87CEFF;
	height: 25px;
	width: 891px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#toprightmarg {
	background-image:url(../images/rightmargback.jpg);
	background-repeat:repeat-y;
	height: 240px;
	width: 10px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#content {
	
	height: 480px;
	width: 911px;
	float:left;
	margin-left: 0px;
	margin-right: auto;
	border: 2px;}
	
#leftmarg {
	background-image:url(../images/leftmargback.jpg);
	background-repeat:repeat-y;
	height: 580px;
	width: 10px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#col1 {
	background-color: #87CEFF;
	height: 360px;
	width: 267px;
	float:left;
	padding-left:33px;
	padding-right:31px;
	margin-left: 0px;
	margin-right: auto;}
	
#col2 {
	background-color: #E4CBA2;
	height: 350px;
	width: 550px;
	float:left;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;}


	
	
.imgrow {margin-right: 20px;}
	
#rightmarg {
	background-image:url(../images/rightmargback.jpg);
	background-repeat:repeat-y;
	height: 580px;
	width: 10px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}

#footer {
	
	height: 80px;
	width: 911px;
	text-align: left;}
	

