html, body, h1 {
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
	text-align: left;
}

body {
	background-image:url(images/page_bg.gif);
	background-attachment:fixed;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#complete {
  background: top left url(images/page_bg_top.gif) repeat-x;
  background-attachment:fixed;
  padding-top: 20px;
}

#wrapper {
	text-align:left;
	margin: auto;
	width: 1100px;
	background: url(images/bg.JPG) no-repeat;
}

#top {
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
  text-align:right;
}


#header {
	width: 300px;
	text-align: center;
	margin-left:15px;
	
}
#header h1 {
	color: #FFA405;
	font: 22px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 20px;
	text-align: center;
}
#header p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

#menu {
	margin-top: 35px;
	margin-right:80px;
	height:50px;
	padding-top:10px;
	font-size:14px;
}
#menu li {
	list-style: none;
	float: left;
	padding-right: 15px;
}
#menu a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#menu a:hover {
	color: #FFA405;
	font-size: 14px;
}

#copyright {
	font-size: 12px;
	color: #fff;
	margin-top: 30px;
}

#content {
	width: 750px;
	margin-left: 25px;
	margin-top:10px;
	background-color: transparent;
	color:#000;
	text-align: left;
}

#impress {
	width:300px;
	margin-left:700px;
	font-size:16px;
	font-weight:bold;
	}
	
#impress a {
	text-decoration:none;
}
