html{
	background: #000000;
    width: 100%;
}

body{
	margin: 0;
	background: transparent;
	font-family:Trebuchet MS;
}

#container {
	margin:auto;
	text-align:left;
	width:977px;
}

#header{
	background-image:url(../images/header_bg.png);
	width:977px;
	height:182px;
}

#header img{
	border:0px;
	margin:5px 0 0 177px;
}

#content{
	width:791px;
	background-color:#FFFFFF;
	margin-left:74px;
	margin-bottom:18px;
	padding:15px 23px 10px 18px;
}

.program{
	height:258px;
	width:791px;
	margin-bottom:15px;
}

.program_left{
	background-image:url(../images/left_bg.png);
	width:33px;
	height:258px;
}

.program_middle{
	background: #e2e2e2 url('../images/program_bg.png') top repeat-x;
	width:741px;
	height:248px;
	border-top:2px solid #5b5b5b;
	border-bottom:2px solid #5b5b5b;
	padding:6px 0px 0px 10px;
}

.program_right{
	background-image:url(../images/right_bg.png);
	width:7px;
	height:258px;
}

.program_image{
    margin-top:2px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

img{
	border:0px;
}

.program_middle h2{
	margin:0px 0px 5px 0px;
	padding:4px;
	background-color:#000000;
	color:#FFFFFF;
}

.program_details ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.program_details ul li{
	margin-bottom:2px;
}

.program_details ul li div.label{
	width:75px;
	text-align:right;
	padding:3px 5px 0px 0px;
	font-size:11px;
	vertical-align:middle;
	color:#111111;
}

.program_details ul li div.result{
	background-color:#ffffff;
	width:435px;
	padding:2px 0px 2px 5px;
	font-size:14px;
	color:#111111;
}

.program_details ul li div.special{
	background-color:#a6a6a6;
	width:435px;
	padding:2px 0px 2px 5px;
	font-size:14px;
	color:#111111;
}

.program_details ul li div.button{
	width:448px;
	padding:9px 0px 0px 0px;
}

.five_column{
	margin-top:20px;
}

#for_more_offer{
	text-align:center;
	margin-top:25px;
}

.number{
	text-indent:-55px;
}