@charset "utf-8";
html, body, 
ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
map, area, 
blockquote, img, a, span, p, 
form, input, select, textarea, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background: top left fixed no-repeat url(../gfx/bg.png) #FFFFFF;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

a:hover,
a:active { color:#b9cc50; }

p { margin: 20px 0px 20px 0px; }

div.clear { clear: both; }

/**
 * Layout
 */
#wrapper {
	width: 770px;
	padding: 55px 55px 40px 55px;
	margin: 47px auto 0px auto;
	border: 1px solid #cecdcd;
	background-color: #FFFFFF;
}

/**
 * Main components
 */
#logo { 
	width: 493px;
	margin: 0 auto;
	display: block; 
}

#menu {
	font-size: 14px;
	color: #bacc50;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

#menu a:link,
#menu a:visited {
	font-weight: bold;
}

#menu a.active:link,
#menu a.active:visited,
#menu a:hover,
#menu a:active {
	color: #b9cc50;
}

#submenu {
	font-size: 13px;
	color: #bacc50;
	text-align: center;
	margin: 3px 0px 0px 0px;
}

#submenu a:link,
#submenu a:visited {
	font-weight: normal;
}

#submenu a.active:link,
#submenu a.active:visited,
#submenu a:hover,
#submenu a:active {
	color: #b9cc50;
}

#content {
	padding: 20px 0px 50px 0px;
	line-height: 150%;
}

div.actions { float: right; color: #bacc50; }
#content ul { margin-left: 20px; }
#content table td { vertical-align: top; }
#content td.time { font-weight: bold; }

span.names {
	color: #CC0000;
}
span.downloads {
	font-size: 12px;
	color: #333333;
}

#footer {
	border-top: 1px solid #cecdcd;
	padding: 25px 0px 0px 0px;
}

#footer div.left { float: left; }
#footer a:link,
#footer a:visited {
	font-weight: bold;
	color: #999999;
}

#footer a:hover,
#footer a:active {
	color: #b9cc50;
}

#copyright { 
	width: 770px;
	padding: 10px 55px 60px 55px;
	margin: 0px auto;
	text-align: right; 
	font-size: 11px; 
	color: #999999;
}
#copyright a:link,
#copyright a:visited {
	font-weight: bold;
	color: #999999;
}

#copyright a:hover,
#copyright a:active {
	color: #b9cc50;
}
