@charset "utf-8";
/* CSS Document */

* 
{
  margin: 0; 
  padding: 0;
}

body
{
  /* 2010 - */ background: #5380d2 url(../img/yapback10.jpg) left top no-repeat;  
  /* 2009 - background: #88171a url(../img/yapback09.jpg) left top no-repeat; */
  /* 2008 - background: #40873f url(../img/yapback.jpg) left top no-repeat; */
}

hr
{
  margin-top: 17px;
  margin-bottom: 17px;
}

img 
{
   border: none;
}

a
{
   color: white;
}

p
{
   margin-bottom: 1em;
}

#container
{
  width: 875px;
}

#nav
{
  /* 2008 - background-color: #418740; */
  /* 2009 - background-color: #bf2026; */
  /* 2010 */ background-color: #1d2f52;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}

#nav a
{
  text-decoration: none;
  color: white;
  font-size: .8em;
  font-weight: bold;
}

#nav span.fake_link
{
   color: white;
	font-size: .8em;
	font-weight: bold;
}

#nav a:hover
{
  text-decoration: underline;
}

#content
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: .75em;
   color: white;
   margin-top: 435px;
   margin-left: 330px;
}

#footer
{
  font-size: .5em;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 20px;
  clear: both;
}

#background_image
{
   width: 292px;
   height: 586px;
   float: left;
}

/* index page */
#index div#background_image
{
  background-image: url(../img/4guys.png);
  width: 573px;
  height: 372px;
  float: right
}

#index div#content
{
  background-image:url(../img/4guys.png);
  margin-left: 275px;
  margin-top: 35px;
  width: 597px;
  height: 373px;
  z-index: 5;
}

/* courses page */
#courses div#background_image
{
  background-image: url(../user_content/img/3girls.png);
  background-repeat: no-repeat;
  width: 330px;
  height: 471px;
  float: left
}

#courses div#content
{
  margin-left: 125px;
  margin-top: 405px;
}

.course_title, .prof_title
{
   font-weight: bold;
	font-size: 1.05em;
}

.course_overview
{
   margin-bottom: 10px;
}

/* detailed course page styles */
#courses div#detail_content
{
  margin-left: 125px;
  margin-top: 405px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .75em;
  color: white;
}

.course_information
{
   padding-left: 150px;
   margin-bottom: 50px;
}

p.course_description
{
   margin-top: 20px;
}

.instructor_information
{
   padding-left: 150px;
   margin-bottom: 50px;
}

.course_notes
{
   padding-left: 150px;
   margin-bottom: 50px;
}

/* about page */
#about div#content
{
  margin-left: 282px;
  margin-top: 405px;
}

.header
{
   font-weight: bold;
	font-size: 1.05em;
}

.header2
{
   font-weight: bold;
	font-size: 1em;
	font-style: italic;
}

/* session page */
#session div#background_image
{
  background-image: url(../user_content/img/markw.png);
  width: 282px;
  height: 465px;
  float: left
}

#session div#content
{
  margin-left: 282px;
  margin-top: 405px;
}

#session p
{
   margin-bottom: 0.25em;
}

#session ul
{
  margin-bottom: 1em;
  list-style-type: none;
  margin-left: 10px;
}

/* faq page */
#faq div#content, #registration div#content
{
  margin-left: 292px;
  margin-top: 405px;
}

#faq ul
{
  margin-bottom: 1em;
  list-style-type: none;
}

#faq dt
{
  font-weight: bold;
  margin-bottom: .25em;
}

#faq dd
{
  margin-left: 10px;
  margin-bottom: 2em;
}

/* staff page */
#staff div#content
{
  margin-left: 330px;
  margin-top: 450px;
}

#staff p.header
{
  margin-left: 0;
  margin-bottom: .25em;
}

#staff p
{
   margin-bottom: 1em;
	margin-left: 10px;
}

/* photos page */
#photos div#content
{
  margin-left: 282px;
  margin-top: 405px;
}

#photos p
{
   margin-bottom: 0.25em;
}

#photos ul
{
  margin-bottom: 1em;
  list-style-type: none;
  margin-left: 10px;
}