#wrapper{margin: 0 auto;
    width: 800px;
}
#header{
	width: 800px;
	height: 120px;
	margin: 0px;
	font-size: 14px;
	color: #000000;
}


#Layer1 {
	left:0px;
	top:0px;
	width:300px;
	height:120px;
	z-index:1;
	margin: 0px;
	padding: 0px;
	float: left;
}
a:link {
	color: #0E0C0D;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}

#Layer2 {
	left:300px;
	width:500px;
	height:120px;
	z-index:2;
	background-color: #CDE0DE;
	margin: 0px;
	top: 0;
	float: right;
	font-size: 14px;
}
#navi{
	margin-top: 20px;
	font-size: 16px;

}
#content{
	font-size: 13px;
	margin: 0px;
	line-height: 18px;

}

h1{
	font-size: 14px;
	color: #FFFFFF;
	height: 18px;
	margin-bottom: 2px;
}

h2{
	font-size: 16px;
	color: #416763;
	height: 18px;
	margin-bottom: 2px;

}

#footer{
	width: 800px;
	background-image: url(../02view.JPG);
}

.ad{
	height: auto;
	font-size: 12px;
	padding-top: 15px;
	margin-bottom: 20px;
	background-color: #EEEEEE;
	width: 760px;
	padding-left: 40px;
}

.ad-item {
	text-align: left;
	width: auto;
	float: left;
	margin-right: 30px;
	padding-top: 5px;
}

.ad-item a{
    color:#000000;
}

.clear{
	clear: both;
	height: 1px;
	margin: 0px;
}
