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

*	{
	margin:0;
	padding:0;
	}

body {
	background-color:#3e6489;
	margin-bottom:14px;
  background-image: url('/nmd_alternation/templates/nmd_website/images/page_bg_tile.gif');
	background-repeat:repeat;
	background-position: left top;
	}

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

div#maindiv
	{
	margin:auto;
	width:917px;
	height:auto;
  background-image: url('/nmd_alternation/templates/nmd_website/images/nmd_website_bg.gif');
	background-repeat:repeat-y;
	background-position: left top;
	}

div#content-container {
	width:917px;
	}

div#gutter-left
	{
	float:left;
	width:151px;
	}

div#nav-top-container {
	width:765px;
	height:128px;
  background-image: url('/nmd_alternation/templates/nmd_website/images/nav_head_bg.gif');
	background-repeat:no-repeat;
	background-position: left top;
	}

div#nav-top-padding {
	width:765px;
	height:100px;
	text-align:center;
	}

div#mainnav-links {
	width:765px;
	height:28px;
	text-align:center;
	}

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

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

div#body-content
	{
	width:765px;
	height:auto;
	float:left;
	}

div#left-gutter-content
  {
		padding-top:6px;
		padding-bottom:3px;
		font-size:11px;
    width:120px;
    margin:auto;
  }


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

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

