body {
	background-color: #fff;
	font-family: verdana;
	margin: 0;
	text-align: center;
}


div.main, div.bottom, div.separator_bar {
	text-align: left;
	position: relative;
	width: 700px;
	margin: 0 auto 0;
}


div.main, div.separator_bar {
	background: url(back.png);
	background-repeat: repeat-y;
}


div.content, div.title, div.menubar, div.bottombar {
	position: relative;
	left: 10px;
	width: 680px;
}


div.content {
	padding: 20px 0px 20px 0px;
	font-size: 10pt;
}


div.bottom {
	background: url(bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 10px;
}


div.separator_bar div.content {
	height: 20px;
	padding: 0px;
	margin: 0px;
}


div.title {
	background-image: url(icon.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


div.title h2 {
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
}


div.subtitle {
	padding-top: 5px;
	font-size: 8pt;
}


div.bar {
	padding-left: 10px;
	padding-right: 10px;
}


div.menubar {
	padding: 5px 0px 5px 0px;
}


div.bottombar {
	padding: 5px 0px 5px 0px;
	text-align: right;
}


div.bottombar div.bar {
	vertical-align: middle;
}


div.bottombar a {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 10px;
}


div.bottombar a img {
	vertical-align: middle;
	border: 0px;
}


span.section, span.current_section {
	padding: 0px 5px 0px 5px;
}

span.current_section {
	font-weight: bold;
}


span.big_news {
	font-size: 150%;
	color: #f00;
}

a:link, a:visited {
	text-decoration: none;
	color: #eca344;
}


span.section a:link, span.section a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


span.section a:hover, a:hover {
	text-decoration: underline;
}


span.app {
	font-variant: small-caps;
	font-weight: bold
}


div.when {
	color: #A0A0A0;
}


div.changelog {
}


div.odd, div.even {
	margin: 0px 10px 0px 10px;
	padding: 10px;
	border: 1px solid #aaa;
}


div.odd {
	color: #000;
	background-color: #fff;
}


div.even {
	color: #000;
	background-color: #fff;
}


div.separator {
	height: 10px;
}


span.icon {
	position: absolute;
	left: 625px;
	top: 5px;
}


table.thumbs {
	border-collapse: separate;
	border-spacing: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #fff;
}


table.thumbs tr td {
	border: 1px solid #aaa;
	color: #000;
	background-color: #fff;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}


table.thumbs tr td img {
	border: 1px solid #aaa;
}


span.download {
	font-size: 8pt;
}


div.image {
	margin: 20px auto 0px auto;
	color: #000;
	background-color: #fff;
	text-align: center;
}


div.caption {
	margin-bottom: 30px;
	text-align: center;
}


div.image_comment {
	padding-top: 5px;
	color: #aaa;
	font-size: 9pt;
}

