


/**************************************************************
                                    LAYOUT
**************************************************************/
#container {
	margin: 0 auto;
	color: #fff;
}

/* Core left column */
#col_left_core {
	float: left;
	color: #000;
	background: url(../_img/bg.jpg) top center no-repeat;
}
#col_left_core .box_top {
	width: 326px;
	height: 36px;
	margin: 20px 36px 0 36px;
	padding: 20px 0 0 20px;
	background: url(../_img/box_top.jpg) no-repeat;
}
.box_top h1 {
	width: 98px;
	height: 25px;
	padding: 0;
	margin: 0;
	background: url(../_img/head_welcome.gif) no-repeat;
}
#col_left_core .box {
	width: 326px;
	margin: 0 36px;
	padding: 0 10px;
	background: url(../_img/box_middle.jpg) repeat-y;
}
#col_left_core .box_bottom {
	width: 346px;
	height: 30px;
	margin: 0 36px 20px 36px;
	background: url(../_img/box_bottom.jpg) no-repeat;
}

/* Core right column */
#col_right_core {
	float: left;
	font-size: 0.9em;
}
#col_right_core .box {
	width: 508px;
	background: url(../_img/box_bike_middle.jpg) repeat-y;
}
.box_red {
	color: #ffffff;
	width: 508px;
	padding: 20px 20px 20px 10px;
	background: url(../_img/box_red.jpg) no-repeat;
}
.box_red_text {
	color: #ffffff;
	width: 200px;
	padding-left: 20px;
}

.box_red h3 {
	color: #cc0000;
	width: 250px;
	height: 25px;
	padding: 0;
	margin: 0 0 10px 10px;

}
.box_yellow {
	width: 508px;
	padding: 20px 140px 20px 10px;
	background: url(../_img/box_yellow.jpg) no-repeat;
}

.box_yellow_text {
	color: #ffffff;
	width: 250px;
	padding-left: 20px;
}

.box_yellow h3 {
	color: #ffff33;
	width: 250px;
	height: 25px;
	padding: 0;
	margin: 0 0 10px 10px;
}
.box_green {
	width: 508px;
	padding: 20px 210px 20px 10px;
	background: url(../_img/box_green.jpg) no-repeat;
}

.box_green_text {
	color: #ffffff;
	width: 250px;
	padding-left: 20px;
}

.box_green h3 {
	color: #33ff33;
	width: 250px;
	height: 25px;
	padding: 0;
	margin: 0 0 10px 10px;
}
#col_right_core .box_bottom {
	width: 508px;
	height: 19px;
	padding-bottom: 20px;
	background: url(../_img/box_bike_bottom.jpg) no-repeat;
}

/* left column */
#col_left {
	clear: left;
	float: left;
	font-size: 0.9em;
}
#col_left .box_top {
	width: 236px;
	height: 23px;
	margin: 20px 36px 0 36px;
	padding: 0;
	background: url(../_img/box_left_top.jpg) no-repeat;
}
#col_left #nav, #col_left h4 {
	width: 206px;
	margin: 0 36px;
	padding: 0 10px 0 20px;
	list-style: none;
	background: url(../_img/box_left_middle.jpg) repeat-y;
}
#col_left #nav li {
	margin: 0;
}
#col_left #nav a {
	display: block;
	padding: 5px 10px;
}
#col_left .box_bottom {
	width: 236px;
	height: 20px;
	margin: 0 36px 20px 36px;
	background: url(../_img/box_left_bottom.jpg) no-repeat;
}

/* right column */
#col_right {
	float: left;
	margin-top: -76px;
}
#col_right .box {
	background: url(../_img/box_right_middle.jpg) repeat-y;
}
#col_right .content {
	width: 571px;
	padding: 20px;
	background: url(../_img/box_right_top.jpg) no-repeat;
}
#col_right .box_bottom {
	width: 611px;
	height: 20px;
	padding-bottom: 20px;
	background: url(../_img/box_right_bottom.jpg) no-repeat;
}

/* footer */
#footer {
	clear: both;
	width: 319px;
	height: 59px;
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
	background: url(../_img/footer.gif) no-repeat;
}
#footer a {
	font-size: 0.7em;
	color: #979290;
}
tr, th, td {
	vertical-align: top;
}
.chart {
	width: 100%;
}
.chart td {
	border-bottom: 1px #221e1b solid;
}
.chart tr:hover td {
	background: #433f3f;
}
.chart th {
	background: #494544;
	color: #d1d0d0;
}
.chart th p {
	text-align: left;
	font-size: 85%;
}
.chart td p {
	font-size: 95%;
}
