/*Layout divs*/
/*this container centers the content in the browser and fixes the overall width*/
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	color: #333333;
	line-height: 1.3em;
	background-color: #ffffff;
}
/* this coantainer holds the individual text boxes in the left-hand column*/
#holderdiv {
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
/* this coantainer holds the heading graphic*/
    #header {
	background: #e3ccb1;
	height: 80px;
	margin: 0px;
	}
/*this container holds the horizontal navigation */	
	#navbar {
	background-color: #000000;
	width: 100%;
	top: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: repeat;
}
#feature {
	background-color: #CE580C, url("images/header/headerlogo01.jpg") ;
	margin: 0px;
	padding: 0px;
	position: relative; 
	width: 100%; 
	height: 260px;
	z-index: 10;
}
#praise { 
	position: absolute; 
	width: 130px ; 
	height: 130px;
	right: -2px; 
	top: -1px;
	z-index: 20;
}

#photography { 
	position: absolute; 
	width: 130px ; 
	height: 130px;
	left: -2px; 
	top: 130px;
	z-index: 20;
}

/*this container holds the logo graphic */
#logo {
	background-repeat: no-repeat;
	height: 80px;
	top: 0px;
	right: 0px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	margin: 5px 5 5px 0;
	background-image: url(images/columnbg2.gif);
	background-repeat: repeat;
}
/*styles the footer */
.footer {
	font-size: 70%;
	color: #7b3508;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d56b27;
	padding: 5px;
	text-align: center;
}

/*HTML tag styles*/
/*this defines the font style and color*/
    body {
	font: 100%/1.5em georgia, times, serif;
	color: #333333;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 20px;
	background-repeat: repeat;	
}
/*paragraph styles*/ 
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 80%;
}
.leftcoldiv p {
	margin: 5px 0;
	padding: 10 5;
	color: #000000;
	font-size: 90%;
	line-height: 1.3em;
}
/*sets margins to 0*/
    p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*style the heading text*/
h1 {
	font-size: 120%;
	margin: 0px 0px 0px 15px;
	color: #000000;
	padding-top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 2px;
}

h2 {
	font-size: 80%;
	color: #FFF8C6;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #C35817;
	margin: 0px 0px 6px;
}

h3 {
	font-size: 80%;
	color: #FFF8C6;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/columnbg2.gif);
	background-repeat: repeat;
	margin: 0px 0px 6px;
}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000;
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(images/bullet.gif);
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}
/*link styles*/
 a:link {
	color: #ce580c;
}
 a:visited {
	color: #411b03;
}
 a:link:hover {
	color: #612905;
}
/*defines the style for horizontal dividers */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}    

