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

*	{
	margin:0;
	padding:0;
	}

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

body {
	background-color:#f9e38e;
  background-image: url('/nmd_alternation/assets/misc/bg_tile.jpg');
	background-repeat:repeat;
	}


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



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

div#maindiv
	{
	margin:auto;
  margin-top:14px;
	width:797px;
	height:auto;
	}

div#pageheader
	{
  clear:both;
	width:797px;
	height:144px;
	margin:auto;
	text-align:center;
  background-image: url('/nmd_alternation/assets/misc/header_bg.gif');
	background-repeat:no-repeat;
	background-position: top left;
	}

div#top-nav
	{
  clear:both;
	width:797px;
	height:33px;
	margin:auto;
	text-align:center;
  background-image: url('/nmd_alternation/assets/misc/topnav_bg.gif');
	background-repeat:no-repeat;
	background-position: top left;
	}

div#middle-container
	{
  clear:both;
	width:797px;
	margin:auto;
	text-align:center;
  background-image: url('/nmd_alternation/assets/misc/middle_bg.gif');
	background-repeat:repeat-y;
	background-position: top left;
	}

div.body-gutter
	{
  float:left;
	margin:auto;
	width:11px;
	height:450px;
	}

div#body-container
	{
  float:left;
	margin:auto;
	width:775px;
	height:auto;
	}

div#page-footer
	{
  clear:both;
	width:797px;
	height:139px;
	margin:auto;
	text-align:center;
  background-image: url('/nmd_alternation/assets/misc/footer_bg.gif');
	background-repeat:no-repeat;
	background-position: left bottom;
	}

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

div#footer-copyright
  {
  	margin:auto;
    margin-top:10px;
  	width:750px;
  }

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

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