@charset "UTF-8";
/* CSS Document */

body {
	background-color: #160905;
	background-image: url(leatherbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 100%;
}
#overallcontainer {
	height: auto;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#locationssidebar {
	background-color: #f0f0e6;
	height: 100%;
	width: 126px;
	margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #315031;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	float: left;
}
#locationssidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #4C3023;
}
#infocontainer {
	background-color: #f0f0e6;
	padding: 20px;
	height: auto;
	width: 508px;
	margin-top: -151px;
	float: right;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #315031;
	font-weight: normal;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
}
#topleftstuff {
	float: left;
	width: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	background-color: #315031;
	height: 140px;
	width: 140px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
}
#nav  a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-position: center;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 3px;
	font-weight: normal;
}
#nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-position: center;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 3px;
	font-weight: normal;
}
#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #DEDDC2;
	background-position: center;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 3px;
	font-weight: normal;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #679E72;
	text-decoration: none;
}
#nav a:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #DEDDC2;
	background-position: center;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 3px;
	font-weight: normal;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #679E72;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #679E72;
	text-decoration: underline;
}
a:visited:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #679E72;
	text-decoration: underline;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	list-style-type: square;
}

