BODY 	{
		margin-left: 0px;
		margin-top: 5px;
		background-color: black;
		font-family: Century Ghotic, Verdana, Helv, Helvetica, Sans-Serif;
		font-size: 12px;
		color: white;
	}
IMG		{
		border: none;
		}
A	{
	color: white;
	text-decoration: none;
	font-weight:bold;
	}
A:hover	{
	text-decoration: underline;
	}
img#logo 	{
	position: absolute; 
	top: 31px; 
	left: 129px; 
	border: 0;
	}
H1		{
		font-size: 14px;
		font-weight: bold;
		}
H2		{
		font-size: 14px;
		font-weight: bold;
		}
H3		{
		font-size: 13px;
		font-weight: bold;
		font-style: italic;
		}

A.menu	{
		text-align: center;
		background-color: #7D1212;
		display:block; 
		width: 125px; 
		border-bottom: 1px white solid;
		padding: 4px 10px 4px 10px; 
		font-size: 10px
		}
A#top	{
		border-top: 1px white solid;
		}
A.menu:hover	{
		background-color: #B80303;
		}
DIV#header 	{
		width:792px; 
		height:89px;
		background-position: bottom right;
		background-color: black;
		position: relative;
	}	
DIV#header2 	{
		background-image: url('images/dancers.jpg');	
		width:129px; 
		height:89px;
		position: absolute;
		top: 0;
		left: 0;
	}
DIV#container	{
		width: 792px;
		background-image: url('images/bg_content.jpg');	
		background-repeat: repeat-y;
		background-position: bottom;
		position: relative;
		}
DIV#copyright	{
		position: absolute;
		left: 0;
		bottom: 10px;
		width:792px;
		text-align: center;
		font-weight: bold;
		font-size: 10px;
		}
DIV#footer	{
		position: relative; 
		top: -5px; 
		width: 792px; 
		height: 65px; 
		background-image: url('images/bg_bottom.jpg');
		background-position: bottom;
		}
DIV#footer, DIV#header2, DIV#header	{
		background-repeat: no-repeat; 
		}	
DIV#footer,DIV#header, DIV#ad, DIV#container{
		margin: 0 auto;
	}
DIV#ad	{
		position: relative;
		top: -5px;
		text-align:right;
		width:790px;
		font-size:10px;
		color: #DDDDDD;
		padding: 3px;
		}
#ad A	{
		color: #DDDDDD;
		}
DIV#left-panel	{
	float: left; 
	width: 154px; 
	background-image: url('images/bg_topl.jpg');	
	background-repeat: no-repeat; 
	padding-top: 35px; 
	padding-left: 1px;
	}
DIV#right-panel	{
	float: left; 
	width: 617px; 
	background-image: url('images/bg_topr.jpg'); 
	background-repeat: no-repeat; 
	padding: 30px 15px 10px 5px; 
	text-align: left;
	}
DIV#performance-demo	{
	width: 139px; border: 
	1px white solid;
	text-align: center;
	background-color: black;
	padding: 3px; 
	font-size: 13px;
	}
DIV#clear	{
	clear: left; 
	line-height: 0; 
	height: 0;
	}