@charset "utf-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}

#banner {
	background-image: url(images/tmo-Banner.jpg);
	height: 50px;
	width: 968px;
	background-repeat: no-repeat;
	padding-top: 125px;
}
#main_image {
	background-image: url(images/main.jpg);
	height: 376px;
	width: 968px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#left_column {
	float: left;
	width: 316px;
}
#column_container {
	float: left;
	width: 652px;
}
#right_column {
	float: right;
	width: 316px;
}
#center_column {
	width: 316px;
	margin-left: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
#navi {
	width: 893px;
	float: right;
	height: 46px;
	text-align: left;
	padding-top: 26px;
}
ko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #006600;
}
ul {
	text-align: center;
	list-style-type: square;
}
a {
	color: #00CC00;
}
#home {
	float: left;
	height: auto;
	width: 968px;
}
