* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	line-height: 1.75em;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	font-family: 'Gill Sans', Gill, Myriad, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: .80em;
	background: rgb(194, 147, 68);/*rgb(83, 52, 15);*/
	color: rgb(85, 81, 86);
}

#border {
	margin: 0px auto;
	min-width: 840px;
	width: 840px;
	text-align: center;
	background: rgb(202, 222, 250); /*rgb(235, 240, 255);*/
	/* height: 100%; */
}


#container {
	margin: 0px auto;
	min-width: 800px;
	width: 800px;
	text-align: center;
	background: white;
	/* height: 100%; */
	
}

#header {
	background: url('../images/ChristLifeHeaderLighter.jpg');
	background-repeat: no-repeat;
	height: 177px;
	width: 769px;
	margin: auto;
}

#header ul {
	padding-top: 148px;
	list-style: none;
	font-family: Trajan, Palatino, 'Book Antiqua', Times, serif;
	font-weight: bold;
	font-size: 1.15em;
}

#header ul li {
	float: left;
	padding: 0 16px;
}

#header ul li a {
	color: rgb(90, 61, 27);
	text-decoration: none;
}

#content {
	margin: 25px auto 0;
	width: 750px;
	text-align: left;
	background-color: white;
}

div.clearfloats {clear: both;}

h1 {
	font-family: Trajan, Palatino, 'Book Antiqua', Times, serif;
	font-weight: bold;
	color:;
	font-size: 2em;
	line-height: 2em;
}

h2  { color: ; font-size: 1.13em; font-family: Trajan, Palatino, "Book Antiqua", Times, serif; font-weight: bold; line-height: 1.5em; padding: 7pt 0 0 }

p {
	padding: 5px 0px;
}

a {
	/*color: rgb(109, 171, 211); /* blue links */
	color: rgb(193, 150, 74); /* brown links */
}

.callout {
	padding-bottom: 20px;
	color: rgb(109, 171, 211);
	font-style: italic;
	font-size: 1.15em;
}

#main_text {
	float: left;
	width: 500px;
	background-color: white;
}

#main_text ul li {list-style-type: disc;
				list-style-position: inside; }

#quick_nav {
	padding-left: 30px;
	/* margin-left: 525px; */
	/* position: absolute; */
	float: left;
}

#quick_top {
	background: url('../images/quick_links_top.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 46px;
}

#quick_links {
	/* originial background /// background: url('../images/quicklinks_back.jpg'); */
	background: url('../images/quicklinks_back2.jpg');
	background-repeat: repeat-y;
	width: 200px;
}

#quick_bottom {
	background: url('../images/quicklinks_bott.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 142px;
}

#quick_links ul {
	margin: 0 0 0 40px;
	padding: 10px 0px;
}

#quick_links ul li {
	color: white;
	font-size: 1.15em;
	padding: 0 10px;
	margin: 0;
	line-height: 2em;
}

#quick_links ul li a{
	color: white;
	
}
