html {
	background: #cccccc url(../img/bg.html.png) repeat-x;
	
}
a {
	color: #FF8000;
}
div#doc {
	margin: 100px auto 0 auto;
	background: #ed5d00 url(../img/bg.png) repeat-x;
	border: 1px solid #666;
	
}
div#hd {
	height: 120px;
	padding: 20px;
}
div#ft {
	height: 188px;
	background: #ed5d00 url(../img/foot.png) no-repeat;
}
div#copy {
	padding: 5px 0 0 0;
	font-size: 77%;
	color: #666;
}
div#copy a {
	color: #666;
}
div#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div#menu a:hover {
	text-decoration: underline;
}
div#content {
	margin: 0 20px 0 0;
	padding: 5px;
	background-color: #E6E6E6;
}
iframe {
	width: 535px;
	height: 500px;
}
h1 {margin:0;}
ul li {list-style:none;margin:0;padding:0;}
table,tr,td{border:0;}
