/* CSS Document */
#header{
	position: relative;
	left:0px;
	top:0px;
	}
#headerTitle{
	position: relative;
	left: 45px;
	top: 10px;
	width: 500px;
	color: #333333;
}
#headerSubtitle {
	position: relative;
	left: 45px;
	top: 20px;
	width: 500px;
	color: #666666;
}
#headerImg {
	position: relative;
	right: 20px;
	top: 40px;
	height: 100px;
	width: 200px;
	background-color:#CCCCCC;
	float: right;
	display:none;
	overflow:hidden;
}
#headerBlock1{
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	float: right;
	right: 25px;
	bottom: 75px;
}
