﻿/* CSS layout */
body{
background-image: url(../images/background.jpg);
}


#masthead {
	top: 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 95%;
	height: 198px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	text-align: left;
	width: 760px;
	height: 198px;
}

#left_pipe {
	width: 4px;
	height: 198px;
	background-image: url(../images/AGChurch_01.jpg);
	position: absolute;
}

#row1_col1{
	margin-left: 4px;
	width: 386px;
	height: 45px;
	background-image: url(../images/AGChurch_02.jpg);
	position: absolute;
}

#row1_col2{
	margin-left: 390px;
	width: 366px;
	height: 45px;
	background-image: url(../images/AGChurch_03.jpg);
	position: absolute;
}

#row2_col1{
	margin-top: 45px;
	margin-left: 4px;
	width: 256px;
	height: 35px;
	background-image: url(../images/AGChurch_05.jpg);
	position: absolute;
}

#row2_col2{
	margin-top: 45px;
	margin-left: 260px;
	width: 245px;
	height: 35px;
	background-image: url(../images/AGChurch_06.jpg);
	position: absolute;
}

#row2_col3{
	margin-top: 45px;
	margin-left: 505px;
	width: 251px;
	height: 35px;
	background-image: url(../images/AGChurch_07.jpg);
	position: absolute;
}

#row3_col1{
	margin-top: 80px;
	margin-left: 4px;
	width: 256px;
	height: 40px;
	background-image: url(../images/AGChurch_08.jpg);
	position: absolute;
}

#row3_col2{
	margin-top: 80px;
	margin-left: 260px;
	width: 245px;
	height: 40px;
	background-image: url(../images/AGChurch_09.jpg);
	position: absolute;
}

#row3_col3{
	margin-top: 80px;
	margin-left: 505px;
	width: 251px;
	height: 40px;
	background-image: url(../images/AGChurch_10.jpg);
	position: absolute;
}

#row4_col1{
	margin-top: 120px;
	margin-left: 4px;
	width: 386px;
	height: 49px;
	background-image: url(../images/AGChurch_11.jpg);
	position: absolute;
}

#row4_col2{
	margin-top: 120px;
	margin-left: 390px;
	width: 366px;
	height: 49px;
	background-image: url(../images/AGChurch_12.jpg);
	position: absolute;
}

#link_bar{
	margin-top: 169px;
	margin-left: 4px;
	width: 752px;
	height: 29px;
	position: absolute;
}

#right_pipe {
	margin-left: 756px;
	width: 4px;
	height: 198px;
	background-image: url(../images/AGChurch_01.jpg);
	position: absolute;
}

#container {
	top: 198px;
	position: absolute;
	width: 95%;
	margin: 0px 0px 0px 0px;
	height: auto;
}

#left_col {
	float: left;
	margin: 0px auto 0px 0px;
	width: 4px;
	height: 100%;
	background-image: url(../images/AGChurch_01.jpg);
	position: absolute;
}

#page_content {
	margin: 0px auto 0px auto;
	width: 760px;
	height: inherit;
	position: relative;
	overflow: hidden;
	background-color:#FFFFFF;
}

#right_col {
	float: right;
	margin: 0px auto 0px 756px;
	width: 4px;
	height: 100%;
	background-image: url(../images/AGChurch_01.jpg);
	position: absolute;
}

#content{
	width: 752px;
	padding: 0px 0px 6px 0px;
	min-height: 300px;
	border-left: 4px solid #0d138a;
	border-right: 4px solid #0d138a;
}

#footer {
}
