/*colors
tan d4cb96
red ac5023
cream f7fcdc
brown 7a4f1a
dark 110e06
dark brown 4a3a1e
yellow e8d646
*/
/*here is the main div container to set width and centering*/

BODY
{
    MARGIN: 0;
    BACKGROUND: url(images/shadowbk.gif) repeat-y center #4a3a1e;/*dark brown*/
    COLOR: #E5DA9A ; 
    FONT-FAMILY: Georgia, "Times New Roman", Serif;
	font-weight: normal;
    FONT-SIZE: 14px}
	
	/*all the content*/
#page
	{
	width: 720px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
	background-color:#514022
	}
A
{
	text-decoration: none;
	COLOR: #e8d646; /*red*/
}
IMG { border: 0}
A:hover
{ 
	COLOR: #f7fcdc
}

H1, H2, DL, LI
{
	COLOR: #f7fcdc;
}
h2 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: larger;
	letter-spacing: .05em;
	font-style: oblique;
	font-weight: normal;
}


#header IMG
{
	float: left;
}
#utilities {
	float: right;
	padding-top: 10px;
	}
/*the topmost area of navigation under the banner/utilities*/
#localnav, #footer {
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	height: 1%; 
	}
#localnav ul, #footer UL {
	margin:0;
	padding:0;
	line-height: 18px;
	list-style: none;
	}
#localnav LI, #footer LI {
	display: inline;
	padding-right: 5px;
	}
#localnav A, #footer A {
	font-size: 28px;
	color:#e8d646;
	}
#localnav A:visited, #footer A:visited {
	color: #ac5023;
	}
#localnav A:hover, #localnav A:active, #footer A:hover, #footer A:active{
	color: #f7fcdc;
	}

	
/*the area containing the details and title of the story with two cells detaillist and info*/
#info 
{
	background: url(banner2.gif) no-repeat center;
	height: 100px;
	clear: both;
}

#info embed {
	margin-left: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden}
	
#info DL {
	float: right;
	text-align: right;
	COLOR: #d4cb96;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 20px
	}
#info H1
{
	float: left;
	font-family: Haettenschweiler, "Arial Narrow", "Trebuchet MS";
	font-size: 42px;
	font-weight: 200;
	margin-left: 20px;
	margin-top: 24px;
	
}
EM
{
	font-style:normal;
	color: #ac5023;
}

/*the story text and images*/
#interview P {
	line-height: 1.5em;
	padding-left: 10px;
	font-size: 16px
	}
#interview IMG
{
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
#footer {padding-top: 10px;}
#footer P{
text-align: center;
	clear: both;
	padding-bottom: 20px;
	}
