/* CSS Document */
#header{
	position: relative;
	left:0px;
	top:0px;
}
#headerTitle{
	position: relative;
	left: 25px;
	top: 25px;
}
#headerSubtitle {
	position: relative;
	left: 30px;
	top: 35px;
}
#headerImg {
	position: relative;
	left: 5px;
	top: 5px;
	height: 100px;
	width: 200px;
	background-color:#CCCCCC;
	float: left;

}
#headerBlock1{
	display: none;
}
