/* page styles */

	html, body {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
  		line-height: 13px;
  		color: #000;
		background-color: #FFF;
		margin: 0px;
		padding: 0px 10px 20px 10px;
		text-align: left;
		}
	
/* general type styles */

	a	{
		color: #5D6C7D;
		font-weight:bold;
		text-decoration: none;
		background-color: transparent;
		}

	a:link	{
		color: #5D6C7D;
		text-decoration: none;
		background-color: transparent;
		} 

	a:visited	{
		color: #846F52;
		text-decoration: none;
		background-color: transparent;
		} 

	a:active	{ 
		color: #E6C26C;  
		text-decoration:underline;
		background-color: transparent;
		} 

	a:hover		{ 
		color: #E6C26C; 
		text-decoration:underline; 
		background-color: transparent;
		} 
		
	h1	{
		font-family: helvetica, arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 14px;
  		color: #333;
		padding: 0px;
		margin: 0px;
		}

	h2	{
		font-size: 14px;
		font-family: arial, helvetica, sans-serif;
		color: #000;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}		

	h3	{
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}
		
	h4	{
		font-size: 11px;
		font-family: arial, helvetica, sans-serif;
		line-height: 13px;
		font-weight: bold;
		padding: 0px 0px 3px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}


	/* header style */
	
	#header	{
		padding: 0px 0px 0px 0px;
		border-bottom: 1px solid #000000;
		width: 830px;
		height: 69px;
		margin: 0px 0px 0px 0px;
		background-image: url("../images/main_title.gif");
		background-repeat: no-repeat;
		}

	/* main content styles */

	#main {
		float: left;
		padding-top: 8px;
		width: 830px;
		border-bottom: 1px solid #00000;
		background-color:  #ffffff;
		}

	#main #text{
		padding: 4px 6px 4px 6px;
		}

	#main #heading	{
		padding: 10px 0px 8px 5px;
		margin: 0px 0px 0px 0px;
		border-bottom: 1px solid #000;
		line-height: 18px;
	}

	#main #bigpicture	{
		padding: 2px 0px 2px 0px;
		border-top: 1px solid #00000;
		height: 385px;
		background-image: url("/images/20080213b.jpg");
		background-repeat: no-repeat;
		background-color: #ffffff;
		}
	
	#main #littlepicture	{
		line-height: 18px;
		margin: -6px 0px 0px 0px;
		border-bottom: 1px solid #ffffff;
		padding: 0px 0px 2px 0px;
		height: 200px;
		background-image: url("/images/rotation/rotate.php");
		background-repeat: no-repeat;
		background-color: #ffffff;
		}

/*	#main #results {
		padding: 0px 0px 2px 10px;
		}
*/		
	#inset	{
		float: left;
		width: 84px;
		height: 80px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		color: #666666;
		background-image: url("/images/inset_bg.gif");
		background-repeat: no-repeat;
		}

	#inset h1	{
		padding: 28px 0px 0px 0px;
		font-family: helvetica, arial, sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		}

	#inset h2	{
		padding: 28px 0px 0px 0px;
		font-family: helvetica, arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		}

	#content	{
		width: 740px;
		padding: 4px 0px 0px 0px;
		float: right;
		}	

	.center_image	{
		text-align:center;
		}
		
	/* album styles */

	#album {
		width: 700px;
		margin-right: auto;
		margin-left: 2px;
		margin-top: 0px;
		padding: 0px;
		text-align: left;
		}

	#coverart {
		width: 320px;
		padding: 0px;
		float: left;
		background: #fff;
		}
		
	#disc {
		width: 420px;
		padding: 0px;
		float: right;
		text-align: left;
		background: #fff;
		}
	
	#disc2 {
		width: 190px;
		padding: 0px;
		float: right;
		background: #fff;
		}
	

 footer */
		
	#footer	{
		margin: -1px 0px 0px 0px;
		border-top: 1px solid #000000;
		padding: 0px 0px 20px 5px;
		width: 830px;
		font-size: 10px;
		}


	/* misc styles */

	.clear	{
		clear: both;
		margin: 0px 0px 0px 110px;
		}
		
	#line	{
		border-top: 1px solid #000000;
		padding: 0px 0px 2px 0px;
		}
