body {
	margin: 0px 0px; padding:0px;
	text-align:center;
	font-family: Helvetica,Helvetica, Arial, sans-serif;
	color: #f0f8ff;
	background-color: #000;
	}

#Page {
//	width:975px;
	margin:0px auto;
	text-align:center;
}

#Content {
	width:655px;
	margin:0px auto;
	padding: 0px 0px;
	text-align:center;
	//color: #000;
	font-family: Helvetica,Helvetica, Arial, sans-serif;
	//overflow: auto;
	background-color: #222222;
	}

.Toon {
	height: 348px;
}

#Header {
	width:975px;
	margin:0px auto;
	text-align:center;
	font-family: Helvetica,Helvetica, Arial, sans-serif;
	background-color: #000;
}

#Footer {
	width:675px;
	margin:0px auto;
	text-align:center;
	font-family: Helvetica,Helvetica, Arial, sans-serif;
}

/* From http://www.neuroticweb.com/recursos/css-rounded-box/ */
/* set millions of background images */
.rbroundbox { background: url(/images/site/boxes/nt.gif) repeat; }
.rbtop div { background: url(/images/site/boxes/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/site/boxes/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/site/boxes/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/site/boxes/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
//border: 1px solid green;

}
.rbcontent { 
  //margin: 0 7px; 
}
.rbroundbox {
  width: 675px;
  margin: 0px auto;
}


a {
	text-decoration: none;
	color: #0687f5;
	font-weight: bold;
}

a:visited {
	color: #0576e4;
}

a:hover {
	color: #f00;
}

img {
	margin: 0em;
}

.cast {
	padding: 5px;
}

h1 {
	font-family: Helvetica,Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
}

h2 h3 {
	font-family: Helvetica,Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

h4 {
}

ul {
	font-weight: bold;
}

ul.diary {
	font-weight: normal;
}


ol {
}

li {
	font-size: 0.7em;
}

p {
	font-size: 0.8em;
}


.text {
	border: 1px solid #333;
	background-color: #000;
	color: #ee0;
	margin: 1.2em;
	padding: 1.2em;
	font-weight: normal;
}

.small {
	font-size: .55555em;
}

.menu {
	border: 1px solid #333;
	background-color: #000;
	color: #ee0;
	margin: 1.2em;
	padding: 1.2em;
	text-align: center;
}

.si {
	font-size: .75em;
	font-style: italic;
}

.venue {
	font-size: .75em;
	font-style: italic;
}

.details {
	font-size: .70em;
	font-style: normal;
}

hr {
 color: #000;
 background-color: #000;
 border-style: solid;
 border-color: #000;
}

