
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }


#box
	{
	left: 0px;
    width: 700px;
	position:absolute;
	top: 10px; 
	margin-left: auto;
	margin-right: auto;	
	/*margin-top: 3em;*/
	padding: 0;
	text-align: left;
	/*width:50%;				 <-- use this to tie width to viewport size */
	/*width: 55em;				 <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#content
	{
	height: 240px;
	padding: 15px 20px 10px 10px;
	}

#content h1
	{
	color:#3b3b3b;
	font:menu;
	padding:0px;
	}
		
#content p
	{
	padding:0;
	color:#3b3b3b;
	font:menu;
	}
		
/* ---=== 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;
	}

#tlc
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
/* Box */

#lefttlc, #lefttrc,#righttlc,#righttrc { zoom: 1 }


#leftbox, #rightbox
	{
	left: 0px;
    width: 350px;
	position:absolute;
	top: 10px; 
	margin-left: auto;
	margin-right: auto;	
	/*margin-top: 3em;*/
	padding: 0;
	text-align: left;
	/*width:50%;				 <-- use this to tie width to viewport size */
	/*width: 55em;				 <-- use this for a set width */
	background-color: #eeeeee;
	}
	
#rightbox
{
	left: 360px;

}
 	
#leftcontent
	{
	/*padding: 0.4em  1.6em 0.8em 0.8em;*/
	height: 240px;
	padding: 15px 20px 10px 10px;
	}
#rightcontent
	{
	/*padding: 0.4em  1.6em 0.8em 0.8em;*/
	height: 240px;
	padding: 15px 20px 10px 10px;
	}

#leftcontent h1, #rightcontent h1
	{
	color:#3b3b3b;
	font:menu;
	padding:0px;
	}
		
#leftcontent p, #rightcontent p
	{
	padding:0;
	color:#3b3b3b;
	font:menu;
	/*font-size: 1em;
	line-height: 1.3em;
	
	line-height: 1.0em;*/
	
	}
	
#leftcontent span, #rightcontent span
	{
	padding:0;
	color:#3b3b3b;
	font:menu;
	/*font-size: 1em;
	line-height: 1.3em;
	
	line-height: 1.0em;*/
	
	}

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

#lefttlc, #lefttrc, #leftblc, #leftbrc,#righttlc, #righttrc, #rightblc, #rightbrc

	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#lefttlc,#righttlc
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}

#lefttrc,#righttrc
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}
	
#leftblc,#rightblc
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

#leftbrc,#rightbrc
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

#lefttb, #leftbb, #righttb, #rightbb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#lefttb,#righttb
	{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
	}

#leftbb,#rightbb
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
#leftrb,#rightrb
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#leftlb,#rightlb
	{
	background-color: #eeeeee;
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			