#header {
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
}

#subheader {
	font-size: 10px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
}

#description {
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}

#screenshots {
	float: right;
	text-align: right;
	width: 230px;
}

img.screenshot { 
	float: right;
	margin: 1px;
	border: 1px solid #000000;
	height: auto;
	padding: 1px;
}

img.screenshot_lg { 
	margin: 1px;
	border: 1px solid #000000;
	width: 400px;
	height: auto;
	padding: 1px;
}


