
/* \*/
/* html #tlc, * html #trc {height: 1%;}*/
/* */

/*#tlc, #trc { zoom: 1 }*/

/*body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}*/

#box
	{
	position: relative;
	/*margin-left: auto;
	margin-right: auto;	*/
	margin-top: 1em;
	padding: 0;
	text-align: left;
	width:100%;				/* <-- use this to tie width to viewport size */
	width: 58em;				/* <-- use this for a set width */
	background-color: #ffffff;
	z-index:-11111
	}
 	
#contentBigStory
	{
	padding:1em;
	margin-bottom: 0;
	z-index:-11111;
	}




#contentBigStory h1
	{
	color:#05173f;
	font-weight: bold;
	font-size: 1.5em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
	
#contentBigStory h2
	{
	color:black;
	font-weight: bold;
	font-size: .9em;
	font-family: Garamond, helvetica, geneva, arial, sans-serif;
	}		
#contentBigStory p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	overflow:hidden;
	margin-right: 1em;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	z-index:11111
	}

#tlc
	{
	background-image:url('tlc.gif');
	background-position: 0% 0%;
	z-index:11111
	}

#trc
	{
	background-image:url('trc.gif');
	background-position: 100% 0%
	z-index:11111
	}
	
#blc
	{
	background-image:url('blc.gif');
	background-position: 0% 100%;
	z-index:11111
	}

#brc
	{
	background-image:url('brc.gif');
	background-position: 100% 100%;
z-index:11111
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	z-index:11111
	}
			
#tb
	{
	background-image:url('tb.gif');
	background-position: 0% 0%;
	z-index:11111
	}

#bb
	{
	background-image:url('bb.gif');
	background-position: 50% 100%;
z-index:11111
	}
	
#rb
	{
	background-image:url('r.gif');
	background-position: 100% 0%;
	background-repeat: repeat-y;
	z-index:11111
	}

#lb
	{
	background-image:url('l.gif');
	background-position: 0% 100%;
	background-repeat: repeat-y;
z-index:11111
	}
			