@charset "utf-8";
#Table_01 {
	position:relative;
	width:750px;
	float: right;
	border: 2px solid #FFFFFF;
	background-image: url(images/Background_Fade.png);
	background-repeat: repeat-x;
	background-position: center top;
	top: 10px;
	margin: 10px;
	background-color: #006699;
}
.header {
	width: 100%;
	float: left;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#contactaddressblock {
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 10px;
}
#contactform {
	width: 460px;
	float: right;
	margin-right: 10px;
	text-align: right;
}
