#wrapper {
	width: 800px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 5px solid #333;
	margin: auto;
}
#wrapper #header {
	height: 120px;
	background-color: #1A1A1A;
	width: 340px;
	padding-left: 10px;
	float: left;
}
#wrapper #navi_bar {
	height: 35px;
	background-image: url(../images/bar_m.png);
	clear: both;
}
#wrapper #htopnavi {
	float: left;
	height: 30px;
	width: 180px;
	background-color: #1A1A1A;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	padding-top: 20px;
	padding-left: 270px;
}
#wrapper #htoprite {
	background-color: #1A1A1A;
	width: 445px;
	float: left;
	height: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	padding-top: 35px;
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;
}

#wrapper #main_content {
	height: auto;
	background-color: #FFFFFF;
	color: #333;
	padding: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.center_blod_cross {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #060;
	text-decoration: line-through;
	text-align: center;
}

#wrapper #footer {
	height: 25px;
	background-image: url(../images/bar_m.png);
	text-align: right;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center_fix {
	text-align: center;
}
.bold_fix {
	font-weight: bold;
}
.color_red {
	color: #681B00;
	font-weight: bold;
}
.color_green {
	color: #090;
	font-weight: bold;
}
.color_blue {
	color: #036;
	font-weight: bold;
}
* {
	margin: 0px;
	padding: 0px;
}

