#container{
width:876px;
margin:auto;
background-color: white;
}

.naviImg{
position:relative;
top:-35px;
border:1px solid black;
border-width:1px 1px 0 1px;
float:left;
margin-left:25px;
margin-bottom:-35px;
}
.naviTxt{
height:20px;
width:120px;
border:1px solid black;
float:left;
margin-left:25px;
margin-bottom:10px;
font:10px Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
text-align:center;
}
.pricing_table {
	width: 100%;	
}
.pricing_table h3 {
	color: red;
	font-weight: bold;
	font-size: 10pt;
}
.pricing_table h4 {
	color: purple;
	font-size: 10pt;
}
.pricing_table tr {
	border-bottom: 1px solid silver;
}
.pricing_table td {
	text-align: right;
	font-size: 9px;
	padding: 6px 2px;
}
.pricing_table td:first-child {
	text-align: left;
}
.pricing_table td:nth-child(even), .pricing_table th:nth-child(even) {
	background-color: #F9F9EC;
}
.pricing_table th {
	text-align: left;
	vertical-align: top;
	padding: 6px 2px;
	font-size: 9px;
}
.pricing_table td {
	vertical-align: top;
	padding: 4px 2px 4px 0;
}

.news_image {
	float: right;
	clear: right;
	border: 1px solid black;
	width: 250px;
	margin: 0 0 10px 10px;
}
