html {
	font-size: 123%; 
	font-family: MS Sans Serif, Geneva, sans-serif; 
	height: 100%; 
	width: 100%; 
	color: #000000;
	margin: 0; 
	padding: 0;
	
}

body {
	font-size: 70%; 
	margin: 0;
	letter-spacing: 0.02em;
	line-height: 1.3em;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
}

#body {
	min-height: 100%;
	position: absolute;
	border: 0px solid blue;
}

#page {
	width: 850px;
	margin: 0 auto;
	position: relative;

}

#page-header {
	position: absolute;
	top: -340px;
	width: 1005px;
	height: 426px;
}

#header-image {
	position: absolute;
	top: 0;
	left: 88px;
}

#header-mask {
	position: absolute;
	width: 850px;
	height: 426px;
	background: url("images/page-header.png") top center no-repeat;
}

#header-menu {
	position: absolute;
	top: 330px;
	left: 150px;
	width: 700px;
	height: 35px;
	text-transform: uppercase;
	line-height: 35px;
}

#header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 25px;
}

#header-menu ul li {
	float: left;
	margin: 0 10px;
	background: url("images/navi-arrow.png") 1px 15px no-repeat;	
}
	
#header-menu ul li a {
	display: block;
	padding: 0 2px 0 8px;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

#header-menu ul li a:hover {
	background: url("images/navi-hover.png") repeat-x;	
}

#page-body {
	margin: 00px 0 0 0;

	padding: 0 0px 0 0;
}

#content {
	width: 850px;
	padding: 50px 50px 50px 50px;
}

h1 {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #636363;
	font-weight: normal;
	font-family: Arial, sans-serif; 
		text-transform: uppercase;
	font-size: 380%;
	color: #000000;
}

h2 {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 5px 0px;
	border-bottom: 00px dotted;
	font-weight: normal;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 105%;
}


a {
color: #636363;
}

a:hover {
color: #000000;
}


#footer {
	background: url("images/page-footer.png") top center no-repeat;
	height: 221px;
	width: 805px;
	position: absolute;
	bottom: -101px;
	left: 52px;
}
