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

*	{
	margin:0;
	padding:0;
	}

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

body {
	background-color:#64748B;
	}


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


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

div#maindiv
	{
	margin:auto;
	width:700px;
	height:auto;
	background-color:#d3DCE6;
	}

div#pageheader
	{
	width:700px;
	height:96px;
	margin:auto;
	background-color:#26354A;
    background-image: url('/nmd_alternation/templates/vision_fleet/images/vision_fleet_by_ats_logo.gif');
	background-repeat:no-repeat;
	background-position: 6px 2px;
	text-align:center;
	}

div#pagebody
	{
	width:570px;
	padding:8px;
	height:auto;
	margin:auto;
	}

div#page_footer
	{
	width:690px;
	height:22px;
	margin:auto;
	}



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

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

