* {
	padding: 0;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica;
	color: gray;
}
body {
	text-align: center;
}
div {
	text-align: left;
}
h1 {
	background: url('../images/400tab.jpg') no-repeat left top;
	color:white;
	font-size:12px;
	padding:10px;
	height:40px;
	font-size:14px;
}
h2 {
	background: url('../gradient.jpg') repeat-x top;
	color:white;
	font-size:10px;
	padding:3px;
}
h3 {
	color: black;
	margin: 5px 0;
	font-size:10px;
}
th {
	color:white;
	font-size:10px;
	padding:3px;
	background-color:#6D9F0A;
	text-align:left;
}
tr {
	vertical-align: top;
}
button, .button {
	border: 1px solid gray;
	color: black;
	font-size:12px;
	font-weight: bold;
	margin:10px 0 10px 0;
	padding:3px;
	height: 25px;
	background: #E6E3DD url(../images/header_background.jpeg) top left repeat-x;
}
button:hover,
.button:hover {
	background: #D4FF7F none repeat scroll 0%;
}
form {
	background-color:#A3C469;
	padding: 5px;
}
label {
	color: black;
	font-size: 11px;
	width: 120px;
	float: left;
	text-align: right;
	display: block;
	margin: 5px;
}
input, textarea {
	border: 1px solid gray;
	margin: 5px;
	font-size: 11px;
	color:#333333;
}
input {
	height: 20px;
}
#main{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	width: 900px;
	border: 1px solid green;
}
#header {
	background: url('../images/logo_gradient.jpg') repeat-x top;
	height: 100px;
	clear:both;
	width:inherit;
	border-bottom:1px solid white;
	position:relative;
}
#additionalcontent {
	float:left;
	width:600px;
	padding: 5px 5px 5px 20px;
	text-align:justify;
	height: 440px;
	overflow:scroll;
}
.contentblock {
	width:100%;
	float:left;
}
#left {
	float: left;
	width: 50%;
	margin: 10px 0px;
}
#left img {
	border-bottom:1px solid white;
}
#center {
	float: left;
	width: 350px;
	padding: 5px;
	margin-left: 5px;
	vertical-align: middle;
}
#center p {
	padding: 5px;
	text-align:justify;
	font: 13px Verdana, Arial, Helvetica;
}
#right {
	float:right;
	width:50%;
	margin: 10px 0px;
}
#all {
	width:100%;
}
.content {
	padding: 5px;
	margin: 5px;
}
.content img  {
	margin-right: 10px;
}
p {
	color: #3F3F3F;
	font-size: 11pt;
	margin-bottom: 5px;
}
p b {
	font-size:12pt;
	color:#2F2F2F;
	font-style:bold;
}
#logo {
	float:left;
	width: 300px;
}
#slogan {
	position:absolute;
	margin: 25px 0 0 300px;
	text-align:left;
	color: white;
	width:800px;
}
#navmenu {
	width:510px;
	color: white;
	margin:70px 0 0 10px;
	float:right;
}
ul#menu {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 5px;
}
ul#menu li {
	margin: 0 5px 0 0;
	padding: 0;
	width: 120px;
	height: 30px;
	overflow: hidden;
	float:left;
	background: url('../gradient.jpg') repeat-x top;
	border: 1px solid white;
}
ul#menu li a {
	text-decoration: none;
	text-align: left;
	border: 0px;
	display: block;
	padding: 5px;
	height:19px;
	border-bottom: 1px solid white;
	color:white;
}

ul#menu li a:hover
{
	background-color: #4C6F07;
	color: white;
}
ul#menu li a.on {
	background-color: white;
	color: green;
}
li {
	list-style:square;
	margin-left:20px;
}
li a {
	text-decoration:none;
	color:gray;
}
li a:link,
li a:visited,
li a:active {
	color:gray;
}
li a:hover {
	color:green;
}
#footer {
	background: url('../gradient.jpg') repeat-x top;
	clear:both;
	height:40px;
}
#footer div {
	padding:10px 0 10px 30px;
	color: white;
	font-size:10px;
}
#definition {
	color:white;
	font-size:11px;
}
sup {
	color: white;
	font-size: 9px;
}
.question {
	background: url('../gradient.jpg') repeat-x top;
	padding:5px;
	border-bottom: 1px solid white;
}
.question a,
.question a:link,
.question a:visited,
.question a:active {
	color: white;
	text-decoration: none;
	font-size:11px;
}
.answer {
	background-color: white;
	border-bottom:1px solid gray;
	padding:2px 5px 5px 5px;
}
.answer p {
	margin-bottom: 5px;
}
div#screenshots label {
	color: #7F7F7F;
}
div#screenshots img {
	margin-bottom: 10px;
}
div#detail {
	margin-top: 15px;
}
a:link { color: green; }
a:visited { color: green; }
a:hover { color: gray; }
a:active { color: green; }