@charset "UTF-8";
/* CSS Document */

body {font-size: 12px;}

body#action #content-container {background:none;}
body#action #primary {background:none; width:895px;}

#content-container {background: url(gfx/right-sidebar-top.gif) no-repeat right top;}

#top-blurb {
	background: url(gfx/top-blurb-bottom.gif) no-repeat left bottom #161613;
	padding: 12px 12px 1px 12px;
	margin-bottom: 15px;
}

#top-blurb a {
 color: #9fc88f;
}

#primary {
	width: 590px;
	padding: 0;
	margin-top: 0;
}

#primary-content {
	background: url(gfx/primary-content-bg.gif) no-repeat left top;
}

#primary-left {
	width: 255px;
	padding: 10px 15px;
	float: left;
}
	
#primary-right {
	width: 255px;
	padding: 10px 15px;
	float: right;
}

#primary {
	background: url(gfx/primary-content-bottom.gif) no-repeat left bottom;
	padding-bottom: 7px;
}

/*-- #secondary {
	margin-top: 5px;
	background: url(gfx/right-sidebar-bottom.gif) no-repeat left bottom #312828;
	padding: 0 15px 10px 15px;
	width: 255px;
}

#secondary .portlet-top {
  background: none;}
	
#secondary .portlet-bottom {
	background: none;
	padding: 0;
}

-- */

