body {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	background-color: #1a2733;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:hover, a:active {
	-moz-outline-style: none;
}
html>body a:link, a:visited, a:hover, a:active {
	-moz-outline-style: none;
}
a:link {
	color: #f9f3dc;
	text-decoration: none;
}
a:visited {
	color: #f9f3dc;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a:active {
	color: #f9f3dc;
	text-decoration: none;
}
#container {
	width: 780px;
	text-align: center;
	margin: 0px auto;
}
#header {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	height: 280px;
}
#nav {
	background-image: url('images/navbar.jpg');
	background-repeat: no-repeat;
	height: 30px;
}
#nav ul {
	margin: 0px;
	padding: 7px;
}
#nav li {
display: inline;
margin: 15px;
}
#nav a:link {
	color: #f9f3dc;
	text-decoration: none;
	padding: 3px;
}
#nav a:visited {
	color: #f9f3dc;
	text-decoration: none;
	padding: 3px;
}
#nav a:hover {
	color: #f9f3dc;
	text-decoration: none;
	background-color: #533e28;
	padding: 3px;
}
#nav a:active {
	color: #f9f3dc;
	text-decoration: none;
	padding: 3px;
}
#title {
	height: 97px;
}
#content_tile {
	background-image: url('images/content_tile.jpg');
	background-repeat: repeat-y;
}
#content_bg {
	background-image: url('images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	text-align: justify;
	display: block;
	width: 450px;
	margin-left: 2px;
}
html>body #content {
	margin-left: 165px;
}
#footer {
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	height: 179px;
}
#footer_text {
	font-size: 10px;
	color: #CABE9B;
	margin-right: 50px;
}
#footer_text a:link {
	color: #369;
	text-decoration: none;
	filter: DropShadow(Color=#000, OffX=3, OffY=3, Positive=True);
}
#footer_text a:visited {
	color: #369;
	text-decoration: none;
}
#footer_text a:hover {
	color: #f9f3dc;
	text-decoration: none;
}
#footer_text a:active {
	color: #369;
	text-decoration: none;
}
.bio_image {
	float: left;
	padding-bottom: 20px;
}
.archives {
	text-align: right;
}
map {
 margin: 0px;
}
#clear {
	clear: left; 
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c3bb9c;
	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: #4F4926;
	border-right-color: #DAD6C5;
	border-bottom-color: #DAD6C5;
	border-left-color: #4F4926;
	padding: 2px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c3bb9c;
	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: #4F4926;
	border-right-color: #DAD6C5;
	border-bottom-color: #DAD6C5;
	border-left-color: #4F4926;
}
.submit_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c3bb9c;
	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: #DAD6C5;
	border-right-color: #4F4926;
	border-bottom-color: #4F4926;
	border-left-color: #DAD6C5;
}
.artist {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 9px;
	padding-right: 15px;
}
.album {
	display: block;
	float: left;
	font-size: 9px;
	padding-right: 15px;
}
.job {
	display: block;
	float: left;
	font-size: 9px;
}