/******************************************************************************/
/* Page head styles */

body
{
	color:			#000000;
	background-color:	#CCCCFF;
}

div.border
{
	width: 800px;
	text-align:	center;
}

div.head
{
	display:	block;
	text-align:	center;
	border-bottom:	solid medium black;
}

/******************************************************************************/
/* Page content styles */

div.main
{
	display:	block;
	text-align:	left;
}

div.main p
{
	margin-left:	4em;
	margin-right:	4em;
}

div.main address
{
	text-align:	right;
	border-top:	solid medium black;
}

div.main h1, h2, h3, h4, h5
{
	text-align:	center;
}

/******************************************************************************/
/* Screenshot section styles */

div.main p.screenshot
{
	text-align:	center;
}

img
{
	display:	inline;
}

/******************************************************************************/
/* Release section styles */

p.release
{
	border-top:	dashed thin black;
	border-bottom:	dashed thin black;
	background-color:	#DDCCFF;
}

p.release_latest
{
	border-top:	dashed thin black;
	border-bottom:	dashed thin black;
	background-color:	#FFCCFF;
}

p.release a.notes
{
	display:		block;
	text-decoration:	none;
	color:			black;
}

p.release_latest a.notes
{
	display:		block;
	text-decoration:	none;
	color:			black;
}

p.release a.file
{
	display:     block;
	text-indent: 3em;
}

p.release_latest a.file
{
	display:     block;
	text-indent: 3em;
}

p.file
{
/*	display:	inline;*/
	float:		right;
/*	text-align:	right;*/
}
