#navigation
{
	position: absolute;
	left: 0px;
	top: -17px;
	width: 100%;
	background-color: #AAAACC;
	list-style: none;
	height: 50px;
	vertical-align: middle;
	border-bottom: 5px solid black;
	padding: 0;
}

#navigation li
{
	display: inline;
	vertical-align: middle;
	height: 40px;
	position: relative;
	top: 15px;
	margin-left: 50px;
	background-color: #777799;
	padding: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid black;
}

#navigation li:hover
{
	background-color: white;
	cursor: pointer;
}

body
{
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana;
	font-size: 16px;
}

#navigation a, a:hover, a:link, a:active, a:visited
{
	background: none;
	border: none;
	text-decoration: none;
	color: black;
}

#content
{
	position: relative;
	top: 100px;
	left: 12.5%;
	width: 75%;
	background-color: #FFFFDD;
	padding: 30px;
	-webkit-border-radius: 20px;
}

#version
{
	display: inline;
	position: relative;
	bottom: 30px;
	left: 350px;
	color: red;
	background-color: white;
	padding: 3px;
	border: 1px solid black;
}

#featureList
{
	list-style-type: armenian;
}

#screens img
{
	max-height: 200px;
	cursor: pointer;
}

#screens p
{
	color: #444444;
	font-size: 12px;
	font-style: italic;
}

#downloads, #downloads td
{
	border: solid 1px black;
	border-collapse: collapse;
	padding: 10px;
}

#downloads th
{
	background-color: #DDDDBB;
}

#downloads a, #downloads a:hover, #downloads a:link,
#downloads a:visited, #downloads a:active
{
	text-decoration: underline;
}
