* { padding: 0; margin: 0; }

a { text-decoration: none; }

img {
  border: none;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000;
}

#wrapper { 
 margin: 0 auto;
 width: 942px;
 background: #000;
}

#preheader {
 position: relative;
 color: #fff;
 width: 942px;
 float: left;
 height: 24px;
 background: #000;
}

#header {
 position: relative;
 color: #fff;
 width: 942px;
 float: left;
 height: 150px;
 background: #000;
 background-image: url(http://www.ncwanted.com/presentation/v1/images/masthead.jpg);
 background-repeat:no-repeat;
}

#leftcolumn { 
 position: relative;
 color: #fff;
 background: #000;
 margin: 0px 0px 0px 0px;
 width: 597px;
 float: left;
}

#rightcolumn { 
 position: relative;
 float: right;
 color: #fff;
 background: #000;
 width: 337px;
 display: inline;
}

#footer { 
 position: relative;
 width: 900px;
 clear: both;
 color: #fff;
 background: #000;
}


/*
	  Based on layout template from http://www.code-sucks.com
*/
