/* 
	project359 StyleSheet
	Author: David Saul (david@project359.com)
	Date: 13th February 2005
	Revised: 6th January 2008
*/



/* Page layout tags*/



body	{
	background-color: #000000;
	background-image: url(../images/mainback.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	color: #5a441d;
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
}

p	{
	color: #5a441d;
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

li	{
	color: #5a441d;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	text-indent: 0px;
}

textarea	{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
}

/* Table layout*/

td.news 	{
	color: #5a441d;
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
}


/* Headers */

h1		{
	color: #5a441d;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	text-indent: 5px;
	margin-top: 5px;
}

/* Links */


a	{
	color: #5a4319;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:Active	{
	color: #5a4319;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:Visited	{
	color: #5a4319;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
	
a:Hover	{
	color: #666666;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.lyric		{
	color: #5a4319;
	font-family: arial;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

a.lyric:Active	{
	color: #5a4319;
	font-family: arial;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

a.lyric:Visited	{
	color: #5a4319;
	font-family: arial;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
	
a.lyric:Hover	{
	color: #666666;
	font-family: arial;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}


/* Layers */

.mainFrame	{
	width: 760px;
	
}

.content	{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.hr	{

	background-color: #5a441d;
	width: 730px;
}

/* Other */

.input	{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	background-color: #eaeaea;
	border-color: #eaeaea;
}

hr	{
	color: #5a441d;
}