/*
---------------------------
Pasquaney - template C
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 28 aug 2006
---------------------------
*/

#mainbody {
	background: transparent url(img/othercontent_bg.gif) repeat-y 0 0;
}

#othercontent h3 {
	color: #3a321a;
	text-transform: lowercase;
	font-style: italic;
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: normal;
}

#usercontent {
	overflow: visible;	
	height: auto;
}

#usercontent #directory-table {

}

#usercontent #directory-table th, #usercontent #directory-table td {
	padding: 3px 8px; 
}

#usercontent #directory-table td ul {
	list-style-type: none;
	margin: 2px 0 6px 0;
	padding: 0;
	line-height: 1.3em;
}

#usercontent #directory-table td li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#usercontent #directory-table td li a {
	font-weight: normal;
	color: #A83825;
}

#usercontent #directory-table td ul.camp-year-info {
	float: right;
	text-align: right;
	line-height: 1.6em;
}


/* for Mozilla/Safari/Opera */
*>#usercontent {
 padding-top: 334px;
 min-height: 1px;
}
*>#usercontent .inner {
 margin-top: -324px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #usercontent {
 height: 334px;
}
/* end filter */

/* for Mozilla/Safari/Opera */
*>#othercontent {
 padding-top: 334px;
 min-height: 1px;
}
*>#othercontent .inner {
 margin-top: -324px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #othercontent {
 height: 334px;
}
/* end filter */

