body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  background-color: #9C6;
}
#container {
  width: 60em;
  background: #FFFFFF;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  min-height: 20em;
}
#content {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.875em;
  color: #333;
  margin: 2em 0em 1em;
  padding: 0em .75em;
}
#header {
  float: left;
  height: 241px;
  background-image: url(images/fita.png);
  background-position: 0;
  background-repeat: no-repeat;
  width: 300px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
/*****************TEXT****************/
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #1453A3;
  text-align: center;
  margin-top: 1em;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  color: #003399;
  font-weight: bold;
}
.copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.85em;
  color: #333333;
}
.bullets {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85em;
  color: #333333;
  list-style-position: outside;
  list-style-type: decimal;
  line-height: 1em;
}
.red {
  color: #FF0000
}
/******************NAV****************/
#nav {
  background: #990099;
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .85em;
  font-weight: 300;
  font-style: italic;
  margin: 0;
}
#nav, #nav ul {
  float: left;
  list-style: none;
  line-height: 2.5em;
  padding-left: 0;
  border: 0;
  margin: 0;
}
#nav a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 10px;
}
#nav li {
  float:left;
  padding:0;
}
#nav ul {
  position:absolute;
  left:-999em;
  width:119px;
  font-weight:normal;
  margin:0;
  line-height:2;
  border:0;
}
#nav li li {
  width:119px;
}
#snav li li a {
  padding:4px 10px;
  width:100px;
  font-size:.75em;
  color:#444444;
}
#nav li ul ul {
  margin:-21px 0 0 100px;
}
#nav li li:hover {
  background:#990099;
}
#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a {
  color:#ffffff;
}
#nav li:hover a, #li.sfhover a {
  color:#FC3;
}
#li:hover li a, #li li:hover li a, #li li li:hover li a, #sli li li li:hover li a {
  color:#444444;
}
#li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
  left:-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
  left:auto;
  background:#990099;
}
#nav li:hover, #nav li.sfhover {
  background:#990099;
}
/*********************FOOTER********************/

#footer {
  background-color: #FFF;
  height: 3em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.8em;
  color: #660066;
  line-height: 1;
  text-align: center;
  border-top: #333 1px dotted;
  margin: 2em 1.5em 1em;
}
.disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #333333;
  text-align: center;
  line-height: 3;
}
/***********************GALLERY*********************/
#imageSlideshowHolder{

/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 
In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.
*/
/* CSS HACK */
width: 606px;	/* IE 5.x */
width/* */:/**/600px;	/* Other browsers */
width: /**/600px;

/* CSS HACK */
height: 456px;	/* IE 5.x */
height/* */:/**/450px;	/* Other browsers */
height: /**/450px;

background-color:#000;
border:3px solid #317082;
position:relative;	/* Never change this value */	
}
.imageInGallery{		
width:600px;
height:450px;
background-color:#000;

/* Never change these 3 value */
left:0px;
top:0px;
position:absolute;	
}
#imageSlideshowHolder img{
position:absolute;
}