
body {
    background-image    : url(../images/body-bg-home.png);
}

div#rightColInnerCon {
	width:453px;
}

div#pageVisualTop {
	width:395px;	/* 453 - 20 - 35 */
	height:91px; /* 116 - 15 - 10 */
	padding: 15px 20px 10px 35px;
}

div#textCon h1 {
	display:none;
}

div#newsBlock {
	height:315px; /* 345 - 15 - 15 */
	margin-left:454px;
	padding:15px 20px 15px 20px;
	background: url(../images/newsblock-bg.gif) left top no-repeat;
}
	div#newsBlock h2 {
		margin:22px 0 0 0;
		text-transform: uppercase;
		font-weight:bold;
		font-size:12px;
		color:#672E42;
		line-height:1.5em;
	}
	div#newsBlock p {
		font-weight:bold;
		color:#010609;
	}
	div#newsBlock p span.date {
		display:block;
		font-weight:normal;
	}
	div#newsBlock a {
		display:block;
			font-size:0.9em;
		color:#373b3d;
		text-decoration:none;
	}
	div#newsBlock a:hover {
		text-decoration:underline;
	}

div#scrollable {
	width:453px; /* 453 - 35 */
	height:210px;
	margin-top:30px;
}

div#scrollNav {
	display:none;
}

div#projectVisualBlock,
div#projectThumbsBlock {
	display:none;
}


