/* ***** generic stuff ***** */
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  background: #fff url( ../images/fade.gif ) repeat-x;
}

h1 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  font-weight: normal;
  color: #7D97DA;
}

a:visited a:link {
  font-weight: normal;
  color: #7D97DA;
}

a:hover {
  font-weight: normal;
  color: #CB4415;
}

cite {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.testimonial {
    font-weight: bold;
    color: #666;
    font-style: italic;
}

div.clearall {
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
  font-size: 2px;
}

strong {
  color: #243666;
}


/* ***** navigation ***** */

#nav {
  margin: 0px auto 0px auto;
  width: 650px;
  height: 20px;
  text-align: right;
}

#nav .nolink {
  font-weight: bold;
  color: #000000;
}

#nav p {
  padding-top: 10px;
  font-weight: normal;
  color: #666666;
}

#nav a {
  font-weight: normal;
  color: #000000;
}

#nav a:visited a:link {
  font-weight: normal;
  color: #000000;
}

#nav a:hover {
  font-weight: normal;
  color: #CB4415;
}

/* ***** header ***** */

#header {
  width: 756px;
  text-align: center;
  margin: 0 auto 0 auto;
}

#bigimage {
  margin: 40px 0 10px 0;
}

#header h1, #content h1 {
  color: #243666;
  font-family: georgia;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

#content h1{
    text-align: center;
}

/* ***** content ***** */

#content {
  width: 576px;
  margin: 0 auto 0 auto;
}

#content h2 {
  color: #B53D13 ;
  font-family: georgia;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: left;
}

div.description {
  margin-left: 50px;
  text-align: left;
}


div.presentation h2 {
  font-size: 18px;
  font-weight: bold;
  color: #CB4415;
  line-height: 140%;
  font-family: georgia;
  clear: both;
  margin-bottom: 40px;
}

div.description p {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 140%;
  font-family: georgia;
}

div.description ol {
  margin-top: 0;
}

div.description li {
  padding-left: 10px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 140%;
  font-family: georgia;
}

.shell {
    font-family: 'Bitstream Vera Sans Mono';
	font-size: 1.0em;
	margin: 15px 5px 15px 5px;
	padding: 7px 7px 7px 15px;
	color: white;
	background: #333333;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: auto;
    display: block;
}
.shell em {
    color: #aaaaaa;    
}


/* ***** footer ***** */

#footer {
  width: 756px;
  padding: 10px 0 10px 0;
  margin: 0 auto 0 auto;
  text-align: center;
  clear: both;
}

#company {
  margin: 0 auto 0 auto;
  width: 756px;
  clear: both;
  text-align: center;
  padding: 10px 0 0 0;
  border-top: dotted 1px #cccccc;
  color: #999999;
}

#seesaw{
 text-align: center;  
 margin-bottom: 10px;
}
