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

#tlc, #trc { zoom: 1 }

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left; /* <-- use this to tie width to viewport size */
	width: 100%;
	background-color: #eeeeee;
	}


#box_content {
	padding:1.3em;
}
 
#box_content a, #box_content a:visited  {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#box_content a:hover {
	text-decoration: underline;
}

#box_content h1
	{
	color:#990000;
	font-weight: bold;
	font-size: 18px;
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	}
		
#box_content p
	{
	color:#3b3b3b;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	max-height: 100px;
	height: 100px;
	margin-top: 2px;
	}
		
/* ---=== 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-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
