body {
  /*background-color: #88a663;*/
  /*font-family: 'Helvetica Neue', Arial, sans-serif;*/
  font-family: helvetica, lucida grande, arial;
  /*font-size: 1em;*/
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}


/*** General styles used all over the place ***/

  /* This flat hides things from the user */
.hidden_stuff {
  width: 0px;
  height: 0px;
  font-size: 0px;
  margin-top: -12px;
  padding: 0px;
}

  /* This gives me a div block with a color highlight on it */
.highlight_green {
  border: 1px dashed;
  background-color: #c4fba6;
}

  /* This gives me a div block with a color highlight on it */
.highlight_yellow {
  border: 1px dashed;
  background-color: #fdebac;
}

  /* This gives me a div block with a color highlight on it */
.highlight_blue {
  border: 1px dashed;
  background-color: #adbbff;
}

  /* Something that should be made note of */
.take_note {
  font-weight: bold;
}

  /* My links */
a:link {
  text-decoration: none;
  color: #4165ff;
}
 
  /* My links */
a:visited {
  text-decoration: none;
  color: #4165ff;
}



/*** MAIN PAGE ***/

  /* Contains my header object */
.main_header_logo {
  margin: 0 auto;
  width: 800px;
  height: 120px;
  background-image: url('/images/header.png');
}

  /* Log in link */
.main_login {
  margin-top: -22px;
  margin-bottom: 12px;
  margin-left: 660px;
  color: #EEEEEE;
  font-weight: bold;
}

  /* Log in link */
.main_login a {
  color: #EEEEEE;
}

  /* Contains my header object */
.main_top_of_body {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: -136px;
  width: 100%;
  height: 136px;
/*  background-image: url('/images/background.png'); */
}



/*** Page Layout ***/

  /* Contains the entire page nav */
.page_nav_container
{
  width: 800px;
  margin: 0 auto;
}

  /* Handles my project's navigation */
.page_nav_home
{
  width: 33%;
  float: left;
  font-size: 1.4em;
}

  /* Handles my project's navigation */
.page_nav_projects
{
  width: 33%;
  float: left;
  font-size: 1.4em;
}

  /* Handles my about me navigation */
.page_nav_about
{
  width: 33%;
  float: left;
  font-size: 1.4em;
}



/*** Project Layout ***/

  /* Contains my project page */
.project_container {
  margin: 0 auto;
  width: 800px;
  font-size: 1.4em;
}
 
  /* The project objective */
.project_objective {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 12px;
  color: #636363;
}

  /* The project objective text */
.project_objective_text {
  text-align: left;
  margin-top: 8px;
}

  /* The project requirements */
.project_requirements {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 24px;
  color: #636363;
}

  /* The project requirements text */
.project_requirements_text {
  text-align: left;
  margin-top: 8px;
}

  /* The project before_you_start */
.project_before_you_start {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 24px;
  color: #636363;
}

  /* The project before_you_start text */
.project_before_you_start_text {
  text-align: left;
  margin-top: 8px;
}

  /* Tell the user if they F-up, its not my fault */
.project_disclaimer {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 24px;
  color: #636363;
}

  /* The project before_you_start text */
.project_disclaimer_text {
  text-align: left;
  margin-top: 8px;
}

  /* Basic layout out of what we are doing with a quick description */
.project_overview {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 24px;
  color: #636363;
}

  /* Text for the layout */
.project_overview_text {
  text-align: left;
  margin-top: 8px;
}

  /* This is a project step title */
.project_step {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 24px;
  color: #636363;
}

  /* Text for step */
.project_step_text {
  text-align: left;
  margin-top: 8px;
}

  /* Name my sources */
.project_sources {
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 24px;
  color: #636363;
}

  /* Text for step */
.project_sources_text {
  text-align: left;
  margin-top: 8px;
}

  /* Project list horizontal */
.project_images_list {
  float: left;
  margin: 2px;
}
