/* INDEX.HTML */

#mangastyle_button a {
	  background:url(promote_mangastyle.png) 0 0 no-repeat;
	  position:relative;
	  float:right;
	  margin-left:-1px;
	  margin-top:-1px;
	  width:191px;
	  height:58px;
	  }
#mangastyle_button a:link, #mangastyle_button a:visited {
	background:url(promote_mangastyle.png) 0 -58px;
	}
#mangastyle_button a:hover, #mangastyle_button a:active {
	background:url(promote_mangastyle.png) 0 0;
	}

#insertimage {
	background-position:top left;
	background-repeat:no-repeat;
	width:auto;
	height:auto;
	padding-left:173px;
	}
#insertimage img {
	}

#insertimage h2 {
	background-image:none;
	border-bottom:0;
	}

#insertimage ul {
	margin:0;
	}

#footer {
	margin: auto;
	text-align: center;
	letter-spacing: 0;
	font-size: 12px;
	font-variant: small-caps;
	}

#contact {
	margin: 1em auto;
	text-align: center;
	letter-spacing: 0;
	font-size: 12px;
	width:50em;
	}

/* Wordpress TwentyTen Styles for Tables */
/* Reset default browser CSS */
table {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* Reset CSS */
table tr td a img { border:0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
/* End of TwentyTen Styles */
