@charset "utf-8";

#Header {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 10px 0px;
	width: 750px;
	height: 90px;
	background-color: transparant;
	color: #000000;
	line-height: 16px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#Logo img {
	border: none;
}

#Title-1 {
	position: absolute;
	top: 70px;
	left: 220px;
	width: 530px;
	height: 35px;
	/*
	float: right;
	*/
}
#Title-2 {
	position: absolute;
	top: 50px;
	left: 220px;
	width: 530px;
	height: 35px;
	/*
	float: right;
	*/
}

#Description {
	position: absolute;
	top: 75px;
	left: 220px;
	width: 530px;
	height: 35px;
	/*
	float: right;
	*/
}