@charset "utf-8";

body{
	text-align: center;
	margin: 0 auto;
	height: 100%;
	}

img, a img, :link img, :visited img { border: 0; outline: none; }

.peach a:link, .peach a:visited{
	color: #6b5a3d;
}
.peach a:hover, .peach a:active{
	color: #a9874f;
}

a, a:link, a:visited{
	color: #ccfffc;
}
a:hover, a:active{
	color: #ecfffe;
	text-decoration: none;
}

h1{ padding: 0; width: 100%; border-bottom: 1px solid #9f8e72; font-size: 20px; color: #a77c36; }
h2{ padding: 0; width: 100%; font-size: 20px; color: #00512f; }
.largeTxt{ font-size: 22px; }

div#clearfix{ clear: both; }

div#container{ margin: 0 auto; width: 900px; position: relative; background: #FFF; height: 100%; }

div#columnL{ float:left; width: 662px; }
div#columnR{ float:left; width: 233px; height: 1400px; margin-left: 3px; background: #fdbe56; }
div#columnRSub{ float:left; width: 233px; height: 1400px; margin-left: 3px; background: #00512f; }
div.r_images {background: #FFF;}
div.r_images img{margin-bottom: 2px;}

div#masthead{ float:left; width: 650px; height: 246px; margin: 0 0 1px 1px; }

div#nav{ float:left; width: 662px; height: 126px; margin: 1px 0 1px 1px; }

div#content{ float:left; width: 612px; min-height: 1010px; margin: 1px 0 2px 1px; text-align:left; font-family: Arial, Tahoma, Helvetica; font-size: 18px; color: #FFF; padding: 15px 20px 0 30px; }

div#phil {float: right; font-size: 75%; margin: 17px 0 35px 10px; text-align:left;}

.txtRight {text-align: right;}


