body
{ background-color: #3399CC;
  background-image: url(blue2.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: Arial;
  font-size: 13;
  color: #3366CC;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

a:link {
	text-decoration: none; color: #FFFFFF;
}
a:visited {
	   text-decoration: none; color: #FFFFFF;
}
a:hover {
	 font-weight: bold; color: #FFFF00;
}
a:active {
	  text-decoration: none; color: #FF00CC;
}

.nav
{ font-size: 16; font-weight: bold; color: #ffff00;
}

.h 
{ font-size: 12; color: #3399cc;
}

.i
{ font-family: sans serif; font-size: 12; font-style: italic; color: #3366CC;
}

.tiny
{ font-size: 10; font-style: italic; color: #ffffff
}


#outerwrapper {
position: absolute;
margin-top: 0;
margin-left: 60 auto;
width: 1080px;
height: 1050px;
z-index: 1;
}

#index {
  position: absolute;
  margin-top: 20%;
  margin-left: 10% auto;
  padding: 1%;
  width: 350px;
z-index: 6;
}

#wrapper {
position: relative;
margin-top: 0;
width: 700px;
height: 950px;
margin-left: 350 auto;
text-align: left;
z-index: 4;
}

#main {
background-color: #ffffff;
  position: absolute;
  margin-top: 0;
 width: 690px;
 height: 980px;
  margin-left: 25%;
  padding: 5;
  margin-right: 25%;
  z-index: 1;
}

#footer {
position: relative;
margin-top: 125px;
margin-left: 50% auto;
margin-right: auto 50%;
z-index: 5;
}


