body	{
	color: #923f1b;
	background: #fff2ed;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	}
html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.73em;
	line-height: 1.7em;
}
html ul{
	font-size: 0.73em;
	line-height: 1.7em;
}
li {
	line-height: 1.7em;
}
ul ul {
	font-size: 1em;

}
.hide	{
	display: none;
	}
	
img {
	display: block;
	border: 1px solid #4e625e;
	float: right;
	margin: 12px 0 0 20px;
	}
	
a:link {
	color: #923f1b;
	text-decoration: underline;
	background: transparent; 
	}

a:visited {
	color: #968456;
	text-decoration: underline;
	background: transparent; 
	}

a:hover {
	color: #2f2409;
	text-decoration: none;
	background: transparent; 
	}

a:active {
	color: #f00;
	text-decoration: underline;
	background: transparent;  
	}
	

h1	{
	font-size: 1.15em;
	font-weight: normal;
	letter-spacing: 0.3em;
}

h2	{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}


/* Basic page divisions */

#container	{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	height: 149px;
}	
#header h1 {
	position: relative;
	top: 107px;
	left: 53px;
	margin: 0;
	width: 500px;
	font-size: 1em;
	font-weight: bold;
	color: #923f1b;
	letter-spacing: 0.2em;
}


/* Sidebar display attributes */

#sidebar p	{
	text-align: right;
	/*margin-top: 0.5em;*/
	}

	
#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5em;
}
#sidebar li {
	padding-top: 6px;
}
#menu {
	margin: 0 0 0 14px;
	padding: 4px 10px 4px 0;
}


/* Navigation bar components */
#primarycontent {
	padding: 0 10px 30px 0;
}
#primarycontent td {
	font-size: 0.8em;
}
#footer {
	background-color: #c87a58;
	margin: 0 26px 0 26px;

}
#footer p	{
	font-size: .65em;
	color: #fff;
	text-align: center;
	padding: 6px 0 12px 0;
}
#footer a {
	color: #fff;
}