/*
NMH Theme Option Style Sheet
Resets certain styles to change the width of the page
*/


#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #fff url('images/common/bg-page_wide.jpg') repeat-y;
	}

#headerimg {
	width: 960px;
	background: transparent url(images/header/bg-header_wide.jpg) no-repeat;
}


.narrowcolumn {
	width: 630px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 600px;
	}


#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 695px;
	width: 240px;
	}



#footer {
	width: 960px;
	background: url(images/common/bg-footer_wide.jpg) no-repeat center 100%;
	}


#footerleft {
	float: left;
	margin-top: 20px;
	margin-right: 105px;
	width: 425px;
	text-align: right;
	}

#footerright {
	float: left;
	margin-top: 20px;
	}







