.home{
	background: transparent url('../images/bg_home_top.gif') 0 0 no-repeat; 
	padding:50px 0 0 0;
	width:600px;
	float: left;
	position: relative;
	margin-bottom:10px;
}

.subHome{
	background: transparent url('../images/bg_home_bottom.gif') left bottom no-repeat; 
	padding-bottom: 10px;
}

.contHome{
	background: transparent url('../images/bg_home.gif') left bottom repeat-x; 
	min-height:340px;
	_height:340px;
	border: solid 1px #BFBFBF; 
	border-top:0; 
	border-bottom:0;
	padding:0 9px;
}




.rightColumn{
	float: right;
	background: transparent url('../images/bg_rightcolum_top.gif') 0 0 no-repeat; 
	padding:10px 0 0 0;
	width:190px;
	margin: 40px 0 10px 0;
}

.subRightColumn{
	background: transparent url('../images/bg_rightcolum_bottom.gif') left bottom no-repeat; 
	padding-bottom: 10px;
}

.contRightColumn{
	background: transparent url('../images/bg_rightcolum.gif') left bottom repeat-x; 
	min-height:340px;
	_height:340px;
	border: solid 1px #BFBFBF; 
	border-top:0; 
	border-bottom:0;
	padding: 0 9px;
	
}

.contRightColumn img{display:block;}

.textHome{
	background: transparent url('../images/bg_homebox_top.gif') 0 0 no-repeat; 
	padding:10px 0 0 0;
	margin-top:10px;
	width:400px;
	float:left;
	
}

.textSubHome{
	background: transparent url('../images/bg_homebox_bottom.gif') left bottom no-repeat; 
	padding-bottom:10px;
}

.textContHome{
	min-height:105px;
	_height:105px;
	background: #FFFFFF; 
	padding:0 10px;
}

.textHome p{margin:5px 0 0 0;}

.bannerSmall{width:170px;float:right; margin:10px 0 0 0;}


.homeContentLink{
	position: absolute; 
	right:20px; 
	top:280px; 
	width: 180px; 
	text-align: right;
}

.homeContentLink a, .homeContentLink a:hover, .homeContentLink a:visited{
	color: #808080;
}
.homeContentLink a:hover{
	color: #FF0000;
}
