/**
 * page.css
 */

body {
	background-color: #FFFFFF;
	font: normal normal 11px Arial, Verdana, Helvetica;
	color: #000000;
	margin: 10px 0px 0px 0px;
}

#page {
	width: 1000px;
	
	
	position:relative;
	/*margin-left: -450px;*/
	margin-left: 10px;
	/*left: 50%;*/
	left: 0px;
	/*border: 1px solid red;*/
}

#header {
	width: 172px;
	float: left;
	/*border: 1px solid red;*/
}
#header h1 {
	width: 129px;
	height: 175px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#header h1 a {
	display: block;
	width: 129px;
	height: 175px;
}
#header h1 a span {
	display: none;
}

#header #address {
	margin: 10px 0px 20px 0px;
}
#header #address address {
	font: normal normal 11px Arial, Verdana, Helvetica;
	color: #000000;
}
#header #address address a {
	text-decoration: none;
	color: #000000;
}