


#content
{
	float: left;
	width: 485px;
}

#content img
{
	max-width: 100%;
}

#footer
{
	text-align: left;
}

#page
{
	/* 2 x 30px shadows + 940px width = 1000px background image */
	background-image: url(/media/images/common/MCC_ShadowMiddle2.gif);
	background-repeat: repeat-y;
	width: 1020px;
	padding-right: 0;
}

#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;
	*/
}

#below-page
{
	/* 2 x 30px shadows + 940px width = 1000px background image */
	/*
	background-image: url(/media/images/common/MCC_ShadowBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 940px;
	height: 40px;
	padding: 0 30px 1px;
	background-color: #FFFFFF;
	margin: 0 auto;
	display: block;
	position: relative;
	*/
}

#sidebar
{
	float: left;
	width: 290px;
  padding: 20px 20px 10px 15px;
	font-size: 100%;
	line-height: 1.5;
}

.info
{
	font-size: 100%;
}


#content #commentsDiv .thread input.heading
{
	width: 485px;
}

#content #commentsDiv .thread .comment .byline
{
	background-image: url(/media/images/common/MCC_CommentTop.gif);
}

#content #commentsDiv .thread .comment .body
{
	background-color: #E8E8E8;
	width: 455px;
	background-image: url(/media/images/common/MCC_CommentBottom.gif);
}

#content #commentsDiv .thread .comment .body textarea
{
	width: 451px;
}


/*
 * Footer
 */

#footer
{
	position: relative;
	width: 790px;
	padding: 10px 20px 0;
	text-align: center;
	clear: both;
	height: auto;
	background-image: none;
	background-color: transparent;
	color: Black;
	font-size: 100%;
}

#footer a
{
	color: #1560BD;
}

#footer a:hover
{
	color: #F0CE00;
}
