/*------alignleft layout------*/
.contentsleft	{
	text-align: left;
	width: 700px;
	font-size: 12px;
	}
/*------alignlcenter layout------*/
.contentscenter	{
	text-align: center;
	width: 700px;
	font-size: 12px;
	}

.lead	{
	width: 363px;
	height: 132px;
	background: url(../topimage/c.gif);
	color: #fff;
	font-size: 12px;
	padding-left: 30px;
	vertical-align: top;
	}

.catch	{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	}
	
.linkspace	{
	width: 700px;
	padding: 15px 0px;
	background: url(../topimage/dot.gif);	
	}
	
.linktable	{
	margin-left: 14px;
	}
	
.linktable td	{
	width: 225px;
	height: 153px;
	vertical-align: top;
	}

/*TOP PAGE NEW ITEM LIKS*/
#toppagenewitemlinks	{
		background: #67C5D3;
		padding: 0px 0px 30px 30px;
	}
#toppagenewitemlinks	.title{
		color: #fff;
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: bold;
	}
#toppagenewitemlinks	a{
		color: #fff;
	}
#toppagenewitemlinks	a:hover{
		color: #ccc;
	}
#toppagenewitemlinks	a:active{
		color: #BFE5EB;
	}


