body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #cccc99;
}

a {
	text-decoration: underline;
	color: #990000;
}

h1 {
	font-size: 180%;
	color: #666699;
}

h2 {
	font-size: 130%;
	letter-spacing: 1px;
	color: #990000;
}

#menu {
	position: absolute;
	z-index: 3;
	top: 170px;
	width: 100px;
	margin: 0;
	padding: 0;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	margin-bottom: 2px;
}

#menu li a {
	width: 100px;
	height: 20px;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #000;
	background: #ccccff
}

#menu li a:hover {
	background: #cccc99;
	border: 1px solid gray;
}

#menu li a:active {
	background: #fff;
	border: 1px solid gray;
	color: #000;
}

#wrap {
	width: 789px;
	margin: 10px auto;
	border: 2px solid blue;
	background-color: #9999cc;
}

div#block {
	width: 100px;
	top: 15px;
	margin: 5px 5px;
	padding: 5px;
	font-size: .8em;
	border: 3px solid black;
	background-color: #fff;
	float: right;
}

div#header {
	background-image: url(images/banner_03.jpg);
	background-repeat: no-repeat;
	height: 141px;
	left: 0;
	top: 0;	color: #ccc;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;	border-bottom: 1px #000 solid;
}
div#main-text {
	width: 485px;
	height: auto;
	left: 158px;
	top: 0px;
	background: #fff;
	margin: 5px 0 5px 0;
	padding: .5em;
	position: relative;
}

div#footer {
width: 789px;
margin: 10px auto;
font-size: 70%;
color: #000;
text-align: center;
}