h1
{
	color:black;
	font-size:16pt;
}
h2 {
    font-size: 13pt;
}
h3 {
    font-size: 11pt;
 }


img {
    border: 0;
}

span.mainframe table tr td {
border:0px;
  }


a:link { text-decoration:none;color: #808080; }
a:visited { text-decoration:none; color: #808080; }
a:hover { text-decoration:none;  color: #FFCC00; }
a:active { text-decoration:none;font-weight:bold; color: #FFCC00; }
a:focus { text-decoration:none;  color: #FFCC00; }


		#sidebar{ 
		position:fixed; 
		top: 38px; 
		left:30px;	
		width: 235px; 
	}
	
	* html div#sidebar{ 
		position:absolute; 
		top: 38px; 
		left:30px;
		width: 235px; 
	}
	
	#content{ 
		margin-top: 38px;
		margin-left: 300px;
	}

	#topbar{ 
		margin-top: 30px;
		margin-left: 30px;
	}

	#content_wide{ 
		margin-top: 30px;
		margin-left: 80px;
	}

	#album_title{ 
		color: #000000;
		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 18px;
		line-height: 150%;
	}
	
	#album_description{ 
		color: #303030;
		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 12px; 
		line-height: 150%;
	}

	.thumbnail{
		height: 128px; 
		width: 128px;
		text-align: center;
		padding:8px;
		background-color: #e0e0e0;
		border: 1px solid #d0d0d0;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.thumbnail_text{
		height: 145px; 
		width: 128px;
		text-align: center;
		padding:8px;
		background-color: #e0e0e0;
		border: 1px solid #d0d0d0;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
		overflow: hidden; 
 		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 11px;
	}


	
