/* 
*/

.columntitle {
	background-image: url("../images/leaf_s.jpg");
	background-position: 2px 8px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #65B03B;
	color: #65B03B;
	font-size : 120%; 
	font-weight: bold;
	margin-bottom : 10px;
	padding: 7px 10px 10px 27px;
	text-align: left;
	}

.columntitle p {
	float: left;
	font-weight: bold;
	/*text-shadow: 1px 1px 0 rgba(150, 150, 150, 30);*/
}


.columntitle p:last-child {
	float: right;
	padding-right: 10px;
}

.imagebox {
	text-align: center;
	margin : 0 auto;
	width: 320px;
}

.imagebox img{
	float: left;
	width: 150px;
	margin : 5px;
}

.textbox {
	text-align: left;
	margin-bottom : 15px;
	padding : 5px 5px;
}

.textbox a {
	display: block;
	color: #000066;
}


#backlist {
	background-color: #72cd49;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#72cd49));
	background: -moz-linear-gradient(#ffffff, #72cd49);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 0;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin : 30px 30px 30px 30px;
	clear : both;
}


.big120 {
	font-size : 120%; 
	font-weight: bolder;
	}



#redhot {
	color: #cc3333;
	font-size : 130%; 
	font-weight: bolder;
	}



