body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4d310c;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4d310c;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #4d310c;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #4d310c;
	font-weight: bold;
}
.footer_nav {
	font-size: small;
	text-transform: capitalize;
	background-color: #786354;
	color: #F9F7F0;
	padding: 3px;
}
.footer_nav a:link {
	color: #E4D9BA;
	font-weight: bold;
	text-decoration: none;
}
.footer_nav a:visited {
	text-decoration: none;
	color: #E4D9BA;
}
.footer_nav a:hover {
	color: white;
}
.footer_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.whole_page {
	background-color: #e4d9ba;
	width: 800px;
}
.body_content_full_width {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 50px;
}
.main_page_photo {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
h2 {
	font-weight: bold;
	color: #F9F7F0;
	font-size: large;
	background-color: #786354;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.thin_black_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.news_table {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
	margin-bottom: 20px;
	padding-top: 5px;
}
.footer {
	text-align: center;
	border: 1px none #786354;
}
.portfolio_image_border {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
}
.text-stikeout {
	text-decoration: line-through;
}
.news_header_text {
	text-transform: uppercase;
}
