@charset "utf-8";
/* CSS Document */

body	{	background-color:#57351a;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:10pt;
			color:#c7ba9d;
			margin:0px;
			padding:0px;	}
			
.container	{	width:769px;
				margin:0px auto;
				padding:0px;
				overflow:hidden;
				border-left:1px #291a0d solid;
				border-right:1px #291a0d solid;	}
				
.page	{	width:769px;
			margin:0px auto;
			padding:0px;
			background-image:url(/_template/images/leather_texture.jpg);
			background-repeat:repeat;	}
			
.logo	{	width:470px;
			float:left;
			padding:0px;
			margin-left:75px;
			padding-top:25px;	}
			
.photos	{	width:470px;
			float:left;
			padding:0px;
			margin-left:75px;
			background-image:url(/_template/images/photos_home_02.png);
			height:300px;	}
			
.navigation	{	float:right;	}

.text	{	margin-left:75px;
			width:674px;
			padding:10px;
			float:left;	}
			
.footer	{	border-top:1px #c88926 solid;
			width:694px;
			margin:0px auto;
			margin-top:10px;
			margin-left:75px;
			padding:8px 5px 0px 0px;	}
			
.left	{	width:350px;
			float:left;
			text-align:left;
			font-size:9pt;
			letter-spacing:0px;
			color:#c88926;	}

.left a:link, .left a:visited	{	color:#c88926;
									text-decoration:underline;	}
									
.left a:hover	{	text-decoration:none;	}

.verse	{	font-size:14pt;
			font-weight:bold;	
			font-style:italic;	}
			
.top_right	{	background-image:url(/_template/images/top_right.png);
				width:128px;
				height:126px;
				float:right;
				padding:0;
				margin:0;	}
				
.bottom_right	{	background-image:url(/_template/images/bottom_right.png);
					width:126px;
					height:126px;
					float:right;
					padding:0;
					margin:0;	}
			
/*changes by Mark - 4-12-2010*/
.text a:link, .text a:visited	{	color:#c88926;
									text-decoration:underline;	}
									
.text a:hover	{	text-decoration:none;	}
/* end changes by Mark*/