/* Website Body */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F9F8F6;
}

/*Website Footer */
.footer {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: 200;
}

/* Website Content */
.section_hd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	word-spacing: 5px;
	white-space: normal;
	line-height: 30px;
}
.article_txt {
	color: #A08D65;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
}
.article_hd {
	color: #A08D65;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
}

/* header text */
.hd_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}

/* Change to BW on Hover */
a:hover img { 
	Filter: Gray;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #A08D65;
}

a:visited {
	text-decoration: none;
	color: #A08D65;
}

a:hover {
	text-decoration: underline;
	color: #A08D65
}

a:link {
	text-decoration: none;
	color: #A08D65
}

.mag_cap {
	float:left;
	color:#D4D4C7;
	font-size:100px;
	line-height:40px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
	}

