/* CSS Document */

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	}
.smallPrint {font-size: 9px;}
.largePrint {font-size: 16px;}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h6
	{
	font-size:9px;
	}
.detailLinks{
	font-size:12px;
}
DIV.outer
      {
      position: absolute;
      left: 50%;
      width: 870px;
      margin-left: -425px; /* half of width */
	height:inherit;
      }
DIV.header
      {
	width:100%;
	height:30px;
	}
DIV.artist
	{
	width:121px;
	height:20px;
	float:left;
	padding:5px;
	}
DIV.recent
	{
	width:287px;
	height:20px;
	float:left;
	padding:5px;
	}
DIV.republic
	{
	width:300px;
	height:20px;
	float:left;
	padding:5px;
	}
DIV.contact
	{
	width:122px;
	height:20px;
	float:left;
	padding:5px;
	}
DIV.content
    {
	padding-left:25px;
	padding-right:25px;
	width:826px;
	}
DIV.divider
	{
	width:95%;
	height:2px;
	background-image:url(images/div.png);
	clear:left;
	float:center;
	margin-bottom:3px;
	margin-top:3px;
	}
DIV.artistInd
	{
	padding-left:15px;
	}
DIV.artistL
	{
	width:230px;
	padding-left:20px;
	clear:left;
	float:left;
	}
DIV.artistC
	{
	width:150px;
	float:left
	}
DIV.artistR
	{
	width:400px;
	float:left;
	}
DIV.recTitle
	{
	padding-left:15px;
	padding-top:50px;
	font-size:16px;
	clear:left;
	float:left;
	width:300px;
	}
DIV.recDesc
	{
	padding-left:30px;
	clear:left;
	float:left;
	height:20px;
	width:775px;
	}
DIV.recPhotos
	{
	padding-left:30px;
	float:left;
	clear:left;
	width:775px;
	}
DIV.recPhoto
	{
	float:left;
	font-size: 9px;
	margin:6px;
	margin-bottom:10px;
	}
DIV.repBox
	{
	padding:15px; 
	width:134px;
	float:left;
	}
DIV.contactL
	{
	padding-left:150px;
	width:250px;
	clear:left;
	float:left;
	}
DIV.contactR
	{
	float:left;
	width:250px;
	padding-right:150px;
	}
DIV.footer
      {
	width:100%;
	height:28px;
	}


/*FADER BOX CSS STUFF*/
#fa {
	
	background-image:url(images/detailBack.png);
	position:absolute;
	top:0px;
	left:0px;
}

#fa .imageBoxe {
	background: #FFF;
	text-align: center;
	font-family: Arial,sans-serif;
	padding: 10px;
	border: 2px solid #333;
	position:relative;
	left:50%;
}

#fa a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .imageBoxe .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa .imageBoxe .previ 
	{
	position: absolute;
	bottom:5px;
	height:40px;
	margin-top:-40px;
	left:5px;
	}
#fa .imageBoxe .nex
	{
	position: absolute;
	bottom:5px;
	height:40px;
	margin-top:-40px;
	right:5px;
	}

#fa.show {
	display: block;
}