/*****************Body - determines general characteristics for the site, background color is for the site outside the container***/
body {
	font-family: "Times New Roman", Times, serif; /****sets font sytle for entire site. Change fonts in each div if you want one to be different***/
	font-size: 12px; /***sets font size throught out the site, change size in div if you want it different***/
	/***color outside of page, any extra area seen on large screens*****/
	text-align:center;  /******puts the container in center of the browser screen*******/
	background-color:#072c01;
}
/************************General**************************************/
img{
 border:none;
 padding:0;   /****If hyperlinked, there wont' be a blue border around it****/
   /***allows for space around the image*****/ }

p {
font-size:14px; /****usually set to either 12px or 14px ****/
color:#000000;
text-align:left;
font-weight:bold; 
font-style:italic; /****sets how much space is between the lines in each paragraph******/
}

a {text-decoration:none; }

a:hover{
color:#003300;}
/*********header tags can be changed to any size, color, font weight, alignment***********/
h1 {  
font-size:18px;
color:#000040;
font-weight:bold; 
margin-bottom:5px;/****space below the heading*******/
text-align:center; /***can be right, left or center*****/
}

h2{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;/****space below the heading*******/
	text-align:left; /***can be right, left or center*****/
 }
 h3{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;/****space below the heading*******/
	text-align:left; /***can be right, left or center*****/
}

.largerfont{
	font-size:16px;
	text-align:left;
	color: #000000;
}
blockquote{
text-align:left;}

ul, li {
	padding:5px;
	margin:0px;
	text-align: left;
	display: block;
	margin-left: 50px;
	list-style-type: none;
}
p {
font-size:14px; /****usually set to either 12px or 14px ****/
color:#000000;
font-style:italic;
text-align:left;  /****sets how much space is between the lines in each paragraph******/
}

/******************Container - sets up the entire page*****************/
#container {
	position:relative;
	margin: 0 auto;
	width: 989px;
	margin-top:20px;	
	}
#top-wrapper {
	width: 985px;
	
}


#bottom-wrapper{
width:989px;
height:111px;
	background-image: url(../images/bottompart-text.png);
	background-repeat: no-repeat;
	background-position: center;
}
#page-wrapper{
	margin-top:70px;
	width:830px;
	
	margin-left: 100px;
	position: relative;
}

/**********************************Header******************************/
#header {background-image: url(../images/toppage-text.png);
	background-repeat: no-repeat;
	background-position: center;
	height:353px;

	position:relative;
	width: 989px;
	padding: 0px;
	margin: 0px 0px 0px 0px;	

}
#nav{
	position:relative;
	float:right;
	margin-right:10px;
	width:200px;
	color:#ffffff;
	font-size: 14px;
}

#header a{color:#ffffff;}

#header a:hover{
	color:#999999;
}

.Christ{
position:absolute;
top:15px;
left:30px;
}

/********************************Horizontal Navigation*********************/
#navigation{ /***defines the area the horizontal links are in**********/
	position:absolute;
	width: 785px;
	height:45px;
	z-index: 90;
	left: 100px;
	top: 175px;
}
#navigation ul{
	text-align: center;
	list-style-type: none;
	width: 700px;
	margin-left:50px;
	font-family: "Times New Roman", Times, serif;
	
	color: #FFFFFF;
	padding-top:10px;
	height: 25px;
}


#navigation ul li{
	font-size:18px;
	float:left;
	margin: 0px 4px 0px 4px;
	padding:0px;
}/****these set the margins for each word in the list**/

#navigation a{color: #FFFFFF;
text-decoration:none;}

#navigation a:hover{ 
color:#999999;}





#page-title{
	position:absolute;
	margin-top: 20px;
	width:70px;
	margin-left:280px;
	width:419px;
	left: 31px;
	top: 221px;
}

/*********************************Content*****************************/

#content-wrapper{
	width: 989px;
	background-image: url(../images/midpart-text.png);
	background-repeat: repeat-y;	
	
}

#content{
	width:780px;
	margin-left:100px;
}

#content h1 {  
font-size:18px;
color:#000040;
font-weight:bold; 
margin-bottom:5px;/****space below the heading*******/
text-align:center; /***can be right, left or center*****/
}


.brochure{
	font-size:20px;
	font-weight:bold;
	position: absolute;
	left: 246px;
	top: 435px;
	width: 96px;
	height: 54px;
}

.designslides{
	width:650px;
	height:460px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
.order{height:960px}


.nav {
	width:700px;
	height:30px;
	padding-top: 10px;
}

.nav a{
	font-style:italic;
	font-weight:bold;
	font-size: 16px;
	padding-top: 5px;
	color:#fff;
}

.nav a:hover{
color:#999999;}
#leftcolumn {
	position:relative;
	color: #000;
	margin: 0px 0px 0px 0px;
	height:450px;
	width: 286px;
	float: left;
	
	left: 93px;
	top: 207px;
}

/*********************Area for contert**************************************/
#right {
	position:relative;
	float: right;
	width:550px;
	
	margin: 0px 0px 0px 0px;
	
}

/*********************Footer************************************************/
#footer {
	position:relative;
	width: 989px;
	clear: both;
	height:111px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	
}
#footer a{
        color:#000000;
}

#footer a:hover{
        color:#FFFFFF;
}


.footerleft {
        float:left;
	position:absolute;
	width: 300px;
	height:20px;
	color: #ffffff;
	padding: 0px;
	left: 40px;
	
        font-size:12px;

}

.footerright{
        position:absolute;
        float:right;
        font-size:10px;
        padding-right:40px;
        width:200px;
        right: 40px;
		margin-top:100px;
	       
}
