#container {
	width: 780px;
	margin-left: auto;
    margin-right: auto;
	background-color: #FFFF99;
	height: 300px;
	top: 0%;
	position: relative;
	text-align: left;
}
body {
}

#navbar {
	top: 145px;
	position: relative;
	width: 120px;
	left: 10px;
	z-index: 6;
	text-align: left;
}
#logo {
	height: 127px;
	width: 489px;
	left: 1px;
	top: 1px;
	z-index: 1;
	position: absolute;
}

body {
	background-color: #3366CC;
	text-align: center;
}
#topbar {
	height: 47px;
	width: 778px;
	padding: 1px;
	background-color: #291D21;
	z-index: 1;
	top: 0px;
	position: absolute;
	left: 0px;
}
#rightbar {
	background-color: #2B6AB1;
	width: 158px;
	height: 450px;
	top: 49px;
	z-index: 3;
	position: absolute;
	right: 0px;
	visibility: inherit;
}
#content {
	z-index: 2;
	width: 98%;
	position: absolute;
	left: 0px;
	top: 143px;
	overflow: visible;
	visibility: visible;
	height: 200px;
}
#bottombar {
	background-color: #CCCC99;
	width: 100%;
	left: 0px;
	z-index: 5;
	position: absolute;
	height: 47px;
	bottom: -47px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.slogan {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	padding: 0px;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	line-height: 25px;
}
