body {font-family:'Lucida Grande','Trebuchet MS','Trebuchet',sans-serif;font-size:11pt;}

code {
	color: #ff8147;
	padding: 2px;
	background: #333;
}

#sidebar { 
	position:fixed;
	left:0px;top:120px;
	width:10%;
	max-width:200px;
	height:100%;
	padding-left:1em;
	padding-top:50px;
	margin-right:20px;
}

#sidebar ul {padding:0px;margin:0px;}
#sidebar ul li {padding:0px;margin:0px;list-style-type:none;}

#sidebar a {text-decoration:none;color:#000;}
#sidebar a:hover {background-color:#bbc;text-decoration:underline;}

#header {
	position:fixed;
	z-index:2;
	left:0px;top:0px;
	width:100%;
	height:157px;
	/*background-color:#fff;*/
	background-image:url('../img/headerbg.png');
	background-repeat:repeat-x;
}
#sf_logos {position:fixed;right:20px;top:20px;}

#content {
	z-index:0;
	position:relative;
	top:157px;
	left:15%;
	width:85%;
	max-width:700px;
	margin-right:3em;
	margin-left:2em;

}


#footer {font-size:0.8em;color:#999;margin-top:5em;padding-top:1em;border-top:1px dotted #888;text-align:center;}
#footer a {color:#77c;text-decoration:none;}
#footer a:hover{color:#559;text-decoration:underline;}


.notice {font-size:0.8em; text-align:center;padding:6px;margin:6px;border:dotted 1px #999;}

.images img {padding:2px;} 
.images  a {border:none;}
.images  a:hover {background-color:#ff7;}