body
{
	background-color: #f3f3f3;
	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px 35px 0px 35px;
}

P.text
{
	font-size: 12px;
	text-align: left;
}

#maincontent
{
	background-color: #FFFFFF;
	color: #000;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#maincontent td
{
	text-align: left;
}

#maincontent_menu td
{
	text-align: center;
}


#contentbox
{
	background-color: #eeeeee;
	color: #000;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 8px;
}


#contentbox P {
	font-size: 12px;
	padding: 5px;
	padding-top: 0px;
	text-align: left;
}


#contentbox h1 {
	font-size: 18px;
	font-variant: small-caps;
	padding: 5px;
	color: #660000;
	border-bottom: 1px solid #999999;
	border-bottom-width: thin;
	margin: 10px;
	text-align: left;
	font-weight: bold;
}

#footerbox1
{
	margin-top: 10px;
	background-color: #cccccc;
	color: #000000;
	width: 270px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

#footerbox2
{
	margin-top: 10px;
	background-color: #cccccc;
	color: #000000;
	width: 480px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}


#box1
{
	background: url(images/box1.jpg);
	width: 246px;
	height: 199px;
	background-position: top left;
	background-repeat: no-repeat;
}

#box2
{
	background: url(images/box2.jpg);
	width: 234px;
	height: 199px;
	background-position: top right;
	background-repeat: no-repeat;
}

#songbox
{
	
	background: url(images/songbox.jpg);
	width: 480px;
	height: 141px;
	background-position: top right;
	background-repeat: no-repeat;
}

#box1 P {
	font-size: 11px;
	text-align: left;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 40px;
}

#box2 P {
	font-size: 11px;
	text-align: left;
	margin-top: 35px;
	margin-left: 10px;
}



#songbox P {
	font-size: 11px;
	text-align: left;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 20px;
}

#songbox LI {
	font-size: 11px;
	text-align: left;
}

#welcome
{
	margin-top: 10px;
	background: url(images/welcome.jpg);
	width: 480px;
	height: 166px;
	background-position: top right;
	background-repeat: no-repeat;
}

#welcome P {
	font-size: 12px;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: left;
}


#content P {
	font-size: 12px;
	text-align: left;
}

#content H1 {
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #5d0906;
	font-variant: small-caps;
	margin: 10px;
	color: #5d0906;
}

#content H2 {
	font-size: 16px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	margin: 10px;
	color: #ad1220;
}

A
{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
A:link
{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
A:visited
{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
A:active
{
	color: #000000;
	font-size: 12px;
}
A:hover
{
	color: #5d0906;
	text-decoration: underline;
	font-size: 12px;
}

A.white
{
	color: #ffffff;
	text-decoration: none;
}
A.white:link
{
	color: #ffffff;
	text-decoration: none;
}
A.white:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.white:active
{
	color: #ffffff;
}
A.white:hover
{
	color: #eeeeee;
	text-decoration: underline;
}



