/* NMD.CSS
------------------------------*/

*	{
	margin:0;
	padding:0;
	}

html, body
	{
	text-align:center;
	margin:auto;
	margin-top:0px;
	margin-bottom:14px;
	}

body {
	background-color:#776e2e;
	}


/* NO BORDERS ON IMAGE LINKS
------------------------------*/
a img {border: none}



/* MAIN PAGE LAYOUT ELEMENTS
------------------------------*/

div#maindiv
	{
	margin:auto;
	width:960px;
	height:auto;
	background-color:#dfd8ac;
	}

div#pageheader
	{
	width:960px;
	height:77px;
	margin:auto;
	text-align:center;
	}

div#navtop
	{
	width:auto;
	text-align:center;
	height:17px;
	margin:auto;
	}

div#body-container
	{
	width:848px;
	height:auto;
	margin:auto;
	}

div#bodygutter
	{
	padding:0;
	margin:auto;
	height:480px;
	float:left;
	width:1px;
	}

div#pagebody
	{
	width:847px;
	height:auto;
	margin:auto;
	float:left;
	}

div#page_footer
	{
	width:960px;
	height:27px;
	margin:auto;
	margin-top:60px;
	}

div#footer-content
  {
    width:940px;
    margin:auto;
  }

/* PAGES
------------------------------*/
div#homepage-logotype
	{
	width:848px;
	height:102px;
	margin:auto;
	background-image: url('/nmd_alternation/assets/misc/home_page_logotype.gif');
	background-repeat: no-repeat;
	}
div#homepage-body
	{
	width:848px;
	height:auto;
	margin:auto;
	margin-top:29px;
	}

div#normalpage-header
	{
	width:848px;
	height:auto;
	margin:auto;
	border-top:2px solid #FFFFFF;
	padding-top:26px;
	}
div#normalpage-body
	{
	width:848px;
	height:auto;
	margin:auto;
	}

div#assets-right
	{
	width:250px;
	float:right;
	height:auto;
	margin:auto;
	margin-left:20px;
	margin-bottom:20px;
	}

/* HACKS
------------------------------*/
  .prop {
    height:450px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:4px;
    overflow:hidden;
  }
