@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-color: #590700;
	height: 600px;
	width: auto;
}
#name {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: auto;
	left: 0px;
	top: 0px;
	background-color: #B9895E;
}
#name img {
	padding-left: 100px;
}
#title {
	background-color: #590700;
	width: auto;
	height: 50px;
	top: 100px;
}
#title     h1    {
	background-color: #B9895E;
	width: 900px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 16px;
	text-indent: 250px;
}
#Content {
	background-color: #590700;
	margin: 0px;
	padding: 0px;
	left: 0px;
	height: 375px;
	width: 850px;
	float: left;
}
#Content img {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
#Content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 30px;
	color: #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.3em;
}
#Sidebar {
	float: right;
	width: 150px;
	height: 350px;
	margin-right: 100px;
}
#Sidebar p {
	line-height: 4em;
	padding-left: 50px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#wrapper {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper  #Sidebar a:link {
	background-color: #590700;
	color: #B9895E;
}
#wrapper   #Sidebar  a:visited {
	background-color: #590700;
	color: #B9895E;
}
#wrapper #Sidebar a:hover {
	color: #E4F1AF;
}
#wrapper   #Sidebar  a:active {
	color: #000000;
	background-color: #590700;
}
#foot {
	float: left;
	width: auto;
	height: 50px;
	padding-top: 10px;
}
#footer {
	background-color: #590700;
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#footer  h2 {
	background-color: #B9895E;
	width: 900px;
	font-family: "Courier New", Courier, monospace;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	text-indent: 175px;
}
#footer     a:link {
	color: #590700;
	font-size: 14px;
	text-decoration: underline;
}
#footer   a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#footer  a:hover {
	color: #E4F1AF;
	text-decoration: underline;
	font-size: 14px;
}
#footer  a:active {
	color: #FF6600;
	text-decoration: none;
	font-size: 14px;
}
#footerlogo {
	background-color: #000000;
	height: 100px;
	width: 1100px;
	left: 0px;
	bottom: 0px;
	clear: both;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
#footerlogo img {
	padding-left: 200px;
	padding-top: 20px;
	background-color: #000000;
}
