﻿body {
	background-color: #8ed5a0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 800px;
	font-family: Georgia, Georgia, serif;
	font-size: 12px;
}

#pageContainer {
	background-color: white;
	width: 800px;
	text-align:center;
	margin-left:auto;
	margin-right: auto;
	padding:7px;
	border:1px black solid;
	border-top: 0px;
}

#containerHeader {
	background-image:url('../images/yobanner.jpg');
	width: 800px;
	height:100px;
	padding:0px;
	border: 0px;
	text-align: left;
	color: white;
	line-height:140px;
	font-size:90px;
	font-variant:small-caps;
	font-weight:900;
	font-family: Arial, Helvetica, sans-serif;
	z-index:1;
	overflow:hidden;
}

#pageBodyContainer {
	width: 800px;
	padding: 0px;
	background-color: white;
	padding-top: 7px;
	text-align:left;
}

#pageMenuContainer {
	width: 120px;
	float: left;
	background-color: #E6E6E6;
}

#pageBody {
	float:left;
	width: 666px;
	padding: 0px 7px 7px 7px;
}

.pageMenuItem {
	padding: 3px;
}

#headerMenu {
	z-index:2;
}

.headerMenuItem {
	padding: 3px 3px 7px 3px;
	float:left;
	z-index:3;
}

.closer {
	clear: both;
}

#footer {
	text-align: center;
	font-size: 11px;
	padding: 2px 0px 0px 0px;
}

a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}

a.header:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.header:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.header:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.header:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
