img.partner-logos {

	margin: 0 0 10px 10px;
	border: 0;
	float:right;
	
}


.post ul > li {
    background-image: url("/images/custom/postbullets.png");
    background-repeat: no-repeat;
    overflow-x: visible;
    overflow-y: hidden;
    padding-left: 25px;
}

.homepage-graphic {
	background-image: url(../images/homepage-graphic.png);
	background-repeat: no-repeat;
	background-position: center 125px;
}

div.center
{
	width: 800px;
	display: block;
	margin-left:auto;
	margin-right: auto;

}

.post#welcome, .post#latest-news
{
	width: 47%;
	float: left;
	margin: 0 10px;
	height: 380px;
	overflow:hidden;

}


