html, body {
	height: 100%;
	margin: 0px;
	background: white;
}

p.text {
font-family: sans-serif;
font-size: 1em;
line-height: 1.5em; }

p.list {
font-family: sans-serif;
font-size: .8em;
line-height: 1.5em; }


p.footer {
color: #999999;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .75em;
line-height: 1.5em;
text-align: center; }

#header {
	background-color: #3399cc;
	background-image:url("../art/bk_header.jpg");
	background-repeat: no-repeat;
	height: 125px;
}

#header img {
	margin-top: 15px;
}

div#frame {
	height: 100%;
	width: 850px;
	background-color: #3399cc;
}

div#leftbar {
	height: 100%;
	width: 150px;
	float: left;
	background-color: #3399cc;
	padding-top: 40px;
	text-align: center;
}

div#leftbar a {
	font-size: .9em;
	display: block;
	color: white;
	padding-top: 7px;
	padding-bottom: 8px;
}

div#leftbar a:hover {
	color: black;
}

div#leftbar a#current {
	color: black;
}

#content {
	height: 100%;
	float: left;
	width: 700px;
	background-color: white;
	background-image:url("../art/bk_content.jpg");
	background-repeat: no-repeat;
}

#content span#contentspan {
display: block;
margin: 15px;
}