﻿/* grid2 */
.column1 {
    float:left;
	width: 210px;
	min-height:250px;
	height:auto !important;
	height:250px;
}

.column2 {
    float:left;
	width: 750px;
}

.column3 {
    float:left;
	width: 420px;
	/*border-right:1px dotted #cccccc;*/
	padding-right: 20px;
	/*margin-right:15px;*/
	margin-bottom:20px;
	/* overflow: hidden; */
/*	min-height:250px;
	height:auto !important;
	height:250px;
*/
}

.column4 {
    float:left;
	width:290px;
	margin-bottom:20px;
	/* overflow: hidden; */
}

.column4 .pic a img {
	display:block;
}

.column4 .pic a {
	display:inline-block;
	border:1px solid #cccccc;
}

.column4 .pic a:hover {
	border:1px solid #999999;
}


.main-top {
	display:none;
}

.main-body {
	background:none;
    /*overflow:auto;*/
    zoom:1;
}

.subscribe {
	margin-left:18px;
	width:152px;
}

.main-bottom {
	display:none;
}
