/* cg gallery layout */
	
	body{
		background-color:black;
  		min-width:700px;
		text-align:center;
	}

	a.nolink {text-decoration:none; color:#FFCC66; font-weight:bold;}
	
	a:link {
	  background-color: transparent;
	  color: #9A0000;
		}
	
	a:visited {
		background-color: transparent;
		color: #9A0000;
		}
	
	a:hover {
		background-color: transparent;
		color:#9A0000;
		}

	.contents{
		 position:absolute;
		 text-align:center;
		 background-color:#000000;
		 visibility:hidden;
		 top:200px;
		 width:800px;
		 height:100%;
     }
	 		
	.thistab, .tab{
		 position:relative;
		 font-family:verdana;
		 font-size:10pt;
		 font-style:italic;
		 font-weight: bold;
		 text-decoration:underline;
		 text-align:center;
		 color:#990000;
		 background-image:url(../img/cg_galleries/nav/goldtab.jpg);
		 border-top: thin solid white;
		 border-right: thin solid white;
		 border-left: thin solid white;
		 border-bottom: thin solid #ddeeff;
		 cursor:pointer;
		 visibility:visible;
		 z-index:1;
		 width:150px;
		 height:25px;
     }

	.tab{
		 background-image:url(../img/cg_galleries/nav/silvertab.jpg);
		 color: black;
		 border-top: thin solid white;
		 border-right: thin solid white;
		 border-left: thin solid white;
		 border-bottom: thin solid white;
		 z-index:2;
	}
	
	.smallpic{
		float:left;
		background:black;
		padding:3px;
		border: 2px ridge #cc3300;
		margin: 10px;
		}
										
	.viewer{
		/* position:fixed; */
		float:left;
		margin:5px;
		width:245px;
		height:350px; 
		display:none;
		background-color:black;
		background-repeat:no-repeat;
		background-position:center;
		border:solid 3px #000099;
		padding:5px;
		}
		
	#bio{
		background-color: black;
		background-position: center center;
		background-repeat:no-repeat;
		background-attachment:fixed;
		height:330px; 
		padding:5px;
		margin:5px;
		overflow:auto;
		overflow-x:hidden;
		overflow-y:auto;
		}
			
	#biobox{
		background-color: black;
		float:left;
		width:410px;
		height:350px; 
		padding:1px;
		margin:5px 10px 5px 5px;
		border:solid 3px #000099;
		}
		
	#bio_table{background-color:black; border:0px;}
	#bio_table td {background-color:black; border:0px}
	#bio_table th {background-color:black; border:0px}
				
	#thumbs{
		clear:both;
		background: transparent;
		padding:5px;
		margin:0px;
		overflow:auto;
		overflow-y:hidden;
		overflow-x:auto;
		}
	

	.img_title{
		font-size:12pt;
		font-style:italic;
		font-weight:800;
		line-height:10%;
		font-family: Verdana;
		color:#CCC;
		background-color: transparent;
		text-align:center;
		}

	div#model{
		float:left;
		width: 144px;
		border: 2px ridge #0000CC;
		margin: 0px 15px 15px 0;
		padding: 5px;
		}

	div#member_model{
		float:left;
		width: 144px;
		border: 2px ridge #0000CC;
		margin: 15px 15px 15px 15px;
		padding: 5px;
		}

	#rates_table, #wishlist_table{
		width:100%;
		height:100%;
		border:2px;
		border-collapse:collapse;
		background:black;
		}
		
	#rates_table td {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #cccccc;
		border-right-color: #cccccc;
		border-bottom-color: #cccccc;
		border-left-color: #cccccc;
		border-collapse: collapse;
		padding:1px 5px 1px 5px;
		margin:0px;
		background:black;
	}
	
	#wishlist_table td {
		border:0px;
		border-collapse: collapse;
		margin:0px;
		background:black;
	}

	/* section titles */
	#belladonna,
	#inboston,
	#local,
	#tba,
	#visiting,	
	#membersonly,
	#returning,		
	#nationwide,
	#new
	{
	margin:0px;
	padding:0px;
	width:700px;
	height:27px;
	background-repeat:no-repeat;
	margin: 0 auto;
  	text-align:center;	
	}
	
	#belladonna{
		/* background-image:url(../img/cg_galleries/titles/goldbar_our.jpg); */
		background-image:url(../img/cg_galleries/titles/goldbar_belladonna.jpg);
		}
		
	#inboston{
		background-image:url(../img/cg_galleries/titles/goldbar_inboston.jpg);
		}
	
	#local{
		background-image:url(../img/cg_galleries/titles/goldbar_local.jpg);
		}
 
 	#tba{
		background-image: url(../img/cg_galleries/titles/goldbar_tba.jpg);
		}
	
	#visiting{
		background-image:url(../img/cg_galleries/titles/goldbar_visiting.jpg);
		}
		
	#membersonly{
		background-image:url(../img/cg_galleries/titles/goldbar_members.jpg);
		}
	
	#returning{
		background-image:url(../img/cg_galleries/titles/goldbar_arriving_soon.jpg);
		}
		
	#nationwide{
		background-image:url(../img/cg_galleries/titles/goldbar_nationwide.jpg);
		}
			
	#new{
		background-image:url(../img/cg_galleries/titles/goldbar_new.jpg);
		}

