/* CSS Document */
#header{
	position: relative;
	left:0px;
	top:0px;
	margin: 0px;
	padding: 10px;
}
#headerTitle{
	position: relative;
	left: 10px;
	top: 50px;
	width: 600px;
}
#headerSubtitle {
	position: relative;
	left: 10px;
	top: 50px;
	width: 600px;
}
#headerImg {
	position: relative;
	right: 5px;
	top: 5px;
	height: 100px;
	width: 200px;
	background-color:#CCCCCC;
	float: right;
	display:none;

}
#headerBlock1{
	display: none;
}
#headerClear {
}