@charset "utf-8";
body {
	margin: 0px;
	background-color: #010c2d;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.main_bd {
	width: 940px;
}
.banner {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 940px;
	margin-top: 20px;
}
.content {
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px;
}

.content_t {
	background-image: url(images/contentbox_t.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 940px;
	margin-top: 10px;
}
.content_b {
	background-image: url(images/content_b.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 10px;
}
.search {
	background-color: #fce9cb;
	border: 1px solid #ee9202;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 400px;
}
.inputbox {
	border: 1px solid #ee9202;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	width: 600px;
}
a {
	color: #fce9cb;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}.inputbox1 {
	width: 25px;
	border: 1px solid #ee9202;
}
.b_pic {
	background-image: url(images/b_pic.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.img {
	background-image: url(http://www.myochomesource.com/images/landing_image.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 410px;
}
.padding {
	padding-right: 20px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.png);
}