body {
	margin: 20px;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
}

a { color: inherit; text-decoration: none; border-bottom: 1px solid; }
a:link {  }
a:visited {  }
a:hover { border: none; }
a:active {  } 

ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 30px;
}

img {
	height: 100px;
	border: 1px solid;
}

#container {
	max-width: 1000px;
	min-width: 500px;
}

#iframe {
	display: block;
	width: 100%;
	height: 600px;
	margin: 0px;
	border: 1px solid;
}

#iframe_box {
	display: block;
	max-width: 940px;
	min-width: 440px;
	padding: 0px 30px;
}