@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #62211a; 
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	padding:0;
	height: 100%;
}

.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -65px;
 }
.footer, .push {
     height: 65px;
 }
 
.footer { 
		background-color: #522019;
}

#menu {
	margin-bottom:30px;
	
}
#content {
	width:900px;
	background-image:url(images/angels.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0;
	margin:0 auto;	
}
#content {
	width:900px;
	padding: 0;
	margin:0 auto;
	
}
#intro {
	padding: 0 220px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:30px;
	
}
#content2 a img {
	border: 4px solid #DD987B;
}
#content2 a:hover img {
	border: 4px solid #DB6F5B;
}
a { 
	color: #DD987B;
	text-decoration:underline;
}