﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #6a9913;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #0e2b8d;
}

h1{
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

img.centered{margin-left: 80px;}


#pageWrapper {
	background: #fff url(../images/page_shadow.jpg) repeat-y center;
	width: 864px;
	position: relative;
	margin: 20px 0 20px 0;
}


#header{
	background: url(../images/header_bg.jpg) no-repeat top center;
	height: 239px;
}
#header p{
	font-size: 12px;
	font-weight: bold;
	position: relative;
	width: 400px;
	top: 50px;
	left: 410px;
}

#logo{
	position: relative;
	top: 60px;
	left: 53px;
}


#verse_of_day{
	width: 198px;
	padding-top: 178px;
	position: absolute;
	top: 220px;
	right: 34px;
	background: url(../images/verse_bg.gif) no-repeat right top;
	color: #fff;
	z-index: 10;
}
#verse_of_day .verse{
	background: #6a9a13;
	padding: 10px;
}
#verse_of_day h2 {
	color: #11435e;
	font-weight: normal;
	margin-bottom: 10px;
}
#verse_of_day .verse p{
	font-style: italic;
}

#sidebar {
	width: 181px;
	float: left;
	margin-left: 34px;
}

#main_menu {
	background: url(../images/menu_bg.jpg) no-repeat left top;
	height: 300px;
	text-align: center;
	list-style: none;
	padding-top: 18px;
}
#main_menu li{
	height: 48px;
	line-height: 48px;
}
#main_menu a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#main_menu a:hover{text-decoration: underline;}

#page_content{
	background: url(../images/content_bg.jpg) no-repeat right top;
	width: 475px;
	float: right;
	margin-right: 34px;
	padding: 0 120px 0 20px;
}

#welcome{
	margin: 60px 0 20px 0;
}
#welcome h1{text-indent: -10px;}
#welcome h1 span{
	display: block;
	margin-left: 15px;
	font-weight: bold;
	color: #6a9913;
	font-size: 21px;
	letter-spacing: 2px;
	text-transform: none;
}
#welcome p{
	width: 280px;
}


#great_place{
	display: block;
	margin : 3px 0;
	width: 182px;
	height: 64px;
	font-size: 0px;
	overflow: hidden;
	background: url(../images/great_place.jpg) no-repeat left top;
	color: #095aa6;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3px;
	text-align: center;
	line-height: 25px;
	padding: 10px 0;
}

.rounded_green_box{
	width: 186px;
	background: url(../images/green_border.jpg) repeat-y left;
}
.rounded_green_box h2{
	color: #6d9523;
	font-size: 14px;
	text-align: center;
	background: url(../images/green_top_corner.jpg) no-repeat left top;
	padding: 5px;
	height: 24px;
	line-height: 24px;
}
.rounded_green_box .box_content{
	background: url(../images/green_bottom_corner.jpg) no-repeat left bottom;
	padding: 20px;
	line-height: 15px;
}
.rounded_green_box .box_content a{
	font-weight: bold;
	color: #6a9a13;
	text-decoration: none;
}

.columns {
	padding-bottom: 2px;
	background: url(../images/horizontal_separator.jpg) no-repeat 20% 100%;
	margin: 20px 0;
	float: left;
}
.column1{
	width: 200px;
	float: left;
	background: url(../images/vertical_separator.jpg) no-repeat right center;
	padding-right: 20px;
}
.column2{
	margin-left: 30px;
	width: 200px;
	float: left;
}
.column1 h2, .column2 h2{
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.column1 img, .column2 img{
	margin: 5px 5px 10px 5px;
}


.titled_text{margin-bottom: 40px;}
.titled_text h2{
	background: #d1d8a2;
	padding: 5px 10px;
	color: #5c4928;
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;	
}
.titled_text p{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/horizontal_separator.jpg) no-repeat bottom center;
}

.clr{clear: both}

#footer{
	background: url(../images/footer_bg.jpg) no-repeat bottom center;
	padding: 15px 33px 40px 33px;
	text-align: center;
	height: 45px;
	clear: both;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer a{
	color: #0e2b8d;
	text-decoration: none;
	margin: 0 10px;
}
#footer a:hover{text-decoration: underline;}

#ignyte{
	color: #6a9913;
	margin-top: 10px;
}
