/* GLOBAL */
body {
background: url('../images/headed_bg.png') repeat-x #f6f6f6; 
margin: 0 auto;
text-align: center;
}
#main {
margin: 0 auto;
padding: 0;
background: url('../images/headery.png') no-repeat; 
width: 999px;
height: 630px;
text-align:center;
}
img {
border: none;
}

#contena {
position: relative;
top: 290px;
text-align: left;
width: 100%;
}
.tier {
padding-left: 10px;
background: url('../images/topper.png') bottom no-repeat;
height: 60px;
padding-bottom: 20px;
}
#main_tab {
padding-top: 0;
vertical-align: top;
width: 670px;
padding-left: 10px;
}
#main_tab_mems_ind {
padding-left: 10px;
vertical-align: top;
width: 980px;
}
#right_tab, #right_tab_subpage {
vertical-align: top;
text-align: center;
padding-top: 20px;
min-width: 300px;
}
#foot {
background: url('../images/footer.png') no-repeat top;
height: 66px;
text-align: center;
margin-bottom: -5px;
}

/* TEXTS */
p, li, .backbutt, #topbutt a {
font: 14px "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
a {
color: #363636;
}
a:hover {
color: #666;
}
#subtitle {
font: bold 18px Georgia, "Times New Roman", Times, serif;
color:#003674;
}
#right_tab p, #right_tab_subpage p{
font-size: 75%;
margin-top: 0;
}
i {
font-style:oblique;
}

/* MENU */
#menu {
position: relative;
top: 260px;
padding: 0;
margin: 0 0 0 30px;
}
#menu li {
list-style: none;
display: inline;
margin-right: 5px;
}
#menu li a:hover, #menu li a.current {
background: bottom center url('../images/indic.png') repeat-x;
opacity:0.6;
}
#homer {
position: relative;
left: -70px;
}
#homer:hover {
opacity:0.6;
}
/* MEMORY */
#main_tab_mems {
padding-top: 20px;
padding-left: 10px;
vertical-align: top;
width: 980px;
}
#alph {
text-align: center;
font: 11pt "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
color: #666;
margin-bottom: -10px;
}
#alphabet {
text-align: center;
font: bold 12pt "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
color:#c0c0c0;
}
#alphabet a  {
color:#003674;
}
.memory {
height: 240px;
width: 900px;
}
.memory .left {
background: left url('../memories/back_left.png') no-repeat;
width: 650px;
border-collapse: collapse;
}
.memory .right {
background: left url('../memories/back_right.png') no-repeat;
width: 250px;
text-align:center;
border-collapse: collapse;
}
.memory .left .taster {
text-align: left;
margin-left: 20px;
width: 600px;
}
.memory .left .title {
margin-left: 20px;
text-align: left;
font: bold 18pt "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
}
.memory .left .title:hover {
text-decoration: underline;
}

.filler {
width: 60px;
}
.filler_height {
border-top: solid thin #a1a1a1;
}

table {
  border-collapse: collapse;
} 
 
 #topbutt {
 position: relative;
 top: 600px;
 z-index: 99;
 margin-right: 950px;
 }
 #topbutt a{
 color:#003674;
 text-decoration: none;
 cursor: pointer;
 }
 #topbutt a:hover {
 background-color: #003674;
 color:#FFFFFF;
 }


 
 
 /*SUB PAGES */
#subpage_title {
 font: bold 20pt "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
 color:#003674;
 border-bottom: solid thin #a1a1a1;
 }
 
 #right_tab_subpage {
 padding-top: 20px;
 }
 .backbutt {
 color:#003674;
 text-decoration: none;
 }
 .backbutt:hover {
 background-color: #003674;
 color:#FFFFFF;
 }
 
 #foot2 {
 position: absolute;
 left: 0;
 background: url('../images/footerlog.png') no-repeat top;
 height: 45px;
 margin-bottom: -2px;
 width: 100%;
}


#gall a img:hover {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
}
