/* GENERAL STYLES */
*{margin: 0;}
html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
}
body
{
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D0D3B7;
}
#wrapper
{
	width: 761px;	
	height: 100%;
	border-left: red 1px solid; 
	border-right: red 1px solid; 
}
#ContentTable
{
	width: 100%;	
	height: 100%;
}
h1
{
	font-size: 125%;
	color: red;
	margin-bottom: 5px;
}
h2
{
	font-size: 125%;
}
h3
{
	font-size: 100%;
	color: red;
	margin-bottom: 5px;
}
h4
{
	font-size: 115%;
	color: black;
}
a
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
ul
{
	margin-left: 15px;
}
p
{
	margin-bottom: 15px;
}
.mainContent
{
	margin: 15px;
	font-size: 75%;
}
.homeContent
{
	margin: 5px;
	font-size: 75%;
}
.Artiest
{
	font-size: 130%;
	font-weight: bold;
	color: red;
}

#MenuLinks
{
	margin: 40px 0 0 -15px;
	padding: 0;
	list-style-type: none;
	width: 165px;
	float: left; 	
	z-index: 10px;
	font-size: 90%;
}
#MenuLinks li
{
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}
#MenuLinks a
{
	display: block;  
	font-size: 85%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2;
}
#MenuLinks a:hover
{
	color: #FF0000;
	background-color: #E7EFAD;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
