* {
	padding: 0;
	margin: 0;
	}
body {
	background: #ccc url(images/bg_tile.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #036;
	text-align: center;
	font-size: small;
	}
div#wrap {
	text-align: left;
	margin: 0 auto;
	width: 777px;
	}
h1 {
	font-family: "Palatino Linotype", Georgia, Times, serif;
	padding: 18px 0 12px 0;
	font-size: 250%;
	}
h1 a {
	text-decoration: none;
	color: #000;
	}
ul#navGlobal {
	list-style: none;
	}
ul#navGlobal li {
	margin: 5px 5px 0 0;
 	float: left;
	}
ul#navGlobal li a {
	background: #036 url(images/corner_off.gif) top right no-repeat;
	font-family: Georgia, Times, serif;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 8px 12px;
	font-size: 110%;
	display: block;
	color: #fff;
	}
ul#navGlobal li a:hover {
	background: #069 url(images/corner_on.gif) top right no-repeat;
	border-bottom: 1px dashed #fff;
	}
ul#navGlobal li.current a {
	background: #069 url(images/corner_on.gif) top right no-repeat;
	border-bottom: 1px solid #069;
	cursor: default;
	}
ul#navLocal {
	background: #069 url(images/corner_on.gif) top right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	padding: 10px 12px;
	list-style: none;
	font-size: 90%;
	color: #fff;
	clear: left;
	}
ul#navLocal li {
	display: inline;
	}
ul#navLocal li a {
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	}
ul#navLocal li a:hover {
	background: url(images/arrow.gif) bottom center no-repeat;
	padding-bottom: 19px;
	}
ul#navLocal li.current a {
	background: url(images/arrow.gif) bottom center no-repeat;
	padding-bottom: 19px;
	cursor: default;
	}
div#content {
	border-bottom: 1px solid #069;
	border-right: 1px solid #069;
	border-left: 1px solid #069;
	background: #fff;
	padding: 20px;
	}
div#content h3 {
	padding: 20px 0 5px 15px;
	text-transform: uppercase;
	color: #390;
	}
div#content h4 {
	font-family: Georgia, Times, serif;
	padding: 10px 0 10px 30px;
	}
div#content p {
	padding: 0 0 0 30px;
	}
div#content ul.content {
	padding: 0 0 0 50px;
	}
/* ------------------------------------ */
div#content table#icons {
	padding: 0 0 0 50px;
	width: 100%;
	}
div#content table#icons th {
	font-family: Georgia, Times, serif;
	padding: 6px 12px;
	background: #390;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 110%;
	text-align: left;
	color: #fff;
	}
div#content table#icons td {
	border-bottom: 1px dashed #390;
	padding: 6px 12px;
	}
div#content table#icons tr.cap td {
	border-bottom: 2px solid #390;
	}
div#content table#icons tr.alt td {
	background: #ffc;
	}
div#content table#icons tr.altcap td {
	border-bottom: 2px solid #390;
	background: #ffc;
	}
div#content table#icons td.col_icon {
	padding: 6px 0;
	width: 130px;
	}
div#content table#icons td.col_icon img {
	border: 1px solid #000;
	}
div#content table#icons td.col_name {
	width: 150px;
	font-weight: bold;
	}
div#content table#icons td.col_description {
	padding: 6px 0 6px 12px;
	}
div#content table#icons caption {
	padding: 0 0 15px 30px;
	text-align: left;
	}
/* ------------------------------------ */
div#content ul.content li a {
	color: #069;
	}
div#content ul.content li a:hover {
	text-decoration: none;
	}
div#content ul.content li ul {
	padding: 0 0 0 30px;
	}
div#content p.top {
	padding-top: 5px;
	font-size: 90%;
	}
div#content img.screenshot {
	margin: 10px 0 0 30px;
	}
div#content span.village {
	font-family: "Palatino Linotype", Georgia, Times, serif;
	font-weight: bold;
	font-size: 110%;
	}
p#footer {
	padding: 20px 0 180px 0;
	font-weight: bold;
	text-align: right;
	font-size: 80%;
	}
div#content p a, p#footer a {
	text-decoration: underline;
	color: #069;
	}
div#content p a:hover, p#footer a:hover {
	text-decoration: none;
	}