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;
	background:#D8D8FE;
	padding-bottom: 10px;
}

#wrapper {
	1200px;
}

#complete {
  background:top url(images/bg_top.jpg) repeat-x;
  padding-top: 20px;
  width:auto;
}

#top {
	min-height: 800px;
	_height: 800px;
	padding-bottom: 0px;
}

#header {
	width: 350px;
	text-align: center;
	margin-left:155px;
	clear:left;
	padding-top:13px;
	
}
#header a {
	color: #CCC;
	font: 26px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 0px;
	text-align: center;
	font-weight:bold;
	text-decoration:none;
}


#menu {
	margin-top: 85px;
	clear:both;
	padding-left:20px;
	height:500px;
	width:auto;
	float:left;
	font-size:14px;
	background: url(images/bg_menu1.jpg) bottom right no-repeat;
}


#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
#menu ul li {
	padding:5px 0 5px 0;
}
#menu ul li a {
	font-weight:normal;
	display: block;
	padding: 2px 0;
	line-height: 20px;
	padding-left: 10px;
	padding-right:10px;
	text-decoration: none;
	font-size:14px;
	color:#007dc9;
	border-bottom:1px dotted #06C;
	border-left:1px dotted #06C;
	border-right:1px dotted #06C;
	
}
#menu ul li a:visited {
	color:#007dc9;
}
#menu ul li a:hover {
	color:#CCC;
	background-color:#06C;
}

#content {
	width: 827px;
	margin-left: 378px;
	margin-top:75px;
	background:#FFF;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	color:#333;
	height:auto;
	padding:5px 5px 5px 7px;
	text-align: left;
}

#content h1, h2 {
	text-align:center;
	color:#666;
}

#impress {
	width:827px;
	margin-left:378px;
	font-size:16px;
	background:url(images/footer_bg.jpg) top no-repeat;
	font-weight:bold;
	margin-top:1px;
	text-align:center;
	padding-top: 15px;
	}
	
#impress a {
	text-decoration:none;
}

