html, body, h1 {
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	color: #333;
}
a:hover {
	color: #666666;
	text-align: left;
}

body {
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#complete {
  background: top left url(images/bg_top.jpg) repeat-x;
  padding-top: 20px;
}

#wrapper {
	width:1100px;
}

#top {
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

#header {
	width: 320px;
	text-align: center;
	margin-left:155px;
	clear:left;
	padding-top:10px;
	
}
#header a {
	color: #000;
	font: 26px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 0px;
	text-align: center;
	text-decoration:none;
}

#menu {
	margin-top: 35px;
	margin-right:200px;
	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: #666;
	font-size: 14px;
}

#content {
	width: 755px;
	margin-left: 20px;
	margin-top:10px;
	background-color: transparent;
	color:#000;
	height:auto;
	text-align: left;
}

#content_bottom {
	width: 1100px;
	margin-left: 20px;
	background-color: transparent;
	color:#000;
	text-align: left;
}

#impress {
	width:100px;
	margin-left:1000px;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	}
	
#impress a {
	text-decoration:none;
}