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

*	{
	margin:0;
	padding:0;
	}

body {
	background-color:#404040;
	margin-bottom:14px;
	}

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

div#maindiv
	{
	margin:auto;
	width:917px;
	height:auto;
	background-color:#CFCFCF;
	border:2px solid #FFFFFF;
	}

div#page-header
	{
	width:917px;
	height:90px;
	background-color:#607463;
	}

div#page-header-large
	{
	width:917px;
	height:128px;
	background-color:#000000;
  background-image: url('/nmd_alternation/templates/slco/images/header_bg_tile.gif');
	background-position: left top;
	background-repeat:repeat-x;
	}

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

div#nav-left
	{
	float:left;
	width:151px;
	text-align:center;
	}

div#mainnav-links {
	text-align:center;
	margin:auto;
	}

div#mainnav-left-links {
	text-align:center;
	margin:auto;
	margin-top:11px;
	background-color:#000000;
	width:90%;
	}

div#header-sep
	{
	clear:both;
	width:917px;
	height:2px;
	background-color:#FFFFFF;
	}

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

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

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

div#page-footer
	{
	width:917px;
	height:26px;
	margin:auto;
	margin-top:2px;
	background-color:#996600;
	}

div#footer-content
  {
		height:20px;
		padding:7px 6px 0px 0px;
		font-size:11px;
		color:#FFFFFF;
    margin:auto;
  }

div#footer-meta-data {
	margin:auto;
	text-align:center;
	margin-top:20px;
	color:#FFFFFF;
	font-size:11px;
	}


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

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

