@charset "UTF-8";
/* CSS Document */

#box
	{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 818px;				/* <-- use this for a set width */
	}
 	

		
/* ---=== border code follows ===--- */
/*
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	bb = bottom border 
*/

#blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#blc
	{
	background-image:url(images/common/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/common/brc.gif);
	background-position: 100% 100%;
	}

#bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#bb
	{
	background-image:url(images/common/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/common/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #FFFFFF;
	background-image:url(images/common/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
