body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url('/images/bgtile.png') repeat-x;
}

p {
	color: #333;
}

#page {
	text-align: left;
	margin: 0px auto;
	width: 600px;
}

#centralpane {
	width: 505px;
	margin: 0px auto;
}

#talkspace  {
	color: #333;
	font-size: 9pt;
	line-height: 145%;
}

hr {
	margin-top: 25px;
	height: 1px;
	border:  0px;
	border-top: 1px solid #aaa;
}

.copyright {
	width: 400px;
	text-align: right;
	font-size: 7pt;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.linkhome {
	clear: bottom;
	color: #666;
	font-size: 8pt;
	margin-bottom: 115px;
}

#download {
	text-align: left;
	margin: 0px auto;
	width: 430px;
	padding: 10px;

	font-size: 9pt;
	line-height: 145%;
	border: 10px solid #eee;
	background: url('/images/bglogo.png') no-repeat right top;
}

.dtitle {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12pt;
}

.drel {
	color: #999;
}

.downlink {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;;
}

a {
	color: #369;
}

