body {
  background-image:url('images/bkgrd.jpg');
  margin:0;
  padding:0;
}
#container {
  background-image:url('images/fill.jpg');
  width:937px;
  margin:0 auto;
  height:955px;
 }
#header {
  background-image:url('images/header.jpg');
  background-repeat:no-repeat;
  width:937px;
  height:154px;
 }
#top {
  background-image:url('images/top3.jpg');
  background-repeat:no-repeat;
  width:937px;
  height:47px;
}
#nav {
 margin-top:-15px;
 margin-left:-35px;
 float:left;
 width:95px;
 height:715px;
}
#mid {
 text-align: left;
 width:401px;
 height:750px;
 float:left;
 padding-left:60px;
 padding-right:30px;
}
#right {
 float:left;
 margin-top:-50px;
 width:380px;
 height:750px;
}
#insert {
 float:right;
 margin-top:0px;
 background-image:url('images/lola_012.jpg');
 background-repeat:no-repeat;
 margin-right:-3px;
 width:379px;
 height:675px;
}
.home{
  float:left;
  background-image:url('images/home.jpg');
  background-repeat:no-repeat;
  width:81px;
  height:61px;
  margin-left:5px;
  margin-top:13px;
}
.home:hover {
  float:left;
  background-image:url('images/home2.jpg');
  background-repeat:no-repeat;
}
.about{
  float:left;
  background-image:url('images/about.jpg');
  background-repeat:no-repeat;
  width:81px;
  height:61px;
  margin-left:5px;
  margin-top:13px;
}
.about:hover {
  float:left;
  background-image:url('images/about2.jpg');
  background-repeat:no-repeat;
}
.stats {
  float:left;
  background-image:url('images/stats.jpg');
  background-repeat:no-repeat;
  width:81px;
  height:61px;
  margin-left:5px;
  margin-top:13px;
}
.stats:hover {
  float:left;
  background-image:url('images/statsB.jpg');
  background-repeat:no-repeat;  
}
.friends {
  float:left;
  background-image:url('images/friends2.jpg');
  background-repeat:no-repeat;
  width:81px;
  height:61px;
  margin-left:5px;
  margin-top:13px;
}
.friends:hover {
  float:left;
  background-image:url('images/friends.jpg');
  background-repeat:no-repeat;
}
.port {
  float:left;
  background-image:url('images/port.jpg');
  background-repeat:no-repeat;
  width:81px;
  height:61px;
  margin-top:11px;
  margin-left:5px;
}
.port:hover {
  float:left;
  background-image:url('images/port2.jpg');
  background-repeat:no-repeat;  
}
.links {
  float:left;
  background-image:url('images/links.jpg');
  background-repeat:no-repeat;
  width:81px;
  height:61px;
  margin-top:13px;
  margin-left:5px;
}
.links:hover {
  float:left;
  background-image:url('images/links2.jpg');
  background-repeat:no-repeat; 
}
.contact {
  float:left;
  background-image:url('images/contact.jpg');
  background-repeat:no-repeat;
  width:81px;
  height:61px;
  margin-left:5px;
  margin-top:13px;
}
.contact:hover {
  float:left;
  background-image:url('images/contact2.jpg');
  background-repeat:no-repeat;
}
#copyright {
  text-align:center;
  font-size:14px;
  color:white;
  font-weight:550;
}
#content_text {
  padding-top:115px;
  margin-right:20px;
  margin-left:20px;
}
#footer {
  padding-top:25px;
  color: #FFF;
  width: 937px;
  height: 32px;
  font-size: 12px;  
  clear:both;
  text-align:center;
}
#bottom {
  float:left;
  background-image:url('images/bottom.jpg');
  background-repeat:no-repeat;
  width:933px;
  height:95px;
  border-right:solid #999999 4px;
  border-bottom:solid #999999 2px;
}
p {
  color:#FFFFFF;
  font-family:sans-serif;
  text-align:justify;
}
.tag {
  color:#FFF;
  text-align:center;
  font-size: 12px;
  width: 997px;
  height: 20px;
  font-family:sans-serif;
}
a {
  color:#FFF;
  font-size:12px;
  border-style:none;
}
h2 {
  color:#D600E7;
  font-family:sans-serif;
  font-style:italic;
}