table{
	margin:20px 20px 30px 50px;
	width:600px;
}
th,td{
	color: #479D3F;
	border-right: 1px solid #B9DDBD;
	border-bottom: 1px solid #B9DDBD;
	border-top: 1px solid #B9DDBD;
	border-left:#FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 12px;
	background: #BFE8BE;
	font-weight:700;	
}
thead th.none{
background:#FFF;
border-left:1px solid #B9DDBD;
}
tbody tr th{
	border-left: 1px solid #B9DDBD;
	border-bottom: 1px solid #B9DDBD;
	background: #fff url(../images/th_even.gif) no-repeat;
	border-right: 1px solid #B9DDBD;
	text-align: center;
}
tbody tr.server th{
	color: #797268;
	background: #E1FAE1 url(../images/th_odd.gif) no-repeat;
	border-left: 1px solid #B9DDBD;
	border-bottom: 1px solid #B9DDBD;
	
}
tbody tr td{
background: #fff;
color:#333;
font-size:120%;
}
tbody tr.server td{
background: #E1FAE1;
}
#main .img_main{
width:600px;
margin:0 0 20px 87px;
}
