body, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999;
}
body {
	position: relative;
	width: 900px;
	margin: 10px auto 0px auto;
	background-color: #000;
}
img {
	border: none;
}
hr {
	display: block;
	height: 0px;
	background: none;
	border: none;
	border-bottom: dotted 1px #933;
}
p, h3, h2, h1, hr {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h3 	{ font-size: 11px; }
h2 	{ font-size: 12px; }
h1 	{ font-size: 12px; }
a {
	color: #906;
}
a:hover {
	text-decoration: none;
}


#main_container {
	position: relative;
	top: 1px;
	left: 1px;
	z-index: 10;
	width: 898px;
	height: 684px;
	overflow: hidden;
	background-color: #ccc;
	background-image: url(/img/gfk/bkgd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ---	top_nav --- */
#logo {
	position: absolute;
	left: 33px;
	top: 23px;
	width: auto;
}
#page_title {
	position: absolute;
	left: 28px;
	top: 70px;
	width: auto;
}
#nav {
	position: absolute;
	left: 425px;
	top: 0px;
	width: auto;
}
#nav img {
	float: left;
}

/* ---	flyout menus --- */
#about_flyout {
	display: none;
	position: absolute;
	top: 95px;
	left: 744px;
	width: auto;
	height: auto;
	z-index: 30;
}
#about_menu {
	position: relative;
	width: 70px;
	height: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-image: url(/img/gfk/flyout_bkgd.png);
	background-repeat: repeat;
}
#about_menu a {
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}
/* ---	rollouts north, south, east, west --- */
.rollout img {
	width: 100%;
	height: 100%;
}
#ro_e {
	position: absolute;
	top: -100px;
	left: 80px;
	width: 100px;
	height: 200px;
}
#ro_s {
	position: relative;
	top: 10px;
	left: -200px;
	width: 370px;
	height: 200px;
}
#ro_w {
	position: absolute;
	top: -100px;
	left: -210px;
	width: 200px;
	height: 200px;
}

