html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #666666;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

a   { color: #356aa0; text-decoration: none; }
h1  { font-size: 2em; color: #0063a4; }
h2  { font-size: 1.75em; color: #0063a4; }
h3  { font-size: 1.50em; color: #0063a4; }
h4  { font-size: 1.25em; color: #0063a4; }
img { border: 0px; }
iframe {border: 0px; }

#page_wrap {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  background-image: url('../images/bg3.png');
  background-repeat: repeat-x;
  text-align: center;
}

#page {
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 0px;
    min-width: 1024px;
    width: 1024px;
    text-align: left;
}

#header {
    width: 1024px;
    height: 111px;
    float: left;
}

#logo {
    float: left;
    width: 195px;
    height: 68px;    
    margin-top: 12px;
    background-image: url('../images/logos/nexplore-logo-search2.gif');
    background-repeat: no-repeat;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

*html #logo {
  _background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nexplore_search_transparent.png');
}
    

#footer {
    clear: both;
    float: left;
    width: 1024px;
    margin-top: 20px;
    text-align: center;
}

#footer a {
    color: #666666;
    text-decoration: underline;
}

#content {
    float: left;
    width: 1024px;
    height: 436px;
    background-image: url('../images/content_bg.png');
    background-repeat: x-repeat;
    font-size: 12px;
}



#col_1 {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 485px;
  height: 347px;
  background-image: url('../images/the_guy.png');
  background-repeat: no-repeat;
}

*html #col_1 {
  _background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/the_guy.png');
}

#col_2 {
  margin: 0px;
  padding: 15px 5px 0px 0px;
  float: right;
  width: 520px;
  background-image: url('../images/content_bg.png');
  background-repeat: x-repeat;
  font-size: 1.2em;
}

#guy_caption {
  position: relative;
  top: 55px;
  left: 270px;
  height: 30px;
  width: 190px;
  font-size: 1.6em;
  color: #0063a4;
  text-align: center;
  padding: 0 auto;}

.flash {
  font-weight: bold;
  color: #f26722;
}

.nx {
  color: #0063a4;
  font-size: 1.4em;
}
