
@import url("reset.css");


/* GLOBAL SETTINGS */

body {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	color: #b9b8b8;
	background-color: #000;
	text-align: center; /* Needed for IE5x Bug */
	margin: 0;
	padding: 0;
}

h1 { margin: 0 0 5px 0; padding: 0; color: #fff; font-size: 22px; font-weight: normal; font-style: normal; text-align: center; line-height: 1.8em; }
h2 { margin: 20px 0 5px 0; padding: 0; color: #51be1a; font-size: 18px; font-weight: normal; font-style: normal; text-align: left; }
h3 { margin: 20px 0 5px 0; padding: 0; color: #fff; font-size: 12px; font-weight: bold; font-style: normal; text-align: left; }

p { margin: 16px 0; padding: 0; text-align: justify; line-height: 1.8em; }
ol { text-align: left; margin-top: -5px; }
ul { text-align: left; margin-top: -10px; }
li { padding: 3px; }

a {	color: #51be1a; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }
a:visited { color: #51be1a; }

sup { font-size: 8px; font-weight: normal; }
sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; top: .5ex; }

.clear { clear: both; height: 0px; font-size: 0px; line-height: 0px; }

.layout { width:780px; margin: 0 auto; text-align: center; }

#downloads { float:right; width:240px; padding-left:40px; text-align:left; }
#downloads p { margin: 0 0 10px 0; font-size: 11px; line-height: 1.2em; text-align: justify; }

#content { float:left; width:500px; text-align:left; padding-bottom:15px; }