﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #999999;
}
#masthead {
	margin-right: auto;
	margin-left: 15px;
	clear: both;
	overflow: hidden;
	height: 30px;
}
#masthead ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	height: 30px;
}
#masthead li {
	float: left;
}
#masthead a {
	text-decoration: none;
	color: #CC3300;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #CC3300;
	background-color: #FFFF66;
	font-size: small;
	font-weight: bold;
}
#masthead a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

#top_nav {
	margin: 10px;
	border-width: 0px;
	border-color: #FF0000;
	text-align: center;
	width: 776px;
	padding: 10px;
	background-image: none;
	background-color: #FFFFFF;
	height: 143px;
}
/* Masthead Styles */
#top_nav h1 {
	padding: 0px;
	color: #cccc00;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	height: 178px;
}
#top_nav h3 {
	padding: 10px;
	color: #CCCC00;
	background-color: #333333;
}
#container {
	margin: 0 auto 0px auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #FFFF99;
	width: 810px;
	height: auto;
}
#left_col {
	width: 220px;
	float: left;
	height: 280px;
	background-image: inherit;
}
#right_col {
	width: 240px;
	float: right;
	height: 280px;
	background-image: inherit;
}
#footer {
	padding: 5px;
	border: 2px solid #CC3300;
	clear: both;
	position: relative;
	background-color: #FFFF66;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	height: 60px;
	margin-left: 230px;
	margin-right: 230px;
	margin-top: 5px;
}

}
#page_content {
	margin-left: 220px;
	margin-right: 240px;
	height: 280px;
	background-color: #99CCFF;
	position: relative;
	width: auto;
	top: 0px;
	left: 0px;
}
}
#left_col ul {
	position: relative;
	top: 1px;
}
#left_col li {
	border-style: 0;
	border-width: 0px;
	padding: 10px;
	margin: 5px;
	height: 20px;
	font-weight: bold;
	color: #CC3300;
}
#right_col li {
	border-style: 0;
	border-width: 0px;
	padding: 10px;
	height: 20px;
	color: #CC3300;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#right_col ul {
	position: relative;
	top: 1px;
}
#content_image {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 10px outset #CC3300;
	padding: 2px;
	top: 10px;
	width: 293px;
	height: 250px;
	left: 0px;
}
#artist_content {
	border: medium groove #CC3300;
	margin: 10px;
	padding: 20px;
	text-align: justify;
	position: relative;
	top: 11px;
	float: left;
	background-image: inherit;
	font-size: large;
}
#artist_title {
	font-size: large;
	font-weight: bold;
}
#lowest_content {
	float: left;
	border: medium dashed #CC3300;
	padding: 20px;
	margin: 20px;
	background-color: #CCFFCC;
	text-align: justify;
	top: 10px;
	font-size: large;
	position: relative;
}
#lowest_content_title {
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#image_footer {
	border-width: 0px;
	float: left;
	position: relative;
	top: 13px;
	left: -1px;
	height: 313px;
	margin-bottom: 20px;
}
.img-floatleft {
	padding: 12px;
	border-width: 0px;
	float: left;
	margin: 15px 0px 15px 20px;
}
#heading {
	background-image: none;
	padding: 0px;
	margin: 10px;
	background-color: #000000;
	font-size: small;
	text-align: center;
	color: #CCCC00;
}
#content {
	background-color: #FFFF00;
}
#heading2 {
	color: #CC3300;
	font-size: large;
	text-align: center;
	margin: 10px;
}
.float_left {
	padding: 12px;
	border-width: 0px;
	float: left;
	margin: 15px;
}

