/*MAIN TABLE STRUCTURE*/
td { vertical-align:top; }
#page {
	background:#fff url(../images/css/bg_contentHolder.jpg) top left repeat-y;
}
#branding {
	width:733px; height:166px;
	background:#fff url(../images/css/bg_branding.jpg) center no-repeat;
}
#nav_global {
	height:30px; width:573px;
	background:url(../images/css/bg_mainTop.gif) top left repeat-x;
}
#headline {
	height:50px;
	background:url(../images/css/bg_mainTop.gif) bottom left repeat-x;
}
#main_nav {
	width:157px;
	background:url(../images/css/bg_nav.jpg) top right no-repeat;
}
#main_content {
	background:#fff;
	width: 301px;
}
#main_content_wide {
	width:573px; 
	background:#fff url(../images/css/bg_main_content_wide.gif) top right repeat-y;
/*	padding-bottom:10px;  */
}


#right_content {
	width:272px;
	height:300px;
	background-color: #fff;
	background-position: bottom right;
	background-repeat: no-repeat;
    padding: 0;
}

#banner {
	text-align:center;
}
#sub {
	background:#ECE0B8 url(../images/css/bg_subContent.jpg) top center repeat-x;
	padding:15px 0;
}
#footer {
	height:47px;
	width:100%;
	background:url(../images/css/bg_footer.jpg) bottom center no-repeat;
	text-align:center;
	line-height:2em;
	font-size:11px;
}



#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 301px;
}

#leftcolumn{
float: left;
width: 301px;
margin-left: -570px;
}
