@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333;
}#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00F;
	height: 50px;
}
#wrapper #Left_nav {
	float: left;
	width: 200px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}
#wrapper #content {
	float: right;
	width: 600px;
}
#wrapper #Header {
	height: 30px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	font-size: 24px;
	padding-bottom: 10px;
}
#wrapper #content #img {
	text-align: center;
	margin-top: 20px;
}
.Bold_white {
	font-weight: bold;
	color: #FFF;
}
.Title_text {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.body_text {
	color: #F90;
	font-size: 18px;
}
#wrapper #content #img #img1 {
	width: 200px;
	float: left;
}
#wrapper #content #img #img2 {
	float: left;
	width: 200px;
}
#wrapper #content #img #img3 {
	width: 200px;
	float: right;
}
