@charset "utf-8";
/* CSS Document */
#contact{
	width:1000px;
	height:auto;
	float:left;
	display:block;
	margin-bottom:300px;
	
}

#contact_title{
	width:1000px;
	height:35px;
	background-image:url(../collection/img/collection_title_bar.png);
	display:block;
	clear:both;
}
#contact_title h1{
	font-size:34px;
	margin:0 0 0 7px;
	color:#FFFFFF;
	text-shadow: 1px 1px 4px #000;
	font-family:"Times New Roman", Times, serif;
}

#contact h2{
	margin:5px 0;
	font-size:18px;
	letter-spacing:0.1em;
	font-family:Georgia, "Times New Roman", Times, serif;

}
#contact h3{
	margin:10px 0;
	font-size:14px;
	color:#333333;
}
#contact p{
	color:#333333;
	text-indent:1em;
	line-height:1.5em;
}

.line{
	width:1000px;
	height:1px;
	border-bottom:1px #CCCCCC dotted;
	margin:10px 0;
}

#othr_box{
	width:1000px;
	height:auto;
	margin:10px 0;
	border-top:1px #CCCCCC dotted;
	
}
#othr_box h2{
	height:25px;
	}

#othr_text{
	width:750px;
	height:auto;
	float:left;
	
}

#othr_text table tr th{
	text-align:left;
	width:220;
	height:20px;
	text-indent:1em;
	letter-spacing:0.1em;
	font-size:12px

}
#othr_text table tr td{
	text-align:left;
	width:530;
	height:20px;
	text-indent:1em;
}

#othr_img{
	width:250px;
	height:100px;
	float:left;
	border:none;
	margin:10px 0;
}
