body {
	margin:0;
	padding:0;
}

#container	{
	width:958px;
}

#header	{
	height:120px;
	
}

#topnav	{
	height: 33px; 
	margin-top:6px;
}

#main	{
		border-right: 1px solid #3C434D;
		
}

#main_left	{
	width: 748px;
	padding-bottom:1px; /* fixes a gap bug */
}

#breadcrumb	{
	height: 32px;
	background-image:url(../img/breadcrumbbackground.jpg);
}

#pagecontent	{
	margin: 0 30px 0px 30px;
}
#main_right	{
	position:absolute;
	margin-left:747px;
	top: 170px;
	width:210px;
	text-align:center;
	height: 337px;
}

#rightcol	{
margin-left:765px;
width:180px;
position:absolute;
top: 100px;
}

#footer	{
	height:161px;
	background-image:url(../img/footerbackground.jpg);
	background-repeat:no-repeat;
}
