body {
	background: 		#94aec5;
	padding: 		0;
	margin: 		0;
	color:			#000;
	font-family: 		verdana, helvetica, sans-serif;
	font-size:		10pt;
	z-index:		100;
}

#page {
	width:			800px;
	margin-left:		auto;
	margin-right:		auto;
}

#right {
	width:			140px;
	clear:			both;
	float:			right;
	margin-right:		10px;
	z-index:		1;
}

a, a:link, a:visited {
	color:			#963a3a;
	text-decoration: 	none;
}	


.articles {
	border:			1px solid #000;
	background:		#fff;
	width:			610px;
	margin-left:		10px;
	margin-bottom:		10px;
	padding:		10px;
}

p.title {
	text-align:		right;
	margin-right:		20px;
	margin-top:		28px;
	font-size:		16px;
	font-weight:		bold;
	color:			#660c0c;
}

p.version {
	color:			#963a3a;
	font-weight:		bold;
}

p.article {
	text-align:		justify;
}

p.dl {
	text-indent:		30px;
	line-height:		5px;
}

p.date {
	color:			#a6a6a6;
	margin-top:		-10px;
	margin-bottom:		10px;
	border-bottom:		1px solid #c1c1c1;
}

.menu {
	font-size:		10pt;
	width:			140px;
	background:		#ebebe7;
	border: 		1px solid #000;
	line-height:		16px;
	margin-bottom:		10px;
}

.menu a {
	padding-left:		10px;
	border:         	1px solid #ebebe7;
}

.menu ul, .menu li {
	list-style-type:	none;
	margin:			0;
	padding:		1px;
}

.menu a, .menu a:link, .menu a:visited {
	width:			91%;
	display:		block;
	color:			#000;
	text-decoration: 	none;
}

.menu a:hover, .menu a:active {
	border:         	1px solid #000;
	border-style:		solid;
	color:			#000;
	background:		#fff;
	text-decoration: 	none;
}

.rtitle {
	text-align:		right;
	letter-spacing:		6px;
	margin-bottom:		4px;
	padding-right:		2px;
	background:		#fff;
	border-bottom:		1px solid #000;
	font-weight:		bold;
}

.paypal {
	margin-left:		24px;
	margin-right:		auto;
}

.banner {
	margin-left:		325px;
	margin-top:		10px;
}

div.section {
	background:		white;
	padding:		5px;
	position:		relative;
	left:			-3px;
	top:			-3px;
	border:			1px solid #000;
}

div.back {
	background:		#546270;
	margin-left:		12px;
	margin-right:		170px;
	position:		relative;
	margin-top:		3px;
	margin-bottom:		10px;
}