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

*	{
	margin:0;
	padding:0;
	}

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

body {
	background-color:#d5ddd2;
  background-image: url('/nmd_alternation/assets/misc/bg_gradient.gif');
	background-repeat:repeat-x;
	background-position: left top;

	}


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



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

div#maindiv
	{
	margin:auto;
  margin-top:15px;
	width:750px;
	height:auto;
	background-color:#FFFFFF;
  background-image: url('/nmd_alternation/assets/misc/body_corners_top.gif');
	background-repeat:no-repeat;
	background-position: left top;
	}

div#pageheader
	{
  clear:both;
	width:750px;
	height:158px;
	margin:auto;
	text-align:center;
  background-image: url('/nmd_alternation/assets/misc/ff_logo.gif');
	background-repeat:no-repeat;
	background-position: 17px 6px;
	}

div#body-gutter
	{
  float:left;
	margin:auto;
	width:37px;
	height:480px;
	}

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

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

div#page-footer div#footer-nav
  {
  	float:left;
  }
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;
  }
