/* global tags */
body { font-family: arial, sans-serif, geneva, verdana; font-size: 14px; color: black; background: white; center top no-repeat fixed; margin: 0; padding: 0; background-image: url(http://www.benweb.us/images/space.jpg) }

img { border: 0; }

a { text-decoration: none; font-weight: bold; color: black; }
a:hover { text-decoration: underline; }

h2 { font-size: 16px; font-weight: bold; letter-spacing: -1px; font-family: arial, sans-serif, geneva, verdana; color: black; margin: 0 5px 2px 0; text-transform: uppercase; }
h2 img { float: right; margin: 5px 0; }
h2 a { color: #333; }
h2 a:hover { color: red; }
h3 { font-size: 13px; font-weight: bold; margin: 0 5px 5px 0; }
h4 { font-size: 14px; font-weight: normal; letter-spacing: -1px; color: black; margin: 0 5px 5px 0; text-transform: uppercase; }
h4 a { font-weight: normal; color: #666; }
h5 { font-size: 11px; font-weight: bold; margin: 0 5px 2px 0; }
h6 { font-size: 16px; font-weight: bold; margin: 0 5px 5px 0; }

p { font-family: arial, sans-serif, geneva, verdana; margin: 0 5px 10px 0; }

ul { margin: 0 0 10px 0; padding: 0 0 0 10px; }
ol { margin: 0 0 10px 0; padding: 0 0 0 10px; }
li { line-height: 16px; margin: 0 0 0 10px; padding: 0; }

/*container*/
#container {width 1000px; border:solid 1px; }


/* masthead*/
#masthead  {
  background: white;
  padding: 15px;  }

/* main*/
#main  {
  float: left;
  width:  70%;
  background: white;  }

/* links*/
#links  {
  float: left;
  width: 15%;
  background: white;  }

/* spotlight*/
#news  {
  
  width: 15%;
  float: left;
  background: white;  }

/* footer*/
#footer  {
  clear: both; /*starts footer below the floated content*/ 
  padding: 15px;
  background: white;   }


/* site map */
#site_map { color: #FFF; font-size: 10px; padding-bottom: 10px; position: relative; }
#site_map li { line-height: normal; }
#site_map a { color: #FFF; }
#site_map .columns .columns { width: 210px; }
#site_map .columns { width: 700px; }
#site_map .column { float: left; border-right:1px dotted #FFFFFF; margin:10px 0 0 0; padding:0 10px; }
#site_map .inner_column { float: left; width: 105px; }
#site_map h5 { text-transform: uppercase; }

