/*div, img, #map_screenshot, #globe_screenshot, #clock_screenshot, #second_quote, #first_quote {  
border: 1px solid red;
}*/

h1 {
	width: 550px;
}

h1 span {
	background: url(images/updates_title.png) no-repeat;
}

ul#navbar {
	top: -1.80em;
}

#content {
	clear: left;	
}

table {
	min-width: 320px;
	margin: 20px auto;
}

th {
	text-align: left;
	padding: 0 0.5em 5px 0.5em;
}

td {
	vertical-align: top;
	border: 1px solid #383838;
	padding: .5em;
}

td h4 {
	margin: 0;
}
td ul+h4 {
	margin-top: 0.5em;
}

#content table ul {
	margin: 0;
	padding-left: 1em;  
}
#content table li,
#content table p {
	margin: 0;
}

#content table th.nowrap {
	text-align: center;
}
#content table td.nowrap {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}
