body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	line-height: 17px;
	background-image: url(images/background1.gif);
	background-repeat: repeat;
	padding: 0px;
 	margin-top: 0px;
	margin-bottom: 0px;
}



/* HOLDER */
#wrapper {
	width: 750px;
	margin: 0px auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #FFFFFF;
	height: 100%;
}

#holder {
	clear: both;
	margin-left: 10px;
}

#header {
	clear: both;
	padding-top: 20px;
}

#left_side {
	width: 200px;
	margin-top: 1px;
	background-color: #B0C97C;
	float: left;
	padding-top: 30px;
}

#left_side p {
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}

#right_side {
	width: 510px;
	margin-left: 20px;
	float: left;
	padding-top: 20px;
}

#right_side li {
	padding-left: 20px;
	background-image: url(content_bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#verse {
	width: 190px;
}

#verse a {
	text-decoration: none; 
	color:#404040;
}
	
#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
	clear:both;
	margin-left: 220px;
}

#image_holder { 
	width: 510px;
	margin-bottom: 40px;
	margin-top: 40px;
}
/* HOLDER */



/* HOLDER */
.galler_left {
	margin-right: 25px;
}
.galler_middle {
	margin-right: 25px;
}
/* HOLDER */



/* NAV */
#nav { 
 width: 200px; 
}

#nav ul {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 border-top: 1px solid #C1D599;
}

#nav a {
 width: 180px;
 color: #404040;
 display: block;
 padding: 1px 10px 1px 10px;
 background-color: #B0C97C;
 border-bottom: 1px solid #C1D599;
 background-image: url(images/menu_bullet.gif);
 background-position: right;
 background-repeat: no-repeat;
 height: 18px;
}

#nav a:link, #nav a:visited {
 text-decoration: none;
}

#nav a:hover {
 background-color: #9EBD5E;
}
/* NAV */



/* CONTENT */

h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 margin-bottom: 5px;
 color: #627832;
}


h2 /* PAGE TITLES*/{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 margin-top: 30px;
 margin-bottom: -10px;
 border-bottom: 1px solid #e1e0e0;
 color: #627832;
}


h3 /* LEFT TITLES*/{
 font-family: Arial, Helvetica, sans-serif;
 margin-bottom: -8px;
 font-size: 14px;
 margin-top: 30px;
 padding-left: 10px;
}

h4 /* SUB TITLES*/{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 40px;
	margin-bottom: -12px;
	color: #627832;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: -10px 0 20px 0;
}


.floatright { 
	float: right;
	margin: 5px 0 10px 10px;
}

.animg {
	text-align: center;
}

/* CONTENT */


/* RIGHT CONTENT */
a.text_link:link 		{text-decoration: none; color:#86A743;}
a.text_link:visited 	{text-decoration: none; color:#86A743;}
a.text_link:active 		{text-decoration: none; color:#86A743;}
a.text_link:hover 		{text-decoration: none; color:#86A743; background-color:#E7EED7;}

a.left_link:link 		{text-decoration: none; color:#404040;}
a.left_link:visited 	{text-decoration: none; color:#404040;}
a.left_link:active 		{text-decoration: none; color:#404040;}
a.left_link:hover 		{text-decoration: none; color:#404040; background-color:#DAE6C1;}






#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails{
	font-size: 11px;
	padding-top: 5px;
}	

#lightboxCaption { 
	float: left; 
}

#keyboardMsg { 
	float: right; 
}

#closeButton { 
	top: 0px; 
	right: 0px; 
}

#lightbox img { 
	border: none; 
	clear: both;
} 

#overlay img { 
	border: none; 
}

#overlay { 
	background-image: url(images/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
