/***************************
plankbilt.css
copyright 2006 plankbilt.com
***************************/

body
	{
	background-color: #1971AA;
	overflow: hidden;
	}

.logo
	{
	position: fixed;
	background-color: #1971AA;
	top: 0px;
	left: 2px;
	width: 160px;
	text-align: center;
	border: none;
	padding: none;
	}

.banner
	{
	position: fixed;
	background-color: #1971AA;
	top: 27px;
	left: 135px;
	text-align: center;
	border: none;
	padding: none;
	}

.window
	{
	position: fixed;
	top: 120px;
	left: 160px;
	height: 300px;
	width: 600px;
	background-color: #EAF4FB;
	border: solid grey 2px;
	}

.content
	{
	position: absolute;
	top: 5%;
	left: 5%;
	height: 100%;
	width: 90%;
	color: #1971AA;
	font-family: helvetica, arial, times;
	font-size: 90%;
	overflow: auto;
	}

.menu
	{
	background-color: #EAF4FB;
	color: #1971AA;
	position: fixed;
	top: 120px;
	left: 20px;
	width: 120px;
	height: 150px;
	border: solid grey 2px;
	padding: 0;
	}

ul
	{
	list-style-type: none;
	background-color: #EAF4FB;
	color #1971AA;
	position: absolute;
	top: 5%;
	left: 0%;
	width: 100%;
	padding: 0;
	font-family: helvetica, arial, times;
	font-size: 90%;
	}

li
	{
	width: 100%;
	text-align: center;
	padding: 0px;
	border: none;
	}

#uberlink a
	{
	background-color: chartreuse;
	color: #1971AA;
	border: solid #1971AA 1px;
	}

a:hover, a:active
	{
	background-color: chartreuse;
	}

a:visited
	{
	color: grey;
	font-style: italic;
	}

li a
	{
	display: block;
	}