#pageContents
{
	padding: 12px 15px;
	margin: 0px;
	background-image: url(/images/template/pageContentsShadow_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header
{
	padding-bottom: 0px;
	background-image: none;
}

/**************************
COLUMN LAYOUT
**************************/

.columnLeft
{
	float: left;
	width: 358px;
	margin: 20px 10px 0 0;
}

.columnRight
{
	float: left;
	width: 365px;
	margin-top: 20px;
}

/**************************
PANEL BLOCKS
**************************/

#pageContents IMG
{
	float: left;
	border: 2px solid #D2CADB;
}

#pageContents IMG.imgSpacer{
	margin-right: 5px;
	}
	
/* ------ horizontal rule ----- */
	
hr {
	clear:both;
	border: none 0; 
	border-top: 1px solid #D5D5D5;
	height: 1px;
	margin: 15px 0 -10px 0;
	padding: 0px;
	} 

*html hr
	{
	margin: 15px 0 0px 0;
	}

/**************************
FONTS
**************************/

h1
{
	font-size: 100%;
}


h1 .pammy
	{
	color: #6C4C8C;
	font-size: 130%;
	}

h1 .johal
	{
	font-size: 130%;
	}
H2
{
	font-size: 75%;
	color: #361B52;
	padding-bottom: 4px;
	margin-bottom: 0px;
	border-bottom: none;
}

H3
{
	font-size: 90%;
	margin-bottom: 0px;
}
