/*
---------------------------
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;
}

/* 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 */
