.centered {
	RIGHT: 0px; 
	LEFT: 0px; 
	MARGIN: auto; 
	WIDTH: 50%; 
	BOTTOM: 0px; 
	POSITION: absolute; 
	TOP: 0px;  
}

.sg {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	background-color: #C4C4C4;
}

.style3 {font-size: 0.8em; }
.style4 {font-size: 0.8em;}

body,td,th {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
body {
	background-color: #C4C4C4;
	margin-left: 15px;
	margin-top: 15px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #666;
}

.Title {
	position: relative;
	top: 0px;
	width: 100%;
	height:155px;
}

.UpperNavigation {
	position: absolute;
	top: 60px;
	height: 20px;
	left: 160px;
	width: 640px
}

.UpperNavigation a {
	margin-left: 15px;
	margin-right: 15px;
}

.Navigation {
	position: relative;
	top: 10px;
	float: left;
	width: 180px;
}

.Content {
	position: relative;
	top: 10px;
	left: 20px;
	float: left;
	width: 650px;
}

.Footer {
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	font-size: 70%;
}

.LeftColumn {
	float: left;
	width: 400px;
	font-size: 80%;
}

.RightColumn {
	float: right;
	width: 220px;
	margin-left: 10px;
	position: relative;
	min-height: 800px;
	font-size: 80%;
}

.Artist {
	position: relative;
	float: left;
	width: 80px;
	min-height: 150px;
	margin: 10px;
	text-align: center;
	font-size: 80%;
}

.AlignC {
	text-align: center;
}