/* CSS Document */

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

#tlc, #trc { zoom: 1 }

#container{
	position: relative;
	top: 0px;
	left: 15px;
	width:780px;
	margin:0
	auto;
	float:left;
	}
	
.sample1{
	float:left;
	position: relative;
	padding-bottom: 10px;

}
.sample2{
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.sample3{
	float:left;
	
}

#box
	{
	position: relative;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 270px;
	height:auto;
	background-color: #F7F7F7;
	margin-bottom: 15px
	}
 	
#catagories
	{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #1E4253; 
	line-height: 160%;
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 15px;
	

}
#info
{
		
		color: #5CAFAF;
		width: 50px;
    	height: 80px;
		padding-bottom: 10px;

		float:left;
	}		
#enlarge
{
		font-family: arial, sans-serif;
		font-size: 11px;
		color: #2792C6;
		padding-bottom: 15px;
		padding-top: 7px;
		padding-left: 30px;
	 	background-image:url(../images/enlarge.gif);
		background-repeat: no-repeat;
		background-position: 12px 7px
	}

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/panel/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/panel/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/panel/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/panel/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/panel/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/panel/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/panel/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/panel/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
