@charset "utf-8";
/* CSS Document */

body, html{
	margin: 0;
	padding: 0;	
}

body p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color:#333333;
	margin-left: 35px;
	margin-right: 30px;
	line-height:1.6em;
}

#text_wide a {
font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color: #990000;
	margin:0;
	padding:0;
	text-decoration: none;
}

h3 {
font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:normal;
	font-weight: bold;
	color:#999999;
	margin-left: 35px;
	
	padding:0;
	}

h4 {
font-size: 14px;
	font-style:normal;
	font-weight: bold;
	color: #ABC287;
	margin-right: 15px;
	/*margin_bottom: -10px;*/
	padding:0;
	}

table p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color:#000;
	margin-left: 30px;
	margin-right: 50px;
}

/*form fields */
input, select, textarea {
color: #666666;
font-family:"Times New Roman", Times, serif;
font-size:14px;
}



.subscript {
font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color:#999999;
	margin-left: 30px;
	margin-right: 50px;
}

#container {
background:url(images/angelBG.jpg) top left repeat-y;
border-top:#E6E6E6 solid 1px;
margin-left: 50px;
height: auto;
padding:0;
margin-top:0;
}

#left {
float: left;
margin: 110px 0 0 0;
padding:0;
width: 298px;
/*height: 300px;
background-color:#0000FF;*/
}

#right {
	margin:10px 0 0 350px;
	padding:0;
	width:auto;
	height:auto;
	
}

#text {
background:url(images/textBG.jpg) top left no-repeat;
width: 400px;
padding-top: 40px;
}

#text_bottom {
background:url(images/textBG_bottom.jpg) bottom left no-repeat;
margin: 10px 0 5px 30px;
padding-bottom: 40px;
}

#text_wide {
background:url(images/text_wide.jpg) top left no-repeat;
width: 500px;
padding-top: 40px;
}

#gallery_wide {

width: 500px;
padding-top: 5px;
}
#gallery_wide_bottom {

margin: 10px 0 5px 30px;
padding-bottom: 40px;
}
#text_wide_bottom {
background:url(images/text_wide_bottom.jpg) bottom left no-repeat;
margin: 10px 0 5px 30px;
padding-bottom: 40px;
}


#footer{
clear: both;
margin:0;
padding:0;
border-bottom:#E6E6E6 solid 1px;
}

#poem {
	position:absolute;
	top: 136px;
	left: 721px;
	width: 259px;
}

#poem p {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-style: italic;
color: #888;
}
.smallp {
font-family: "Times New Roman", Times, serif;
font-size: 10px;
font-style: italic;
color:#999;
padding-left:70px;
margin-top: 15px;
}

#footer a {
font-family: "Times New Roman", Times, serif;
font-size: 10px;
font-style: normal;
color:#999;
margin-top: 15px;
}
.footp {
font-family: "Times New Roman", Times, serif;
font-size: 10px;
font-style:normal;
color:#999;
margin-top: 15px;
}

.adtag {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: normal;
font-style: italic;
padding: 0 0 0 40px;
color: #7A984E;
}

.pageTitle {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-weight: normal;
font-style: italic;
padding: 0 0 0 0;
color: #7A984E;
}

/* SIDEBAR MENU CODE*/

.submenu {
font-family:"Times New Roman", Times, serif;
font-size: 14px;
font-weight: normal;
font-style:italic;
text-align:right;
padding:0 20px 0 0;
color:#ABC287;
}

#navsite {
float: right;
font-family:"Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
font-style:italic;
text-align:right;
width: 11em;
padding:0;
margin-bottom: 1em;
color: #797979;
}
#navsite ul {
list-style: none;
margin:0;
padding:0;
}

#navsite ul li {
margin: 0 0 0 0;
padding: 10px 0 0 0 ;
border-bottom:#F7F7F7 1px solid;
}

#navsite ul li a {
display: block;
padding: 0px 20px 0px 0;
border-right: 2px solid #f7f7f7;
color:#666;
text-decoration: none;
width: 100%;
}

html>body #navsite ul li a {
width: auto;
}

/* PAGE IDENTIFIED IN MENU */
#pagehom a#linkhom:link,
#pageabout a#linkabout:link,
#pagegal a#linkgal:link,
#pageinfo a#linkinfo:link,
#pagecontact a#linkcontact:link,
#pagelinks a#linklinks:link {
border-right:#c4688e 2px solid;
color: #c4688e;
}

#navsite ul li a:hover {
border-right:#c4688e 2px solid;
color: #c4688e;
}

.credit {
margin: 0 45px 0 0;
}

.contactPic {
margin: 20px 100px 0 0;
}

.thumbnails {
text-align: center;
}

.subscribe{
color: #404F28;
font-style: italic;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

