body.community #main-wrapper {
	margin:0 0 30px;
	min-height:130px;
	overflow:hidden;
	padding:0 10px 0 250px;
	position:relative;
	width:700px;
}

body.community #titlewrapper h1 {
	margin: 0 0 15px;
}

body.community #util-wrapper {
	width: 695px;
}


body.community #content-wrapper {
	margin: 0;
	padding: 0;
}

body.community .contentrow {
	width: 700px;
	overflow: hidden;
}

body.community .contentcolumn {
	width: 220px;
	margin: 0 20px 0 0;
	float: left;
	overflow: hidden;
}

body.community .contentcolumn-3 {
	margin: 0;
}


/*
 *		Layout > contentrow-1
 */
body.community #contentrow-1 .contentcolumn {
	padding: 0 0 20px;
}


/*
 *		Layout > contentrow-2
 */
body.community #contentrow-2 .contentcolumn {
	padding: 7px 0 0;
	background: url(../gfx/line-hor-home.gif) no-repeat;
}

body.community #contentrow-2 .contentcolumn-2 {
	width: 221px;
	margin: 0 19px 0 0;
	padding: 3px 0 0;
	background: url(../gfx/line-hor-alt-home.gif) no-repeat;
}


/*
 *		Layout > linkicon
 */
a.linkicon {
	background: url(../gfx/arrow-item-home.gif) no-repeat scroll right 70%;
	padding:0 22px 0 0;
}

a.linkicon:hover {
	background-image: url(../gfx/arrow-itemh.gif);
}


