* {
	font-family: Verdana, Arial;
	font-size: 10px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

body {
	background: #535353 url("images/bg.jpg") repeat-x top;
	text-align: center;
}

p { padding: 0.5em 0; }

td { color: #B2B2B2; }

a { color: #B2B2B2; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 1px solid #B2B2B2; }

#container {
	width: 853px;
}

#main-wrapper {
	width: 853px;
	margin: 0 auto;
}

#header {
	background: url("images/header.jpg") no-repeat;
	width: 853px;
	height: 157px;
	margin: 0 auto;
}

#navigation {
	width: 806px;
	height: 25px;
	margin: 0 auto;
}

#footer {
	background: url("images/footer.jpg") no-repeat;
	width: 799px;
	height: 25px;
	margin: 0 auto;
}

#content {
	background: url("images/content_bg.jpg") repeat-y left;
	width: 803px;
	margin: 0 auto;
	color: #B2B2B2;
}

#left {
	width: 181px;
	background: url("images/left.jpg") no-repeat bottom;
	text-align: left;
}

#mid {
	width: 442px;
	background: url("images/c_b.jpg") no-repeat bottom;
	text-align: justify;
}

#right {
	width: 180px;
	background: url("images/right.jpg") no-repeat bottom;
	text-align: left;
}

#navigation ul { margin: 0; padding: 0; height: 1.5em; list-style: none; }
#navigation li { margin: 0; padding: 0; display: inline; font-weight: bold; }
#navigation a { float: left; border: 1px solid #999; color: #FFF; margin: 0 1px; text-decoration: none; }
#navigation a span { float: left; display: block; text-align: center; cursor: pointer; }
#navigation a span { padding: 2px 26px; }
#navigation a:hover { border: 1px solid white; text-decoration: none; background-color: #333333; }

.title {
	background: #535353 url("images/title_bg.jpg") repeat-x top;
	width: 100%;
	height: 17px;
	text-align: center;	
	color: #5FEE08;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
	margin-bottom: 5px;
}

.login {
	background: url("images/login_bg.jpg");
	width: 101px;
	height: 13px;
	padding: 2px;
	margin: 0 0 2px 0;
	border: 0;
	font-size: 9px;
}

img.download {
	float: left;
	margin-right: 10px;
}