html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	background-color: #ffffff;
	font: small "Trebuchet",Trebuchet,Verdana,Sans-Serif;
	color: #999999;
	padding: 100px;
	padding-top: 90px;
	padding-bottom: 0px;
}

#page-wrap {
	   padding-bottom: 10px;
}

.post { 
      width: 500px;
      margin-left: 200px;
}

h1 { font-size: 3em;}

h2 { font-size: 2em;}

h3 { font-size: 1.5em;}

a:link{
	color: #999999;
	text-decoration: none;
}

a:visited{
	color: #999999;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: none;
}

#lineup{
	text-align: left;
	margin-left: 140px;
}

a:active{
	color: #999999;
	text-decoration: none;
}

ul {
   list-style: none; /*cjk-ideographic;*/
}

li {
   padding-top: 20px;
}

#footer {
bottom: 0;
  height: 30px;
  left: 0;
  position: fixed;
  width: 100%;
  padding: 1em;
}

#footer-content {
  padding-left: 10em;
}