body	 { color: #000; background: #ebebe2 url("images/rope-1000v2.jpg")  no-repeat left top; margin: 25px; padding: 0 }
	
.hide	{
	display: none;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: "lucida grande", verdana, lucida, helvetica, arial, sans-serif;
		}

h1	{
	font-size: 1.15em;
	font-weight: normal;
	}

h2	{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.5em;
	}

p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.75em;
	line-height: 1.5em;
	}
	
ul	 
	{
	line-height: 1.5; 
	text-align: left; 
	list-style: disc; 
	margin-top: 0; 
	margin-bottom: 0.5em 
	}	

#footer p	{
	font-size: 11px;
	margin-top: 25px;
	}
	
/* Basic page divisions */

#nav	{
		margin-left: 36px;
		}

#sidebar	{
	padding-right: 18px;
	padding-top: 18px;
	}


#maincontent	{
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	}
	
#content {
	margin-left: 36px;
	background: fafaf5;
	}
	
table#content	{
				background: #fafaf5;
				}	

/* Sidebar display attributes */

#sidebar h1	{
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	padding-right: 18px;
	}

#sidebar p	{
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	padding-right: 18px;
	}

#sidebar img	{
	padding-top: 9px;
	padding-left: 70px;
	}
	

/* Navigation bar components */


table#nav	{
	background: #fafaf5;
	border: 0;
	}

table#nav td	{
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px dotted #435319;
	border-top: 1px dotted #435319;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: url(images/trans.gif) repeat;
	display: block;
	margin: 0;
	width: 144px;
	line-height: 31px;
	} 

#nav td a:hover {
	color: #f60;
	background: #bdcdbd;
	} 