body {
    background: url(images/stucco.jpg);
    color: #191919;
    font: 15px Arial, Times New Roman, Times, serif;
}

/*----------------------------
 * Main content on page
 *----------------------------*/
#content {
    text-align: left;
    color: #060;
    padding: 8px 8px 8px 8px;
}

#content dl dt {
    font-style: italic;
}

/*----------------------------
 * Main content on page, for those pages that have very little.
 *----------------------------*/
#sparsecontent {
    text-align: center;
    font-size: 18pt;
    color: black;
    padding: 8px 8px 8px 8px;
}

/*----------------------------
 * EPK page
 *----------------------------*/
 .epk-strong {
 	font-size: 2em;
 }
 
/*----------------------------
 * Photos page
 *----------------------------*/
#photos {
    text-align: center;
    font-size: 12pt;
    color: black;
    padding: 8px 8px 8px 8px;
}

/*----------------------------
 * Footer (for copyright)
 *----------------------------*/
#footer {
    text-align: center;
    padding-top: 1px;
    width: 822px;
    height: 21px;
}
	
/*----------------------------
 * Headline
 *----------------------------*/
.headline {
    font-size: 26pt;
    text-align: left;
    margin: 0px auto;
    padding: 0 0 20px 0;
    display: block;
    color: black;
    font-style: normal;
    font-family: Arial;
    letter-spacing: 6px;
}

.subheadline {
    font-size: 18pt;
    text-align: left;
    color: #555;
    font-style: normal;
    font-family: Arial;
}

/*----------------------------
 * Calendar Entries
 *----------------------------*/
td#calendar {
    margin-left:20px;
}

#calendar h4 {
    font-weight:bold;
    margin-bottom:0;
}

#calendar {
    margin-bottom:0;
    }


/*----------------------------
 * Links
 *----------------------------*/

.linkhead {
    margin-bottom: 10px;
    font-size:16pt;
}

#links table {
	font-family:'Comic Sans MS';
}
#links td {
    padding-left: 30px;
}

a:link {
	color: rgb(137,71,26);
	text-decoration: none;
}

a:visited {
	color: rgb(137,71,26);
	text-decoration: none;
}

a:hover {
	color: rgb(149,115,91);
	padding-bottom: 3px;
	border-bottom: 1px solid rgb(157,129,110);
}

a:active {
	
}

/*----------------------------
 * Navigation box
 *----------------------------*/
div#navigation {
    vertical-align:top;
}

#navigation ul {
	background: #efe;
	text-align: left;
	border: 1px solid rgb(211,205,200);
	z-index: 11;
	width: 225px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation li {
	font-size: 14px;
	padding-bottom: 1px;
}

#navigation li a {
	display: block;
	color: #666;
	margin: 0;
	padding: 5px 0 5px 12px;
	text-decoration: none;
	letter-spacing: 1px;
}

#navigation li a:hover {
	background-color: #ded;
	border: none;
	color: black;
}



p, li, dt, dd, #content .entry {
	line-height: 1.6em;
}



