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

*	{
	margin:0;
	padding:0;
	}

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

body {
	background-color:#825830;
  background-image: url('/nmd_alternation/assets/misc/tile_bg.gif');
	background-repeat:repeat;
	background-position: top left;
	}


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



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


div#main-container
	{
	margin:auto;
  margin-top:0;
	width:800px;
	height:auto;
	background-color:#FFFFFF;
	}

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

div#top-nav
	{
  clear:both;
	width:800px;
	height:56px;
	margin:0;
	text-align:center;
	padding:0;
	}

div#main-nav-buttons
	{
	margin:0;
	padding:0;
	padding-top:11px;
	text-align:center;

	}

div#pageheader
	{
  clear:both;
	width:800px;
	height:174px;
	margin:auto;
	}

div#header-logo
	{
	width:385px;
	height:174px;
	margin:auto;
  background-image: url('/nmd_alternation/assets/misc/torell_logo.jpg');
	background-repeat:no-repeat;
	background-position: top left;

	}

div#middle-container
	{
	width:760px;
	margin:auto;
	}

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

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

div#page-footer
	{
  clear:both;
	width:800px;
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
	}

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



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

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