body
{
	margin: 20px 10px 10px 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	background: black url("../images/site/bg.jpg");
}

li
{
	margin: 3px 0;
}

#envelope
{
	margin: 0 30px;
	text-align: center;
	background-color: white;
	border: black solid 1px;
}

#logo
{
	padding: 5px 10px 0 0;
	background: black url("../images/site/logol.jpg") no-repeat;
	text-align: right;
	height: 70px;
	border-bottom: 1px solid #060;
}

.imgr
{
	float: right;
	margin: 0 0  5px 10px;
}

img
{
	border: 0;
	padding: 0;
}

a, a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

#menu
{
	text-align: center;
	margin: 0;
	font-size: 9pt;
	color: white;
	background-color: #800;
	padding: 3px 0;
	border-bottom: 1px solid black;
}

#menu a, #menu a:visited
{
	color: white;
	font-weight: bold;
	margin: 0 6px;
	text-decoration: none;
}

#menu a:hover
{
	color: #ffc;
	text-decoration: underline;
}

#content
{
	padding: 10px 5px;
	text-align: justify;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background: url("../images/site/contentbg.jpg");
}

#content h1
{
	padding: 0;
	margin: 5px 0;
	text-align: left;
	color: #600;
	font-size: 17pt;
}

#content h2
{
	padding: 0;
	margin: 5px 0;
	text-align: left;
	color: #038;
	font-size: 12pt;
}

#copyright
{
	background-color: #800;
	color: #ff0;
	font-size: 7pt;
	padding: 3px 0;
	border: 1px black solid;
}

#copyright a, #copyright a:visited
{
	color: #ff0;
	margin: 0 6px;
	text-decoration: none;
}

#copyright a:hover
{
	color: white;
	text-decoration: underline;
}

a.pop
{
	color: yellow;
}

table#songs th
{
	background-color: #800;
	color: white;
	text-align: center;
	border-left: #700 solid 1px;
	border-top: #700 solid 1px;
	border-right: #400 solid 1px;
	border-bottom: #400 solid 1px;
}

table#songs td
{
	border-left: #ffd solid 1px;
	border-top: #ffd solid 1px;
	border-right: #400 solid 1px;
	border-bottom: #400 solid 1px;
	background-color: #dfd8d0;
}
