/* CSS Document - controls the layout of the default.html page*/

html{
	background: transparent url("../images/bottomcurve.gif") bottom right no-repeat;
	padding: 0;
	margin: 0;
}

body{
	padding: 0;
	margin: 0;
	padding-top: 200px;
	margin-bottom: 200px;
	background: transparent url("../images/topcurve.gif") top right no-repeat;
	font-family: "Eras Medium ITC", "Myriad Web", "Myriad Condensed Web", Verdana, Tahoma;
}

#container{
	padding: 0;
	background: transparent url("../images/middlecurve.gif") top right repeat-y;
	min-height: 200px;
}

#header, #content, #footer{
}

#header{
	position: absolute;
	top: 20px;
	left: 20px;
	height: 200px;
}

#content{
	padding: 50px 210px 0px 20px;
	padding-bottom: 100px;
	text-align: justify;
}

#footer{
	clear: both;
	padding: 20px 200px 0px 20px;
	font-size: 0.7em;
}

#menu{
	position: absolute;
	top: 200px;
	right: 0px;
	width: 180px;
}

h1{
	padding-top: 155px;
	color: #0093D0;
	background: transparent url("../images/logo.gif") top left no-repeat;
}

h2{
	color: #0093D0;
	font-size: 1.2em;
}

.promos{
	float: left;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 5px;
}

.promos img{
	display: block;
	width: 240px;
	height: 140px;
}

.promos h3{
	padding-bottom: 0px;
	display: block;
	text-align: left;
}

.promos p{
	display: block;
	text-align: left;
}

.songtitle{
	font-style: italic;
	font-weight: bold;
}

.recordlabel{
	font-style: italic;
}

ul{
	list-style-type: none;
	padding-left: 0;
	font-size: 1.3em;
}

li a{
	text-decoration: none;
	color: #FFFFFF;
}

li a:hover{
	color: #B8D3E7;
	background-color: #FFFFFF;
}
