
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font: small sans-serif;
}

a {
	color: #0033CC;
}

.large {
	font-size: 133%;
	font-weight: normal;
}

.small {
	font-size: 75%;
	font-weight: normal;
}

h1 {
	font-size: 250%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#titled {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 2em;
	padding-bottom: 1em;
}

#logo {
    margin-top: 2em;
    margin-bottom: 1em;
}

#description {
	width: 600px;
	text-align: left;
    line-height: 1.5em;
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#disclaimer {
	width: 600px;
	font-size: 75%;
    line-height: 1.5em;
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

#disclaimer a {
	color: #606060;
	text-decoration: none;
}

#links {
	width: 600px;
    line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

#popular {
	width: 720px;
	font-size: 75%;
    line-height: 1.5em;
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

#download-table {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#toptop {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 1.6em;
	background-color: #FFFFFF;
}

#toplink {
	position: absolute;
    text-align: center;
	top: 0.15em;
	left: 0.5em;
}

.forum-post {
	position: relative;
	width: 720px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.forum-post-time {
	position: absolute;
	top: 0;
	right: 0;
}

.forum-post-title {
	position: absolute;
	top: 0;
	left: 160px;
	font-weight: bold;
}

.forum-post-user {
	position: absolute;
	top: 0;
	left: 0px;
}

.forum-post-text {
	border-top: solid 1.2em #EEEEEE;
	margin-bottom: 2em;
	left: 0px;
}

.forum-newpost {
	width: 500px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: solid 1px #DDDDDD;
	background-color: #F8F8F8;
}

.forum-thread {
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: solid 1px #AAAAAA;
	margin-bottom: 1.5em;
}

.forum-thread-title {
	position: absolute;
	top: 0;
	left: 0px;
}

.forum-thread-posts {
	position: absolute;
	top: 0;
	left: 400px;
}

.forum-thread-author {
	position: absolute;
	top: 0;
	left: 470px;
}

.forum-thread-last {
	position: absolute;
	top: 0;
	left: 630px;
}




.btn_download {
	padding: 8px 20px 8px 20px;
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
	border: solid 1px #AAAAAA;
	text-decoration: none;
}

.btn_download:hover {
	background-color: #DDDDDD;
	text-decoration: none;
}


#suggest {
	position: absolute;
	top: 300px;
	margin-left: 10%;
	width: 80%;
	text-align: center;
	z-index: -1;
	border: solid 0px #e0e0e0;
}