﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: none;
}

#masthead {
	border-width: thick;
	border-color: #725E2F;
}
#top_nav {
	text-align: center;
	background-color: #725E2F;
}
#container {
	min-width: 600px;
}
#left_col {
	border: medium none #E5AE42;
	width: 200px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 14px;
}
#page_content {
	border-style: ridge none ridge ridge;
	border-width: medium;
	border-color: #E5AE42;
	margin-left: 200px;
	background-color: #C0C0C0;
	width: 700px;
}
#footer {
	border-style: ridge none none none;
	border-width: medium;
	border-color: #E5AE42;
	clear: both;
	background-image: url('assets/footer.JPG');
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
body {
	border-width: thick;
	border-color: #E5AE42;
	font-size: 20px;
	border-bottom-style: ridge;
	border-right-style: ridge;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('assets/untitled.bmp');
	background-repeat: repeat-y;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #A87E2F;
	text-decoration: none;
	letter-spacing: -3px;
}
h2 {
	border-width: 4px;
	border-color: #5E0000;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #AB8231;
	text-decoration: underline;
	letter-spacing: -3px;
	border-left-style: dotted;
	padding-left: 7px;
}
h3 {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #996633;
	letter-spacing: -2px;
}
h4 {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #996633;
	letter-spacing: -2px;
}
table {
}
table {
	border-width: 2px;
	border-color: #800000;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #808080;
}
table {
	background-color: #808080;
}
table {
	background-color: #808080;
}
