


#content
{
	float: left;
	width: 595px;
}

#page
{
	/* 2 x 30px shadows + 940px width = 1000px background image */
	background-image: url(/media/images/common/MCC_ShadowMiddle.gif);
	background-repeat: repeat-y;
	width: 940px;
}

#masthead
{
	background-image: none;
}

#above-page
{
	/* 2 x 30px shadows + 940px width = 1000px background image */
	background-image: url(/media/images/common/MCC_ShadowTop.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 940px;
	height: 40px;
	padding: 0 30px 1px;
	background-color: #FFFFFF;
	margin: 0 auto;
	display: block;
	position: relative;
}

#sidebar
{
	float: right;
	width: 290px;
  padding: 10px 20px 10px 15px;
	font-size: 100%;
	line-height: 1.5;
}

.info
{
	font-size: 100%;
}


#content #commentsDiv .thread input.heading
{
	width: 587px;
}

#content #commentsDiv .thread .comment .byline
{
	background-image: url(/media/images/common/MCC_CommentTop.gif);
}

#content #commentsDiv .thread .comment .body
{
	background-color: #E8E8E8;
	width: 565px;
	background-image: url(/media/images/common/MCC_CommentBottom.gif);
}

#content #commentsDiv .thread .comment .body textarea
{
	width: 551px;
}