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

*	{
	margin:0;
	padding:0;
	}

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

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


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



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


div#main-container
	{
	margin:auto;
  margin-top:0;
	width:820px;
	height:auto;
	border: 3px solid #FFFFFF;
	}

div#maindiv
	{
	margin:auto;
  margin-top:0;
	width:818px;
	height:auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #000000;
	}

div#pageheader
	{
  clear:both;
	width:818px;
	height:115px;
	margin:auto;
  background-image: url('/nmd_alternation/assets/misc/header_bg.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	}

div#top-nav
	{
  clear:both;
	width:818px;
	height:27px;
	margin:0;
	text-align:left;
	padding:0;
	}

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

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

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

div#bottom-nav
	{
  clear:both;
	width:818px;
	height:38px;
	color:#FFFFFF;
	text-align:center;
  background-image: url('/nmd_alternation/assets/misc/footer_nav_bg_tile.jpg');
	background-repeat:repeat-x;
	background-position: top left;
	}

div#page-footer
	{
  clear:both;
	width:818px;
	height:37px;
	margin:0;
	text-align:center;
  background-color:#93A5A7;
	}

div#footer-content
  {
    width:800px;
    margin:auto;
		padding-top:11px;
  }



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

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

