body {
	width: 1024px;
	padding: 0px;
	margin: 10px;
	align: center;
	font-family: sans-serif;
	border: 2px solid #f0f0e0;
}

div.header {
	width: 1024px;	
	height: 312px;
	background-image: url(olney_backyard_scaled.jpg);
}

div.header h1 {
	padding: 5px;
	margin: 0px;
	padding-left: 30px;
	color: white;
}

div.header div.subtitle {
	padding-left: 50px;
	color: white;
	font-weight: bold;
}

div.navigation {
	background-color: #f0f0e0;
	margin-bottom: 40px;
}

div.navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
/*	width: 100%;*/
}
div.navigation ul li {
	float: left;
	/*margin: 0 1em;*/
	display: block;
	border-right: 1px solid black;
	padding-right: 10px;
	padding-left: 10px;
}

div.navigation ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: black;
}

div.toolscreenshot {
	border: 10px solid blue ;
	padding: 10px;
	margin: 10px;
}

div.content {
	margin: 10px;
}

h2 {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-left: 10px;
	background-color: #f0f0e0;
}

div.tooldesciption {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}



table.releases {
	margin-left: 20px;
	width: 80%;
	text-align: center;
}

table.releases th {
	padding:2px 5px; 
	text-align:left; 
}
table.releases tr {
	background-color:#edece6; 
}
table.releases tr td {
	padding:2px 5px; 
	margin: 0px;
}
