body{
	margin:0px;
	padding:0px;
	background-color:#c6bb9d;
}

.outer_table{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border: 0px solid #ff00ff;
	border-collapse:collapse;	

	background-position:bottom right;
	background-repeat:no-repeat;
	background-image:url("../images/bg_img.jpg");	
}

.outer_table td{
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.inner_inner_table{
	width:100%;
	height:100%;
	padding:0px;
	border: 0px solid #ff0000;
	border-collapse:collapse;
	/*background-position:top;
	background-repeat:y;
	background-image:url("../images/bg.jpg");*/	
}

.inner_inner_table td{
	margin:0px;
	padding:0px;
	border: 0px solid #ff0000;	
	text-align:center;
}			

#header_div{
	width:1000px;	
	margin:auto;
	border: 0px solid #0000ff;					
	text-align:center;			
}

.header_bg{
	background-image:url("../images/bg_header.png");
	background-repeat: repeat-x;
	height: 160px;
}

#main_div{
	width:1000px;
	height:100%;
	margin:auto;
	border: 0px solid #0000ff;	
	/*background-image:url("../images/bg_img.png");
	background-repeat:no-repeat;
	background-position: bottom right;*/
	text-align:center;
	margin-bottom:10px;
}

#footer_div{
	margin:0px;
	padding:0px;
	width:1000px;	
	margin:auto;
	border: 0px solid #0000ff;
	height: 90px;
	text-align:center;		
}

.disclaimer{
	font-size:10px;
	font-family: tahoma;
	text-align: center;
	font-weight: bold;
	color: #444444;
}

.footer_bg{
	padding:0px;
	margin:0px;
	background-color: #e9deb9;
	background-image:url("../images/bg_footer.png");
	background-repeat: repeat-x;
	height:100px;
}

.footer_img{
	vertical-align:top;
	margin:0px;
	padding:0px;
	height:99px;
	border: 0px solid #dddddd;
	
	background-position:bottom right;
	background-repeat:no-repeat;
	background-image:url("../images/bg_img2.jpg");	
}

.main_table{
	
	margin:auto;
	margin-top:0px;
	padding:0px;				
	border: 0px solid #000000;
	border-collapse:collapse;	
}

.main_table td{
	margin:0px;
	padding:0px;
	border: 0px solid #000000;
	text-align:left;
}

.main_iframe{
	border:0px solid #000000;
	background-color:transparent;
	width:600px;
	height:85%;
}

.iframe_div{
	height:100%;
}

A img{				
	border: none;					
}

.collection table{
	width:500px;
	margin:auto;
}

.collection table td{
	text-align:center;
	vertical-align:top;
	font-size:12px;
	border: 0px solid #0000ff;
	width:100px;
}

.collection img{
	border: 1px solid #94896a;
	margin-bottom:2px;
}

.collection .collection_table{
	width:125px;
	margin:auto;
}

.collection .collection_inner{	
	width:100%;
	height:125px;
}

.collection_detail{
	width:100%;
	text-align:center;	
	z-index:1;
	position:absolute;
}

.collection_detail img{
	margin-top:10px;
	border: 2px solid #615a46;
	margin-bottom:2px;
}

.collection_detail_table{
	z-index:0;
	width:100%;
	height:100%;
	border:0px solid #000000;
	border-collapse:collapse;
	margin:0px;
}

.collection_detail_table td{		
	margin:0px;
	padding:0px;
}

.text_box{
	width:300px;
}

.scrolling_div{
	border: 0px solid #998866;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	width: 810px;	
	color: #453f32;
	font-family: tahoma;	
}

.paging{
	border: 0px solid #998866;
	padding-right:20px;
	text-align:right;
	font-family:tahoma;
	font-size:12px;
}

.paging img{
	vertical-align:middle;
}

.paging a{
	color: #73460f;
}

.form_class input{
	font-family:tahoma;
	font-size:12px;
	color:#740403;	
}

.form_class textarea{
	font-family:tahoma;
	font-size:12px;
	border: 1px solid #94896a;	
}

.artist_content img{
	float: left;
	margin: 3px;
}