
#Menu { 
font-family:"Times New Roman", Times, serif;

} 
#Menu ul {
	text-align: center; /* Just some margin to align the blue border below the menu */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
} 
#Menu li { 
display: inline; /* Menu links are horizontally aligned using display: inline */ 
} 
#Menu li a {
	color: #5d5350;
	text-decoration: none;
	font-weight: bold;
	background:url(menu/leftup.jpg) no-repeat left bottom; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
} 
#Menu li a:hover { 
background:url(menu/leftover.jpg) no-repeat left bottom;
color:#336600;
} 
#Menu li a span {
	background:url(menu/rightup.jpg) no-repeat right bottom; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0;
} 
#Menu li a:hover span { 
background:url(menu/rightover.jpg) no-repeat right bottom; 
} 

#sidebar{
float:right;
margin-top: 10px;
width:220px;
border:#666633 solid thin;
border-bottom:none;
}
#contentbox {
width:570px;
float:left;
margin-top: 10px;
margin-left: 10px;
background:url(images/contentbg.jpg) repeat-y left top;
}

p, h4, UL, h2 {
padding-left: 20px;
padding-right:22px;
}
#pics{
padding: 5px;
padding-bottom:0;
}

#contentbottom {
background:url(images/contentbg.jpg) bottom left no-repeat;
width:570px;
padding-bottom:10px;
}

#runtable td{
border:#666633 thin solid;
padding: 5px;
}