#namebanner {
	font-family: "Amazone BT", cursive, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	background-color: #000000;
	background-position: center center;
	position: absolute;
	visibility: visible;
	height: 75px;
	width: 375px;
	left: 200px;
	padding-left: 10px;
}
#secondbanner {
	font-family: Pegasus, Georgia, "Times New Roman", serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	background-color: #000000;
	background-position: center center;
	visibility: visible;
	height: 50px;
	width: 375px;
	left: 200px;
	top: 65px;
	position: absolute;
	padding-left: 68px;
}


#sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	color: #FFFFCC;
	background-color: #000000;
	background-position: center center;
	visibility: visible;
	height: 425px;
	width: 125px;
	top: 125px;
	right: 125px;
	margin-top: 50px;
}
#cdcoverimg {
	border: thin double #FFCC00;
	position: absolute;
	visibility: visible;
	height: 330px;
	width: 339px;
	left: 220px;
	top: 130px;
}
