/* River City Reading Festival*/
/* Website and Associated code copyright 2007, DESIGNOJEK*/
/* http://www.designojek.com*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. */
/*What you may NOT use - .jpg, .gif, and .png files. */


/* basics
----------------------------------------------- */
body {
	font-family: Lucida Grande, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	}

p {
	font-size: 0.7em;
	margin: 0px;
	line-height: 18px;
	}

#content li {
	font-size: 0.9em;
	}

.center {
	text-align: center;
	}

a, a:link, a:visited {
	text-decoration: none;
	}
	
.clear{
	clear: both;
	}
	
img {
	border: none;
	}
	
p.header {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 6px;
	color: #6b0632;
	}
	
p.subhead {
	font-size: 0.7em;
	color: #000;
	}
	
p.body {
	padding-bottom: 8px;
	}

h1 {
	color: #333;
	}
	
hr {
	line-style: dashed;
	}
	
table {
	text-align: center;
	font-size: 0.7em;
	}
	
.line {
	line-height: 18px;
	}
	
.small {
	font-size: 0.6em;
	color: #777;
	text-align: center;
	}
	
	.small a, .small a:visited, .small a:link {
		color: #666;
		text-decoration: none;
		}
	.small a:hover {
		text-decoration: underline;
		}
		