/* CSS Document */

#page
{
	width:940px;
	margin:0px auto;
	position:relative;
}

#header
{
	height:100px;
}

#sidebar
{
	width: 150px;
	float: left;
}

#slideshow
{
	width:212px;
	height:266px;
}
	
	#slideshow a img
	{
		width:212px;
		height:266px;
	}

#maincontent
{
	float:right;
	width:653px;
	min-height:500px;
	background:#FFF url(../images/sub/sub_page_top_grade.jpg) repeat-x;		
	padding:40px 25px 25px;
}


/* Misc Styles */
h2.newsroom
{
	padding-top:20px;
}

