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

/*body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}*/

.twBox04box {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 40em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
.twBox04content {
	padding: 0.2em 1em 1em 1em;
}
.twBox04content h1 {
	font-size: 1.4em;
	margin-bottom: 0px;
}		
.twBox04content p {
	font-size: 1em;
	margin: 4px 0px 4px 0px;
}
		
/* ---=== 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 
*/

.twBox04tlc, .twBox04trc, .twBox04blc, .twBox04brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

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

.twBox04trc
	{
	background-image:url(img/trc.gif);
	background-position: 100% 0%;
	}
	
.twBox04blc
	{
	background-image:url(img/blc.gif);
	background-position: 0% 100%;
	}

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

.twBox04tb, .twBox04bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.twBox04tb
	{
	background-image:url(img/tb.gif);
	background-position: 0% 0%;
	}

.twBox04bb
	{
	background-image:url(img/bb.gif);
	background-position: 50% 100%;
	}
	
.twBox04rb
	{
	background-image:url(img/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.twBox04lb
	{
	background-color: #eeeeee;
	background-image:url(img/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
