
/* ------------------General Setting----------------------- */
#background {
	background-image: none;
}

/* ------------------Header Setting----------------------- */

#header {
	height:187px;
	border:0px;
	background: #EDF7FF url(../images/header.jpg) no-repeat;
}
#head {
	background-image: url(../template/zen_l/img/bg.gif);
	background-repeat: repeat;
}

	#header h1.site_title {
		padding: 60px 20px 5px 420px;
		font-size: 1px;
		text-align : left;
		text-indent: -9999px;
	}
	#header h1.site_title a { color: #fff; text-decoration: none; text-indent: -9999px;}
	#header .description { 
		margin: 0px 20px 5px 420px;
		padding: 3px 5px;
		font-size: 12px;
		color: #fff;
		text-align : left;
		text-indent: -9999px;
	}

