a		{ color: black; }
a:hover 	{ color: red; }
.sidebar a { color: white; }
.logo {
         left: 50px;
}

a.password {
	font-size: small;
	color: #fea;
}

a.admin {
	font-size: small;
	color: #fea;
}

a.history {
	font-size: small;
	color: #fea;
}
.header h1 a {
	 position: absolute;
	 left: 255px;
	 top: 10px;
	 color: black;

}
.header .gotobar { visibility: hidden; }

.gotobar {
	float: left;
	font-size: small;
}
.content {
	padding: 10px;
        position: absolute;
        top: 30px;
        left: 255px;
        right: 10px;
        overflow:visible;
	background-color: white; /*#ffeeb4;*/
}

.comment {
}/*
.comment textarea
{
	display:block;
}*/

.sidebar {
         padding-top: 5px;
	 padding-left: 25px;
	 padding-bottom: 5px;
         width: 220px;
         background-color: #2d317f;
         line-height: 100%;
}
.sidebar li {
	list-style-type: none;
}

body
{
	background-color: #ffeeb4;
}

img
{
	border: none;
}	
.content a
{
	color: black;
}

.content a:hover { color: red; }

.content ul
{
	list-style-type: none;
}

.content li
{
	margin-top: 2em;
}	

.header h1
{
        font-size: 1em;
}

.footer
{
        width: 240px;
}

.footer hr
{
        border:none;
}

