#body_right, #f2, #h2 {
	width:620px;
	right:102px;
}
#body_right h4, strong{
	font-size:12px;
}
#b_container {
	background: url(../img/bodybg2.png) repeat-y center;
}
#f2 {
	background:url(../img/footcorners4.png) no-repeat;
}
#f1, #f2{
	height:67px;
	position: relative;
}
#footer {
	width: 100%;
	height:255px;
	float:left;
	background-image:url(../img/footgr2.png);
}
table {
	margin:0px;		
}
.code{
	color:#964401;
}
h2,h3{
	width:530px;
}
/* listing */
table.listing {
	border-right:1px solid #efefef;	
	border-top:1px solid #efefef;	
	border-collapse:collapse;
	width:100%;
	float:left;
}

th, th a {
	font-weight:normal;
	font-size:12px;	
	color:#666;
	line-height:20px;
}

#body_right a{
	display:inline; 
	padding-right:13px;
	width:auto;
}

th {
	background:#efefef url(../img/header.png);
	text-align:left; 
	border-right:1px solid #fff;
	padding:0px;
}

table.listing td {
	border-bottom:1px solid #efefef;	
	border-left:1px solid #efefef;	
	padding:8px;
	font-size:12px;
}

tr.even td {
	background-color:#f7f7f7;		
}

tr.highlight td {
	background-color:#efefef;		
	border-bottom:1px solid #ccc;
}

td.blank {
	background-color:#efefef;		
}
tr.odd{
	background-color:#FFFCF7;
}
