#content .box a:hover {
    color: black;
}
#boxes {
    width: 510px;
    float: left;
}
.box {
    float: left;
    overflow: hidden;
	margin-right: 20px;
    margin-bottom:20px;
	color: black;
}
.box h2 {
    margin: 10px 10px 0;
    font-family: Arial, sans-serif;
    line-height: 1.4em;
    font-size: 2em;
}
.box h2 a {
    display: block;
    padding-bottom: 0;
    padding-top: 45px;
}
.box p {
    padding: 10px;
    padding-top: 0;
	padding-bottom: 25px;
	font-size: 1em;
	color: black;
}
.box p a {
    display: block;
    line-height: inherit;
}
.box p span {
    color: black;
    background: url(../imgs/white_20.png);
    line-height: inherit;
}
.box img {
    float:right;
}
.box .news {
    margin-bottom: 0 !important;
    overflow: hidden;
}
.box .news .category {
    float: none;
}
.box .news h2 a {
    padding-top: 0;
}
#banner {
    color: rgb(102,102,102);
}

.news h2 {
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	font-size:17px;
	position: relative;
	z-index: 3;
}
.news p {
    line-height: 1.4em;
    font-size: 1.1em;
}
#news {
    margin-left: 510px;
    width: 242px;
}
* html #news {
    width: 232px;
}
.news {
    border: 1px solid white;
    color: white;
    padding: 10px;
	margin-bottom: 20px;
}
.news.highlight {
    background: white;
    border: none;
}
.news.highlight * {
	color: black !important;
}
img.category {
	margin-top: 15px;
	margin-bottom: -13px;
	position: relative;
	z-index: 2;
}
