@charset "utf-8";
/* CSS Document */

/* ---=== 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 
*/

.box
	{
	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: 55em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}

.tlc3
	{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url(../cssimg/tlc3.gif);
	background-position: 0% 0%;
	}
	
.trc3
	{
    background-color: transparent;
	background-repeat: no-repeat;
	background-image:url(../cssimg/trc3.gif);
	background-position: 100% 0%;
	}
	
	
.blc3
	{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url(../cssimg/blc3.gif);
	background-position: 0% 100%;
	}
	

.brc3
	{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url(../cssimg/brc3.gif);
	background-position: 100% 100%;
	}


.tb3
	{
	background-color: transparent;
	background-repeat: repeat-x;
	background-image:url(../cssimg/tb3.gif);
	background-position: 0% 0%;
	}
	
.bb3
	{
	background-color: transparent;
	background-repeat: repeat-x;
	background-image:url(../cssimg/bb3.gif);
	background-position: 0% 100%;
	}
	
.r3
	{
	background-color: transparent;
	background-repeat: repeat-y;
	background-image:url(../cssimg/r3.gif);
	background-position: 100% 0%;
	}

.l3
	{
	background-color: transparent;
	background-repeat: repeat-y;
	background-image:url(../cssimg/l3.gif);
	background-position: 0% 100%;
	}
	
.bigpicture {
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:10px;
	width:980px;
	background-color:#ffffff;
	border: 2px solid #666;
	text-align:left;
	float:none;
}

.header {
margin-top:10px; 
}
			
