* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #5277AB;
	background-image: url(images/design1/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner h1
{
	position: absolute;
	top: 0;
	left: 200px;
	background-image: url(images/design1/title.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 253px;
	background-position: right;
}

#banner h1 span{
	margin-left: -999px;
}

#banner h2
{
	position: absolute;
	top: 60px;
	right: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	z-index: 99;
	color: #333333;
}

#maincontent {
	background-color: #95B0BE;
	background-image: url(images/design1/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 2px solid #576186;
	margin: 54px 40px 0 113px;
	z-index: 0;
	positon: relative;
	padding: 0 20px 20px 40px;
}

#maincontent p {
	padding-bottom: 1em;
	font-size: .9em;
}

#maincontent h2 {
	position: absolute;
	top: -50px;
	left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	z-index: 99;
	color: #333333;
}

#maincontent h3 {
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}

#maincontent a {
	color: #672445;
}

#songlisting li {
	margin: 15px 30px 0px 15px;
	font-size: .8em;
}

#navigation {
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 99;
}

#navigation li {
	background-image: url(images/design1/button.gif);
	height: 33px;
	width: 134px;
	margin-bottom: 10px;
	z-index: 99;
	position: relative;
	text-align: right;
	list-style-type: none;
}

#navigation a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #672445;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	right: 20px;
	top: 5px;
	position: absolute;
	height: 21px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer {
	clear: both;
	font-size: .6em;
	text-align: center;
	margin-right: 40px;
	margin-left: 54px;
}

#footer a {
	color: #95B0BE;
}

#floatleft {
	float: right;
	clear: right;
	width: 200px;
	margin: 0 10px 5px 10px;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}