body {
	font-family: sans-serif;
	background-color: #000;
	color: #fff;
}

.header {
	position: absolute;
	top: 10px;
	left: 135px;
	background-color: #fff;
	color: #000;
	width: 650px;
	height: 44px;

	border: 2px solid red;
	padding-left: 5px;
	padding-right: 5px;
}

span.tuiningaorg {
	text-decoration: none;
	font-family: "Free Bookman", "Bookman", serif;
	font-size: 20px;
	float: left;
	color: #000;
	padding: 5px;
	top: 5px;
}

div.tuiningaorg {
	float: left;
}

div.yoursource {
	float: right;
	padding: 5px;
	top: 5px;
}

.emph {
	font-style: italic;
}

.menu {
	background-color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	width: 100px;
	display: block;
	font-size: .85em;
	min-height: 361px;
	height: auto;
	_height: 361px;

	border: 2px solid red;
}

.menu img
{
	width: 100px; 
	height: 133px;
	border: 0px;
	left: 0px;
}

.menu hr
{
	width: 100%;
}

.menu span a
{
	text-decoration: none;
	color: #660099;
	list-style: none;
}

.menu span a:hover
{
	color: red;
	background: #ccc;
	list-style: none;
}

.content {
	background-color: #fff;
	position: absolute;
	left: 135px;
	top: 71px;
	padding-left: 5px;
	color: #000;
	width: 655px;
	display: block;
	min-height: 300px;
	height: auto;
	_height: 300px;

	border: 2px solid red;
}

.footer {
	bottom: 0px;
	position: relative;
	font-size: small;
}

