
/* Splash */

#inner-container	{
		width: 760px;
		height: auto;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding: 0;
}

a.enter {
		color: #ff0000;
		text-decoration: none;
		font-weight:  bold;
		font-size: 13px;
		font-family: geneva, arial, sans-serif;
}

a:hover.enter  {
		color: #000;
}

a:visited.enter {
		color: #ff0000;
}

img	{
	border:none;
}

/* Frames */

#container	{
		width: 840px;
		height: auto;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding: 0;
}

#left-content	{
		margin-top: 0;
		height: auto;
		width: 415px;
		float: left;
}


#right-content	{
		margin-top: 0;
		height: auto;
		width: 415px;
		float: right;
}

#content	{
		margin-top: 10px;
		height: auto;
		width: 840px;
		float: left;
		background-color: #fff;
}

/* Logo */

.logo	{
		float: left; 
		margin: 0;
}

a.logo {
		color: #fff;
		text-decoration: none;
}

a:hover.logo  {
		color: #fff;
		text-decoration: none;
}

a:visited.logo {
		color: #fff;
		text-decoration: none;
}

a:active.logo {
		color: #fff;
		text-decoration: none;
}

/* Main body */

p		{ 
		margin-top: 7px; 
		margin-bottom: 7px; 
}

body	{
		margin: 10px; 
		padding: 0; 
		font-size: 11px; 
		font-family: geneva, arial, sans-serif;
		color: #000;
		background: #fff;
		
}

h1	{
		font-size: 11px; 
		font-family: geneva, arial, sans-serif;
		color: #000;
		display: inline; 
		font-weight: bold;
		margin-top: 0;
}

h1.splash	{
		font-size: 13px; 
		font-family: geneva, arial, sans-serif;
		color: #000;	
		margin-top: 1.5px;
}

a	{
		color: #888;
		text-decoration: none;
}

a:visited	{
		color: #888;
		text-decoration: none;
}

a:hover	{
		color: #ff0000;
		text-decoration: none;
}

ul { 
		margin-left: 6px; 
		padding-left: 6px; 
}

li { 
		margin-left: 6px; 
		padding-left: 6px; 
}

/* Menu bar */


#menu	{
		background-color: #fff;
		margin-top: 0;
		float: left;
		margin-left: -10px;
}

#menu ul li a.current	{
		color: #ff0000;
}

a.current	{
		color: #ff0000;
}


#menu ul	{
		margin: 0;
		padding: 0;
		list-style: none;
}

#menu li a{
		margin: 0;
		padding: 0;
		font-size: 20px;
		font-family: geneva, arial, sans-serif;
		font-weight: 900;
		text-decoration: none;
		color: #000;
}

#menu li a:visited	{
		color: #000;
}

#menu li a:hover {
		color: #ff0000;
}

/* Artists */

p a.images {
		color: #fff; 
		background-color: #ff0000;
}

p a:visited.images {
		color: #fff; 
		background-color: #ff0000;
}

p a:hover.images {
		color: #FFFF00; 
		background-color: #ff0000;
}

ul li a.current	{
		color: #ff0000;
}

.caption	{
		font-size: 10px;
		font-family: verdana, arial, sans-serif;
		margin-top: 0;
		margin-bottom: 0;
}
		
a#my_button:link, a#my_button:active, a#my_button:visited {
		display: block;
		width: 12px;
		height: 12px;
		background-image: url(images/arrow-hover.jpg);
		background-repeat: no-repeat;
		text-indent: -9999px;
}	

a#my_button:hover {
		background-position: -12px;
	}

a#my_button_back:link, a#my_button_back:active, a#my_button_back:visited {
		display: block;
		width: 12px;
		height: 12px;
		background-image: url(images/arrow-hover-back.jpg);
		background-repeat: no-repeat;
		text-indent: -9999px;
}	

a#my_button_back:hover {
		background-position: -12px;
	}
			
		
		
	