@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000;
}
body,html { margin:0px; }
img { border:0px; }

h1 { text-align:center; }
h2 { font-size:20px; width:auto; border-bottom:#777 1px solid}
h3 { font-size:16px; }

/* Hyperlinks formatting */

a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #777;
}
a:active {
	text-decoration: underline;
	color: #777;
}

/* Navigation hyperlinks */

a.nav:link {
	color: #000;
	font-weight:bold;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	text-transform:uppercase;
	border-bottom:#777 dashed 1px;
}
a.nav:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000;
}
a.nav:hover {
	text-decoration: none;
	color: #C00;
}
a.nav:active {
	text-decoration: none;
	color: #C00;
}

/* Accessibility hyperlinks */

a.help:link {
	color: #555;
	text-decoration: none;
	font-size:9px;
	font-family:Tahoma, Geneva, sans-serif;
}
a.help:visited {
	text-decoration: none;
	color: #555;
}
a.help:hover {
	text-decoration: none;
	color: #777;
}
a.help:active {
	text-decoration: none;
	color: #777;
}

/* Page layout */

#wrapper { width:957px; margin-left:auto; margin-right:auto; padding-bottom:50px; }

#content { float:right; width:648px; }

#lower { border-top:#666 1px solid; background-color:#AAA; padding:10px 0px 10px 0px; clear:both; }

#footer { width:900px; margin-left:auto; margin-right:auto; height:190px; }

/*.footerblock { width:430px; background:url(footerblock.gif) top repeat-x; font-size:90%; padding: 0px 8px 0px 8px; }*/
.footerblock { width:430px; background-color:#FFF; font-size:90%; padding: 0px 8px 0px 8px; border-radius:10px; }

/* Releases layout */

.release { width:206px; text-align:center; padding:0px 10px 5px 0px; float:left; }

.releasewrapper { width:648px; display:block; clear:both; margin-bottom:25px; }

.tags { color:#555; }

#downloadbox { background-color:#333; border:#CCC 1px dashed; padding:0px 10px 10px 10px; width:600px; margin:auto; }