/* Sonia Template */

body {
	margin: 0 auto;
	padding: 0;
	font: 9pt verdana, geneva, lucida, arial, helvetica, sans-serif;
	background: #D7EAC2;
}

a {
	text-decoration: none;
	color: #2489DB;
}

a:hover {
	color: #808080;
}

a img {
	border: 0;
}

#header { 
}

#footer{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: center;
    background: #FFF;
    border-left: 2px solid #C5D7B2;
	border-right: 2px solid #C5D7B2;
    padding: 0 10px 0 10px;
    font-size: 8px;
    font-size: 80%;
}

#nav {
}

#content {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: center;
    background: #FFF;
    border-left: 2px solid #C5D7B2;
	border-right: 2px solid #C5D7B2;
    padding: 0 10px 0 10px;
    min-height: 600px;
    height: auto;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 700px;
}
/**/

h2 { color: #2489DB; font-weight: normal; }

#intro p{
    padding: 10px 40px 10px 40px;
    }

#songs {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

#breadcrumb {
	margin: 10px 0 0 0;
}

#breadcrumb a{
    text-decoration: underline;
    font-weight: bold;
   }

#lyric {
	margin: 10px 0 0 0;
}

#mainimage {
	margin: 40px 0 0 0;
}

