html {
	background: #e2e2e2 url('../images/body_bg.gif') repeat-y center top;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 10pt;
	text-align: center;
}

body {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 0 50px;
}

a {
	text-decoration: none;
	color: #005fe0;
}

a:hover {text-decoration: underline;}

h1 {
	display: block;
	width: 800px;
	height: 50px;
	background: url('../images/h1.gif') no-repeat;
	text-indent: -9999px;
	margin: 0 -50px;
}

img {display: inline-block;}

img#screenshots {float:left;}
img#divider {float: left;}

#sidebar {
	width: 140px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	float:left;
	text-align: center;
	padding-top: 50px;
}

#contentContainer {
	width: 530px;
	display: block;
}

h2 {
	font-size: 14pt;
	margin: 20px 0 10px;
}

h3 {
	font-size: 12pt;
	margin: 20px 0 5px;
	font-weight: bold;
}

p {padding: 10px 0;}

ul li {
	list-style: disc inside;
}
