﻿body
{
	background-color: #8f591d;
	font-family: Calibri, 'Trebuchet MS', Verdana, Arial, Helvetical, Sans-serif;
}

p
{
	font-family: Calibri, 'Trebuchet MS', Verdana, Arial, Helvetical, Sans-serif;
	margin-top: 10px;
}

input, select, textarea
{
	font-family: Calibri, 'Trebuchet MS', Verdana, Arial, Helvetical, Sans-serif;
	font-size: 11pt;
	color: #333333;
}

a:link
{
	color: #B7C5D0;
	text-decoration: underline;
}

a:visited
{
	color: #D7E5F0;
	text-decoration: underline;
}

a:hover
{
	color: #EFD83C;
	text-decoration: underline;
}

#table-main
{
	width: 960px;
	background-image: url("images/bg-content-nograde.png");
}

#table-nav
{
	width: 960px;
}

#table-content
{
	width: 960px;
	background-image: url("images/bg-content-grade.png");
	background-repeat: no-repeat;
}

#cell-content
{
	width: 667px;
	vertical-align: top;
}

#cell-sidebar
{
	width: 293px;
	vertical-align: bottom;
}

#photo-phil-songlist
{
	position: relative;
	top: -288px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #A07647;
}

#moon
{
	position: relative;
	vertical-align: baseline;
}

#table-songs
{
	border-width: 0px;
	margin-left: 23px;
	margin-right: 40px;
}

#cell-songs
{
	width: 50%;
}

.div-wallpaper
{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 650px;
	background-image: url("images/bg-modern-page.png");
}

.div-content
{
	position: absolute;
	left: 50%;
	width: 960px;
	z-index: 1;
	margin-left: -480px;
	margin-top: 25px;
}

.tabletext-songs
{
	font-size: 12pt;
	color: #B7C5D0;
}

.copyright
{
	font-family: Calibri;
	font-size: 8pt;
	color: #e89854;
	text-align: center;
}

