* {
	margin: 0;
	padding: 0;
}
dl.contacts {
    margin: 0 30px 2em 15px;
}
dl.contacts a {
    color: #f00;
    font-weight: bold;
    letter-spacing: 0.1em;
}
dl.contacts dt {
    margin-top: 1em;
    font-style: italic;
}
dl.contacts dd {
    margin-left: 1em;
}

p {
    margin-bottom: 1em;
}

#homepage {
    width: 448px;
    margin: 0 auto;
}
#homepage div {
    float: left;
}
#homepage div div {
    float: none;
}
#homepage div a {
    display: block;
}
#homepage div div a:hover {
    background-position: 0 100%;
}
#homepage div div a span {
    display: none;
}
#homepage div.n1 a {
    width: 149px;
    height: 193px;
    background: url(media/nav/n1.jpg) no-repeat;
}
#homepage div.n2 a {
    width: 149px;
    height: 204px;
    background: url(media/nav/n2.jpg) no-repeat;
}
#homepage div.n3 a {
    width: 148px;
    height: 397px;
    background: url(media/nav/n3.jpg) no-repeat;
}
#homepage div.n4 a {
    width: 151px;
    height: 193px;
    background: url(../media/nav/n4.jpg) no-repeat;
}
#homepage div.n5 a {
    width: 151px;
    height: 204px;
    background: url(../media/nav/n5.jpg) no-repeat;
}

#homepage div.n6 a {
    width: 151px;
    height: 204px;
    background: url(../media/nav/n6.jpg) no-repeat;
}


#tabs {
      float:left;
      font-size:100%;
      font-weight: bold;
      line-height:normal;
	  margin:0 0 0 0;
      }
#tabs ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      float:left;
      margin:12px;
      padding:0 0 0 0;
      text-decoration:none;
      }
.number1 {
	width: 220px;
    height: 220px;
    background: url(media/nav/n1_n.jpg) no-repeat;
}
.number2 {
	width: 220px;
    height: 220px;
    background: url(media/nav/n2_n.jpg) no-repeat;
}	
.number3 {
	width: 220px;
    height: 220px;
    background: url(media/nav/n3_n.jpg) no-repeat;
}	
.number4 {
	width: 220px;
    height: 220px;
    background: url(media/nav/n4_n.jpg) no-repeat;
}	
.number5 {
	width: 220px;
    height: 220px;
	background: url(media/nav/n5_n.jpg) no-repeat;
}	
.number6 {
	width: 220px;
    height: 220px;
    background: url(media/nav/n6_n.jpg) no-repeat;
}		  
#tabs a span {
      float:left;
      display:block;
      padding:0 0 0 40px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#0084ff;
      }
#tabs a:hover {
      background-position:0% -220px;
      }


