body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-image: url(images/clownback.jpg);
}

/* layout divs */
#right{
	margin: 0 20px 0 180px;
} 
#left{
	position:absolute;
	top: 5px;
	left: 5px;
	width: 130px;
	background-color: #FFF;
	padding: 5px;
	border: 2px dotted #F00;
}

/* main link styles */
 a {
	font-weight: bold;
	text-decoration: none;
	color:#60C;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#63F;
	border: 0;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#0F0
}

/* formatting styles */
.footer {
	font-size: 0.8em;
	color: #333;
	background-color: #CCC;
}
p {
	text-align: left;
	line-height: 1.4em;
}
h1 {
	font-size: 1.6em;
	color: #06F;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #306;
	padding: 3px 0;
	clear: both;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
h4 {
	font-size: 1.2.em;
	color: #FFF;
	background: #F00;
	text-align: left;
	clear: both;
	padding: 2px 10px;
}
h5 {
	font-weight: bold;
	color: #363;
	font-size: 1.1em;
	line-height: 20px;
	text-align: center;
}
.line {
	border-bottom: 1px solid #F00;
	clear: both;
	line-height: 1px;
}
.centered {
	text-align: center;
}
.botnav {
	font-size: 0.9em;
	text-align: center;
	color: #60C;
}
input#addy {
	background-color: #F00;
}
.leftimage {
	float: left;
	margin: 5px;
	border: 1px solid #F00;
}
.rightimage {
	float: right;
	margin: 5px;
	border: 1px solid #F00;
}
table {
	text-align: center;
	margin: 0 auto;
	width: 550px;
	border: 0;
}
td {
	vertical-align: top;
	border: 0;
}
.signature {
	text-align: right;
	font-size: 1.4em;
	color: #309;
	font-variant: small-caps;
}
.revised {
	font-size: 0.9em;
	text-align: right;
	color: #60C;
}
.disclaimer {
	font-size: 0.8em;
	text-align: right;
}
.megabytes {
	margin: -20px 0 0 0;
	font-size: 0.8em;
	text-align: center;
}
.showtime {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000;
	margin: 0.6em 0.8em;
	font-weight: bold;
}
li {
	margin-top: 0.8em;
	color: red;
}

/* credit styles */
p.ravencredit {
	font: 80% "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	clear: both;
	text-align: right;
	margin: 20px 10px 0 0;
}
.ravencredit a, .ravencredit a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.ravencredit a:hover {
	color: #F63;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.ravencredit img {
	vertical-align: middle;
	border-width: 0;
}