﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('images/bkgd_kao.gif');
}

.page_container {
	width: 800px;
	height: 700px;
	margin-left:auto;
	margin-right: auto;
}

.header {
	position: relative;
	background-image: url('images/header_kao.png');
	height: 400px;
	width: 900px;
	margin-top: 5px;
	margin-left: -65px;
	z-index: 8;
	float: left;
}

.cur_ev {
	font-size: 18px;
	font-family: "Trajan Pro";
	position: absolute;
	width: 600px;
	height: 150px;
	margin-left: 170px;
	margin-top: 240px;
	z-index: 13;
}

.lflower {
	float: left;
}

.rflower {
	float: right;
}

.footer {
	font-family: "Trajan Pro";
	background-color: #E4D360;
	margin-top: 10px;
	height: 20px;
	width: 788px;
	float: left;
	border: 2px #990000 solid;
	text-align: center;
	padding: 5px;
}

.footer a {
	color: white;
	text-decoration: none;
}

.center_container {
	background-color: #E4D360;
	min-height: 330px;
	width: 798px;
	margin-top: -18px;
	border: 2px #990000 solid;
	float: left;
	z-index: 3;
}

.nav_box {
	margin-top: -220px;
	margin-left: 160px;
	background-color: #E4D360;
	width: 638px;
	height: 30px;
	border: 2px #990000 solid;
	float: left;
}

.nav_btns {
	position: absolute;
	width: 630px;
	margin-top: 180px;
	margin-left: 190px;
	z-index: 9;
}

.navbtn a {
	position: relative;
	color: black;
	text-decoration: none;
	font-size: 23px;
	font-family: "Script MT Bold";
	padding: 5px;
	font-weight: bold;
	float: left;
	z-index: 10;
}

.navbtn a:hover {
	color: white;
}

.content_wrapper {
	float:left;
	width: 7880px;
	margin: 10px;
}

.curev_box {
	position: relative;
	background-color: #E4D360;
	float:left;
	width: 788px;
	height: 140px;
	margin-left: 10px;
	border: 2px #990000 solid;
	margin-top: -180px;
}

.content {
	width: 780px;
}

.content a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	color: white;
}