*
{
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
}
HTML
{
	overflow-y:scroll;
}
HTML, BODY
{
	width:100%;
	font-size:12px;
}

BODY
{
	background-image:url(bg-body.gif);
	background-repeat:repeat-y;
	background-position:50% 0;
}
A
{
	color:#0066cc;
}
H1
{
	font-size:26px;
	margin:5px 0 10px 0;
	text-transform:uppercase;
	color:#a93a0c;
}
H2
{
	font-size:22px;
	font-weight:normal;
	margin:5px 0 10px 0;
}
H3
{
	font-size:18px;
	font-weight:normal;
	margin:5px 0 10px 0;
}
P
{
	margin:5px 0 15px 0;
}
UL, OL
{
	padding:0 50px 0 20px;
	margin:5px 0 15px 0;
}
LI
{
	margin:5px 0;
}
DL
{
	margin:5px 0 15px 0;
}
DT
{
	font-weight:bold;
	font-size:14px;
	margin:15px 0 0 0;
}
DD
{
	padding:0 0 0 20px;
}
DD.link
{
	display:none;
}
HR
{
	background-color:#a93a0c;
	color:#a93a0c;
	border-color:#a93a0c;
	height:1px;
	margin:10px 0;
	border:0;
}

DIV#head
{
	background-color:#a93a0c;
	padding:20px 10px 10px 10px;
}
DIV#head A
{
	display:block;
	width:1000px;
	margin:0 auto;
}
DIV#head A IMG
{
	border:0;
}
DIV#crumb
{
	background-color:#f57011;
	border-bottom:1px solid #a93a0c;
	height:15px;
}
/*
DIV#crumb DIV
{
	width:960px;
	margin:0 auto;
	padding:0 20px;
}
*/

DIV#content
{
	width:1002px;
	margin:0 auto;
	overflow:hidden;
}



DIV#navigation
{
	float:left;
	width:296px;
}
DIV#navigation UL
{
	padding:20px 20px 10px 20px;
	width:256px;
	list-style:none;
}
DIV#navigation LI
{
	margin:8px 0;
}
DIV#navigation A
{
	color:#a93a0c;
	text-decoration:none;
	font-weight:bold;
}
DIV#navigation A.open
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

DIV#main
{
	float:left;
	padding:20px 50px 20px 26px;
/*	background-color:#e0e0e0;*/
	width:630px;	
}

DIV#members
{
	 width:290px;
	 padding:5px 0 0 6px;
}
DIV#members IMG
{
	border:0;
	margin:0 5px 5px 0;
}
HR.clear
{
	clear:both;
}
DIV#foot
{
	color:#e5c4b6;
	font-size:10px;
	text-align:center;
}
DIV#foot A
{
	color:#e5c4b6;
}
