﻿#image {
	height: 260px;
	background-color: #EAEAE0;
	background-image: url(img/welcomeBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CED0BC;
}
#image .imageContentLeft {
	float: left;
	width: 170px;
}
#image .imageLogo {
	margin-top: 50px;
	margin-left: 15px;
	width: 142px;
	margin-bottom: 15px;
}
#image .welcomeTxt {
	float: left;
	width: 302px;
	margin-top: 50px;
}
#image .sadi {
	float: left;
	width: 156px;
	margin-top: 3px;
}
#image .slogan {
	/*float: left;
	width: 260px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #EAEAE0;
	margin-top: 70px;*/
	
	float: right;
	width: 235px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #EAEAE0;
	margin-top: 70px;
	margin-right: 10px;
}