* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

body {
	background-color: #a09b87;
	font-size: 12px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	color: #5f5033;
	
}

a:link {
	text-decoration: none;
	text-align: center;
	color: #006600;
	font-weight: bold;
}

a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}

#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	min-height: 100.1%;
	height: auto !important;
	height: 100.1%;
	background-color: white;
	border: #58564a solid 1px;
}

#header {
	border: #58564a solid 1px;	
	position: absolute;
	margin: 0px 0px;
	width: 700px;
	height: 190px;
}

#navigation {
	position: absolute;
	/* Absolute position -> adapt margin */
	margin: 190px 0px;
	width: 700px;
	height: 50px;
}

#content {
	position: relative;
	/* Absolute position -> adapt margin */
	margin: 10px auto;
	width: 90%;
	overflow: auto;
	text-align: justify;
}

#content li {
	margin-left: 25px;
}
#sup_nav {
	width: 698px;
	height: 31px;
	margin: 0px 25px;
}
#nav {
	width: 698px;
	text-align: center;
	position: relative;
	border: 0px;
	margin: 0px 25px;
	background-color: #dedede;
	border-bottom: solid 1px #534a4b;
	border-top: solid 1px #534a4b;
}
#nav img{
	border: solid 1px #808080;
}

#footer {
	border-top: solid 1px;
	position: absolute;
	/* Absolute position -> adapt margin */
	margin: 0px 50px;
	width: 650px;
	bottom: 0;
	height: 20px;
	min-height: 10px;
	font-size: xx-small;
	text-align: center;
}

#nav_table {
	width: 696px;
	border: 0px;	
	margin: 5px 0px 5px 1px;	
	text-align: center;
	border-collapse: collapse;	
}
		
#nav_table td {
	width: 12.5%;
	margin: 0px; 
	padding: 0px; 
	border-right: solid 1px #534a4b;	
}

#nav_table a:link {
	text-decoration: none;
	color: #534a4b;
	font-weight: normal;
}

#nav_table a:visited {
	color: #534a4b;
	text-decoration: none;
	font-weight: normal;
}

#nav_table a:hover {
	color: white;
}

div.intext_image {
	float: right;
	padding: 10px 0px 10px 10px;
}

img {
	border: 1px solid #534a4b;
}

div.intext_image img {
	vertical-align: middle;
}

div.intext_image_left {
	float: left;
}

div.intext_image_left img {
	vertical-align: middle;
	padding: 10px 10px 10px 0px;
}

#release_date {
	color: #2b941c;
	text-align: center;
	font-size: larger;
	font-weight: bolder;
	background-color: white;
	border: thick solid;
}

#prod_table {
	text-align: left;
}

#prod_table th {
	width: 30%;
}

#prod_table td {
	width: 70%;
}

#support_logo {
	margin: auto;
	position: relative;
	font-size: smaller;
}
