body {
	padding: 0;
	text-align: center;
	margin: 0 auto;
	width: 900px; 
	min-height: 600px;
	clear: both;
	background: #fafafa url(bb_background.jpg) no-repeat top right;
}
#header {
	background: url(top.jpg) no-repeat;	
	width: 896px;
	height: 152px;
}
#inner {
	background: url(bg.jpg) no-repeat;	
	width: 900px;
	padding-bottom: 50px;
}
 
.text {
	padding: 0 150px 0 120px;
	margin: 0;
	text-align: right;
}
h1, h2, h3 {
	font-family:   Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-align: right;
	}

h1 {
	font-size: 26px;
	color: #595959;
	padding-top: 20px;
}
h2 {
	font-size: 21px;
	color: #595959;
}
h3 {
	font-size: 18px;
	color: #595959;
}
p {
	font-size: 16px;
	font-family:   Arial, Verdana, Sans-Serif;
	font-weight: normal;
	color: #595959;
}
b {
	font-size: 18px;
	font-family:   Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color: #595959;
}
a {
	font-weight: bold;
	color: #99CC67;
	text-decoration: underline;
	
}
a:hover {
	background-color: #5D5D5D;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#links a {
	font: normal 12px "Arial";
	text-decoration: underline;
}
#links {
	font-size: 11px;
}
.linksTBL td a {font: normal 12px "Arial";}