#container {

}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	background-color: #46546F;
	height: 50px;
	width: 800px;
	color: #FFFFFF;
	font-weight: bolder;
	border: thin none #FFFFFF;

}
#banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #46546F;
	height: 50px;
	width: 800px;
	color: #FFFFFF;

}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #46546F;
	height: 25px;
	width: 800px;
	text-transform: uppercase;
	color: #FFFFFF;
	word-spacing: 30em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #46546F;
	width: 800px;

}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #46546F;
	height: 20px;
	width: 800px;
	clear: both;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border: thin none #FFFFFF;

}
body {
	background-color: #46546F;

}
#container #content #leftnav {
	float: left;
	background-color: #46546F;
	width: 150px;
	color: #FFFFFF;
	text-transform: capitalize;
	text-align: center;
	border: thin none #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	list-style-image: url(http://www.geocities.com/kristormoehlen/Black1_.png);
}
#container #content #content_text {
	float: right;
	background-color: #46546F;
	width: 650px;
	color: #FFFFFF;
	border: thin none #FFFFFF;
	background-image: url(cello.preview.jpg);
}
