#navigation {
	float: left;
	border: 0px solid #000000;
	width: 180px;
	position:fixed;
	min-width: 180px;
	margin: 0px 0px 0px 0px;
}

#content {
	border: 0px solid #000000;
    height: 100%;
    margin: -10px 0px 0px 181px;
    position:absolute;
}

#container {
	margin-left: 20px;
	margin-top: 20px;
}

#header {
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	margin-top: 0px;
}

#marker {
	font-weight: bold;
	font-family: Verdana;
	font-size:11;
	color: #000000;
	position:relative;
}

#bio {
	text-indent: 1em;
	letter-spacing: 0.02em;
	word-spacing: 0.01em;
	line-height: 2.0em;
	white-space: normal;
}

#block {
	line-height: 1.5em;
}

#links {
	line-height: 2.0em;
}

#selected {
 	text-decoration: none;
	font-family: Verdana;
	font-size:11;
	color: #000000;
}

body {
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
}

ul {
	position:relative;
	left: -40px;
	list-style-type:none;
	line-height: 1.2em;
}

a
{
 	text-decoration: none;
	font-family: Verdana;
	font-size:11px;
	color: #ABABAB;
}

a:hover
{
 	text-decoration: none;
	font-family: Verdana;
	font-size:11px;
	color: #000000;
}

form fieldset label {
	float: left;
	width: 116px;
	height: 10px;
	padding-left: 10px;
	text-align: right;
}

form fieldset input {
	margin-bottom: 10px;
	width: 180px;
}

form fieldset {
	border: 0px none;
	margin-left: 0px;
	margin-top: 18px;
	padding-left: 0px;
}

form fieldset legend {
	font-size: 13px;
	font-weight: bold;	
}

form fieldset #title {
	margin-bottom: 10px;
	width: 419px;
}

form fieldset #submit {
	margin-top: 10px;
	margin-left: 482px;
	width: 70px;
}
