* {
	margin: 0;
	padding: 0;
	outline-style: none;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	background: none;
	text-align: center;
	font-family: 'Arial';
}

div {
	text-align: left;
}

#container {
	position: relative;
    min-height: 100%;
    _height: 100%;
	width: 1066px;
	margin: 0 auto;
}

#top {
	width: 966px;
	height: 45px;
	background: none;
}

#menu {
	position: relative;
	float: left;
	width: 99px;
	height: 555px;
	background: #ffffff;
}

#content {
	display: block;
	float: right;
	width: 867px;
	background: none;
	}

#content iframe{
	margin: 0px 20px 40px 55px;
	border: 0;
}

ul {
	list-style: none;
	margin: 35px 0 0 -20px;
}

li {
	font-size: 19px;
	margin-bottom: 4px;
}

li a, li a:visited {
	color: #000000;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	bottom: 10px;
	left: -20px;
	text-align: center;
	font-size: .6em;
}
