html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica; color: #000000
}


div#header {
	width: 740px;
	height: 120px;
}
div#logo {
	float:left;
}
div#banner {
	float:right;
}

div#menutop {
	width: 740px;
	height: 30px;
	background-color: #ff6600;
}
div#menutop ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#menutop li {
	display: inline;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
div#menutop li a {
	color: #ffffff;
	font-weight: bold;
}

div#content {
	width: 740px;
	text-align: justify;
}
div#content h1 {
	color: #000000;
	font-size: 220%;
	text-align: center;
}
div#content h2 {
	color: #ff6600;
}
div#content h3 {
	color: #3333ff;
}
div#content em 
{
	font-weight: bold;
	background-color: #ffff00;
}

div#footer {
	width: 740px;
	margin: 20px;
	padding: 20px;
	border-top: solid 1px #000000;
}

