@charset "UTF-8";
body {
	background-image: url(assets/art/blue_background.jpg);
	background-repeat: repeat-x;
}
#navbar {
	border: thin solid #000000;
}
.navigation {
	text-align: center;
	background-image: url(assets/art/comfortzone_1.jpg);
	border: thin solid #887D7C;
}
.Bottomtext {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #333333;
	text-decoration: underline;
	text-align: center;
}
#artist_text {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #000000;
	text-align: center;
}
#artist_directory {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
	text-align: left;
}
h1 {
	text-transform: capitalize;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#featured_artist {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	border: medium solid #65F270;
}
.featurebox {
	border: medium solid #00CC00;
}
#bigdiv {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
