body { font-family:arial, helvetica, sans-serif; 
font-weight:normal;
font-size:0.9em;
padding:0; margin:0;background:url('background.jpg');}

#header { background:url('header-bg.jpg') repeat-x; height:79px; }
#header img { margin-top:-1px; }
h1 { font-family:Georgia; border-bottom:1px dashed black;margin:0 0 1em 0; font-size:1.5em; }
#content { width:600px; margin:2em auto; background:white; border:1px solid black; padding:1em; }
#links { float:right; color:white; font-size:0.9em; font-weight:bold; margin-right:2em; }
#links li { list-style:none; display:inline;  }
#links a { color: white; }
#main-image { margin:0 auto 1em 0; border:0; text-align:center }



#content_footer{
	text-align:right;
	padding-right:1em;
	padding:1em;
	border-top:solid;
	border-color:rgb(197,197,197);
	border-width:5px;
}
#content_footer span{float:left;}
#left{
	font-style:italic;
	background-color:blue;
	color:white;
	float:left;
	padding:1em;
}
#right{
	text-indent:1em;
	background-color:rgb(197,197,197);
	color:black;
	padding:1em;
}
#page_number{text-align:right;}


#orange_box{
	background:orange;
	margin:0em -1em 0em -1em;
	padding:1em;
}
#orange_box h1{
	border:none;
}

:hover{
	color:white;
}