html, body
{
	color: #FFFFFF;
	background: #000000 url('./img/bg.png') repeat center center;
	margin: auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

img
{
	border: none;
}

h1
{
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 36px;
	background: transparent url('./img/h1_img.png') no-repeat left center;
	border-bottom: solid 3px #2DA00E;
	text-indent: 0px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 8px 8px;
	padding: 0px 0px 0px 20px;
	background: transparent url('./img/h2_img.png') no-repeat left center;
	border-bottom: solid 2px #2F6822;
	text-indent: 0px;
}

ul, ol
{
	margin: 0px 0px 0px 24px;
}

ul li, ol li
{
	margin-top: 8px;
}

pre
{
	margin: 0px;
	font-family: "Courier New", monospace;
}

#changelog i
{
	font-style: normal;
	font-family: "Courier New", monospace;
}

#readme ul li:first-line
{
	font-weight: bold;
}

#readme h1 dfn
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.indent
{
	margin: 0px 0px 0px 24px;
}

.mainwrapper
{
	background: transparent;
	margin: 0px auto 100px auto;
	padding: 14px 0px 48px 0px;
	width: 620px;
	height: auto;
}

.banner
{
	color: #C0FFC0;
	background: transparent url('./img/banner.png') no-repeat center center;
	margin: 0px auto 18px auto;
	padding: 128px 6px 0px 0px;
	width: 640px;
	height: 14px;
	text-align: right;
	cursor: pointer;
}

.footer
{
	color: #646464;
	background: #141414;
	margin: 0px 64px 0px 64px;
	padding: 4px 0px 4px 0px;
	width: auto;
	text-align: center;
	font-size: 10px;
	border: 4px solid #383838;
	border-top: none;
}

.footer a
{
	color: #646464;
}

a.nav
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 6px 0px;
	display: block;
	font-size: 18px;
	text-decoration: underline;
}

a.nav:hover
{
	background: transparent url('./img/flash.png') repeat-y center center;
}

.floater
{
	background: transparent;
	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	line-height: 20px;
	position: fixed;
	text-align: center;
}

.floaterhead
{
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
	text-align: left;
	background: transparent url('./img/menu_top-right.png') no-repeat top right;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 34px;
}

.floaterhead span
{
	margin: 0px 27px 0px 0px;
	padding: 10px 0px 0px 27px;
	display: block;
	height: 24px;
	text-align: center;
	background: transparent url('./img/menu_top-left.png') no-repeat top left;
}

.floatermid
{
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
	text-align: center;
	background: transparent url('./img/menu_right.png') repeat-y top right;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
}

.floatermid span
{
	margin: 0px 6px 0px 0px;
	padding: 8px 0px 0px 6px;
	display: block;
	height: auto;
	background: transparent url('./img/menu_left.png') repeat-y top left;
}

.floaterfoot
{
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
	text-align: left;
	background: transparent url('./img/menu_bottom-right.png') no-repeat top right;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 34px;
}

.floaterfoot span
{
	margin: 0px 27px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 34px;
	background: transparent url('./img/menu_bottom-left.png') no-repeat top left;
}

.content
{
	background: #2D2D2D;
	margin: 0px;
	padding: 14px;
	border: 6px solid #787878;
}

.content a
{
	padding: 0px 0px 0px 14px;
	background: transparent url('./img/link.png') no-repeat left center;
}

.content a[target = "_blank"]
{
	background-image: url('./img/ext.png');
}

.content a[href ^= "./files/"]
{
	background-image: url('./img/dl.png');
}

.content a[href = "./files/"]
{
	background-image: url('./img/link.png');
}

.divider
{
	background: #ADADAD;
	width: 95%;
	height: 2px;
	margin: 8px auto 8px auto;
	padding: 0px;
}

a
{
	color: #FFFFFF;
	background: transparent;
	text-decoration: underline;
}

a:hover
{
	color: #8EDD8E;
}

a.button:hover
{
	color: #AFFFAF;
	text-decoration: underline;
	cursor: pointer;
}
