/***********/
/* CONTENT */
/***********/

.content {
	clear: both;
	background: #FFF;
	color: #6a6a6a;
	font-size: 12px;
	padding: 32px 22px 0px 22px;
	height: 200px;
}

.content h2 {
	color: #9fd20d;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 18px;
}

.content a {
	color: #ff7d0b;
	text-decoration: none;
}

.content a:hover {
	color: #FFF;
	background: #ff7d0b;
	text-decoration: none;
}

.submenu {
	height: 50px;
}

.list {
	float: left;
}

.width1 {
	width: 245px;
}

.width2 {
	width: 310px;
}

.width3 {
	width: 265px;
}

.list ul {
	height: 130px;
}

.list li {
	padding-bottom: 7px;
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 10px;
}