@charset "utf-8";
/*default box html*/
/*

<div id="boxName">				

		 box border 
		<div id="lb">
		<div id="rb">
		<div id="bb"><div id="blc"><div id="brc">
		<div id="tb"><div id="tlc"><div id="trc">
		 
				
			<div id="content">	
				<h1>test</h1>
				<p>test</p>				
			</div> 
		
		end of box border 
		</div></div></div></div>
		</div></div></div></div>
		 
		
  end #boxName</div>
	
*/

/*
	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 
*/



#lb {
	background:url(../images/border/lb.gif) repeat-y left top;
	background-color: #FFFFED;
}
#rb {
	background:url(../images/border/rb.gif) repeat-y right top;
}
#bb {
	background:url(../images/border/bb.gif) repeat-x left bottom;
}
#blc {
	background:url(../images/border/blc.gif) no-repeat left bottom;
}
#brc {
	background:url(../images/border/brc.gif) no-repeat right bottom;
}
#tb {
	background:url(../images/border/tb.gif) repeat-x left top;
}
#tlc {
	background:url(../images/border/tlc.gif) no-repeat left top;
}
#trc {
	background:url(../images/border/trc.gif) no-repeat right top;
}

#boxContent1 {
	margin: 0 0 0 6px;
	padding: 26px 11px 11px 235px;
	background: url(../images/homelogo.gif) top left no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	min-height: 165px;
}
/*#header #lb {
}*/
#boxContent2 {
	margin: 0;
	padding: 0px 11px 11px 2px;
	min-height: 625px;
}
/*#secondContainer #lb {
}*/
#boxContent3 {
	margin: 0;
	padding: 15px 21px 21px 12px;
	font-size: x-small;
	text-align: center;
	min-height: 40px;
}
#footer #lb {

}
