body,html {
	padding: 0;
	margin: 0;
	background-color: white;
	color: black;
	font-family: "Lucida Grande", LucidaGrande, "Trebuchet MS", sans-serif;
	font-size: 9pt;
}

.main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.main h2 {
	font-family: Skia, "Lucida Grande", LucidaGrande, "Trebuchet MS", sans-serif;
	font-size: 12pt;
	font-color: black;
	font-style: normal;
	margin-bottom: 0;
}

.main p {
	margin-top: 0;
}

.content {
	width: 600px;
	float: left;
}

.navbar {
	color: #7F90A4;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}

.navbar a:link {
	color: #7F90A4;
	text-decoration: none
}

.navbar a:visited {
	color: #7F90A4;
	text-decoration: none
}

.navbar a:hover {
	color: blue;
	text-decoration: underline
}

/* productlogo */
.screenshot {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


.blurb {
	color: gray;
}

/*
.widetext {
}
*/

.section {
	clear: both; 
}


.imageleft {
	float: left;
	width: 300px;
	vertical-align: top;
	text-align: center;
}

.textright {
	float: right;
	text-align: left;
	width: 290px;
	padding-left: 10px;
}

.textleft {
	float: left;
	text-align: left;
	width: 290px;
	padding-right: 10px;
}

.imageright {
	float: left;
	width: 300px;
	vertical-align: top;
	text-align: center;
}

.sidebar {
	float: right;
	width: 175px;
	padding-left: 25px;
	vertical-align: top;
}

.sidebar img {
	padding-top: 5px;
	border: 0;
}

.home {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	text-align: center;
}

.shortimageleft img {
	padding-bottom: 20px;
	border: 0;
}

.shorttextright h2 {
	font-family: Skia, "Lucida Grande", LucidaGrande, "Trebuchet MS", sans-serif;
	font-size: 12pt;
	font-color: black;
	font-style: normal;
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.shortimageleft {
	float: left;
	width: 150px;
	vertical-align: top;
	text-align: center;
}

.shorttextright {
	float: right;
	text-align: left;
	width: 490px;
	padding-left: 10px;
}
