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

*	{
	margin:0;
	padding:0 0 0 0;
	}

body {
	padding:4px 0 0 0;
	background-color:#BBAD7E;
	margin-bottom:14px;
	background-image: url('/nmd_alternation/assets/misc/bg_tile1.gif');
	background-position: left top;
	background-repeat: repeat;
	}

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

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

div#page-header
	{
	padding:0;
	width:917px;
	height:105px;
	text-align:center;
	margin:auto;
	background-image: url('/nmd_alternation/assets/misc/logo_gradient.gif');
	background-position: left top;
	background-repeat: no-repeat;
	}

div#nav-top
	{
	width:887px;
	height:24px;
	background-color:#FAF2E9;
	border-top:1px solid #403818;
	border-bottom:1px solid #403818;
	margin:auto;
	}

div#body-container
	{
	width:887px;
	height:auto;
	margin:auto;
	background-color:#FAF2E9;
	}

div#body-container-bottom
	{
	width:887px;
	height:11px;
	margin:auto;
	background-color:#FAF2E9;
	background-image: url('/nmd_alternation/templates/writeinside/images/body_bg_bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	}

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

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

div#page-footer
	{
	width:917px;
	margin:auto;
	margin-top:2px;
	clear:both;
	}

div#footer-content
  {
		padding-top:9px;
		font-size:11px;
		color:#FFFFFF;
    width:917px;
    margin:auto;
  }

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

div#footer_ads_container {
	width:687px;
	padding:6px;
	text-align:center;
	margin:auto;
	}

div#footer_ads_container p {
	color:#FAF2E9;
	line-height:120%;
	font-size:10px;
	}


div#header_ads_container_right {
	float:right;
	width:268px;
	padding:6px;
	text-align:right;
	}

div#header_ads_container_right p {
	color:#FFFFFF;
	line-height:130%;
	font-size:11px;
	text-align:right;
	}

div#header_ads_container_left {
	float:left;
	width:268px;
	padding:6px;
	text-align:left;
	}

div#header_ads_container_left p {
	color:#FFFFFF;
	line-height:130%;
	font-size:11px;
	text-align:left;
	}





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

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