body {
  background-color: #ffffff;
  text-align: center;
  }

a {
  text-decoration: none;
  }

a:link {
  color: #0066cc;
  }

a:visited {
  color: #990099;
  }

a:active {
  color: #00ccff;
  }

a:hover {
  color: #0099ff;
  }

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  }

#container {
  line-height: 120%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 760px;
  }

#top {
  color: #FFFFFF;
  text-align: left;
  width: 760px;
  height: 60px;
  padding: 0px;
  margin: 0px;
  }

#top-logo {
	height: 60px;
	width: 160px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(./mt-static/img/logo.jpg);
	}
	
#top-bg {
	float: right;
	background-image: url(./mt-static/img/top_bg.jpg);
	height: 32px;
	width: 600px;
	padding: 0px;
	margin: 0px;
	}	

.top-under {
	background-image: url(./mt-static/img/top_under.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 11px;
	width: 760px;
		}

#top a {
  color: #FFFFFF;
  text-decoration: none;
  }

#menu {
	height: 28px;
	width: 600px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.menu-button {
	float: left;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.menu-button a {
	color: #FFFFFF;
	float: left;
	text-align: center;
	display: block;
	width: 100px;
	height: 28px;
	background: url(./mt-static/img/button_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	overflow: hidden;
	}

.menu-button a:hover {
	background-position: 0 -31px;
	color: #FFFFFF;
}

.menu-button a:active {
	background-position: 0 -62px;
	color: #FFFFFF;
}

.menu-button a:visited {
	color: #FFFFFF;
}

.pad11 {
	padding-top: 5px;
	font-size: 12px;
}

#main {
	float: right;
	overflow: hidden;
	border: solid 1px #cc6600;
	padding: 0 14px 15px 14px;
	margin: 0;
	font-size: 11px;
	color: #666666;
  }

#main02 {
	float: right;
	overflow: hidden;
	border: solid 1px #cc6600;
	padding: 0;
	margin: 0;
  }
 
.entry {
  padding: 5px
  }

.entry h3 {
  color: #FF9900;
  font-size: 16px;
  font-weight: bold;
  }

.entry h4 {
  color: #999999;
  font-size: 11px;
}

.entry img {
	float: left;
	margin: 2px;
	}

.image{
	width: 760px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background-image: url(./mt-static/img/image.jpg);
	background-repeat: no-repeat;	
	}

.img-under{
	width: 760px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	background-image: url(./mt-static/img/img_under.gif);
	background-repeat: no-repeat;		
	}

.title {
  height: 27px;
  display: block;
  font-size: 14px;
  background-image: url(./mt-static/img/title_bg.gif);
  background-repeat: no-repeat;
  margin: 5px;
  padding: 4px 0px 0px 20px;
  border-bottom: 1px dashed #cc6600;
}

.content {
  width: 90%;
  padding: 15px 15px 5px 15px;
  margin: 15px;
  color: #666666;
  font-size: 11px;
  }

#label {
  width: 100%;
  height: 20px;
  color: #ffff;
  background-color: #cccccc;
  font-size: 12px;
  padding: 5px;
  }

#footer {
  background-color: #cc6600;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 758px;
  }

#footer a{
  color: #FFFFFF;
  }
	
#white {
  width: 730px;
  height:15px;
  }

