
/*****  memory.css  *****/                           

/*****  main elements  *****/
/*main elements*/
body{
  background-color: #000;
  font-family: "arial", "helvetica", serif;
  font-size: 14px;
 }

#container {
  max-width: 100%;
  }

strong {
  font-family: "arial black", "helvetica bold", serif;
  font-weight: 900;
  text-transform: small-caps;
  }

/*fixed top element*/
#top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #000  url(banner.gif) no-repeat 100% 0;
  z-index: 5;
  border-bottom: 5px #0c0 solid;
 }

/*clearing classes*/

.clearl {
clear: left;
}

.clearr {
clear: right;
}

p.centre {
clear: left;
text-align: center;
margin-left: auto;
margin-right: auto;
}


/*fixed sidebar element*/
#left{
  position: absolute;
  top: 50px;
  left: 0;
  width: 180px;
  height:100%;
  z-index: 10;
  background-color: #000;
  color: #fff;
 /**/
 }

/*hide fixed positioning from ie 5/6*/

@media screen{

  body>div#top{
   position:fixed;
  }
  
  body>div#left{
   position:fixed;
  }
}
  
 /*fix ie 5/6 
 
 * html body{
  overflow:hidden;
 } 
 
 * html div#content{
  height:100%;
  overflow:auto;
 }*/

/*top banner*/

 #banner {
   padding-top: 10px;
   padding-left: 150px;
 /*  width: 900px;*/
   display: inline;
   font-size: 40px;
   color: #0b0;
   }

#banner img {
  vertical-align: text-top;
  padding-top: 12px;
  }

strong {
  font-family: "arial black", "helvetica bold", serif;
  font-variant: small-caps;
  font-weight: bolder;
  }

/*page info elements*/

#infol {
  position: absolute;
  left: 50px;
  top: 0;
  width: 100px;
  padding-top: 16px;
  padding-bottom: 15px;
  background-color: #0c0;
  color: #fff;
  z-index: 5;
  }




#infor {
  position: absolute;
  top: 0;
  right: 50px;
  float: right;
  width: 100px;
  padding-top: 16px;
  padding-bottom: 15px;
  background-color: #0c0;
  color: #fff;
  z-index: 5;
  text-align: center;
  }

/*next and prev elements*/

a.prev{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
    height: 50px;
    background: url(prev.gif) no-repeat 0 0;
    z-index: 5;
}

a.prev:hover {
    background: url(prev.gif) no-repeat  -50px 0;
}

a.next {
	position: absolute;
	right: 0;
	top: 0;
    float: right;
	width: 50px;
    height: 50px;
    background: url(next.gif) no-repeat 0 0;
    z-index: 5;
}

a.next:hover {
    background: url(next.gif) no-repeat -50px 0;
}

/*hide alternative text*/
a .alt { display: none; 
  }

/*contents menu*/

#contents {
  position: absolute;
  top: 1%;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  font-size: 10px;
}
#menu {
  background-color: #030;
  color: #0c0;
  border: 1px solid #0f0;
  }

#contents h1 {
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  color: #fff;
  line-height: 50%;
  }

#contents h2 {
  font-weight: bold;
  text-align: center;
  padding: 2px 0 0 0;
  font-size: 12px;
  line-height: 0;
  padding: 0;
  margin: 12px 0;
  color: #0c0;
  }

#contents p {
  text-align: left;
  padding-left: 1px;
  font-size: 10px;
  color: #fff;
  background-color: #030;
  text-indent: 0;
  line-height: 0;
  padding-left: 5px;
  margin: 12px 0;
  }
a {
  text-decoration: none;
  color: #090;
}

a:hover {
  text-decoration: underline;
  color: #0c0;
} 

/*content elements*/

#content {
position: absolute;
right: 0;
left: 180px;
top: 50px;
min-height: 100%;
padding: 20px 20px 50px 10px;
background: #fff;
border-left: 5px #0c0 solid;
border-bottom: 5px #0c0 solid;
border-right: 5px #0c0 solid;
}

#content li {
padding-bottom: 5px
}
/**header element**/

#header {
  position: absolute;
  left: 10px;
  height: 120px;
  top: 10px;
  color: #353;
  width: 98%;
  background-color: #aea;
  border: 2px solid #090;
  display: inline;
   }

 #header2 {
  width: 75%;
  height: 60px;
  color: #353;
  background-color: #aea;
  }

#header img {
  float: left;
  padding: 10px;
  display: inline;
  }

p.heading1 {
  color: #353;
  background-color: transparent;
  text-indent: 5%;
  font-family: "monotype corsiva", cursive;
  font-size: 45px;
  display: inline;
    }

p.heading2 {
  line-height: 0;
  color: #353;
  background-color: transparent;
  text-indent: 20%;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  }

p.heading3 {
  color: #353;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  background-color: transparent;
  font-size: 17px;
  }


/**headings**/
h1 {
  padding: 25px 0 0 50px;
  font-size: 25px;
  color: #090;
  background-color: #fff;
  clear: left;
  }

h2 {
  padding: 10px 0 0 25px;
  font-size: 20px;
  color: #090;
  background-color: #fff;
  }

h3 {
  font-size: 16px;
  color: #090;
  background-color: #fff;
  }

h1.start {
  padding-top: 70px;
  }

h1.start2 {
  padding-top: 0;
  }

/**other texts**/
#content p {
  padding: 5px 10px;
  }

#content ul {
  list-style-position: inside;
  }

#content li {
  padding: 5px;
  text-indent: 20px;
  }

/**tools list**/
ul.tools {
  list-style-type: none;
  float: left;
  width: auto;
  background-color: #aea;
  color: #050;
  border: 1px solid #353;
  margin: 20px 10px 10px 10px;
  padding: 0 10px 20px 0;
    }

ul.tools li {
  padding-top: 10px;
  text-align: center;
  }

a.tools {
  background-color: #aea;
  color: #050;
  }

a.tools:hover {
  background-color: #aea;
  color: #0c0;
  }

h4 {
  line-height: 5px;
  background-color: #aea;
  color: #090;
  font-size: 16px;
  }

/**navigation element**/

.nav1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 19px;
  text-align: center;
  background-color: #050;
  color: #fff;
  clear: left;
  margin-top: 130px;
   }


.nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 19px;
  text-align: center;
  background-color: #050;
  color: #fff;
  clear: left;
  margin: 10px 0 0 0;
  }
 
a.nav {
  padding: 0 10px 3px 10px;
  text-decoration: none;
  text-align: center;
/**  border: thin solid #005;**/
  color: #fff;
  background: transparent;
  }

a.nav:hover {
  color: #fff;
  background: #0c0;
  }

  /**image classes**/
  img.left {
    float: left;
	padding: 10px;
    }

  img.inline {
    vertical-align: text-top;
	}

img.baseline {
  vertical-align: text-bottom;
  }

img.border {
  border: thin solid #00c;
  }

.center  {
    text-align: center;
    display: block;
	margin-left: auto;
    margin-right: auto;
    }

.clear  {
  clear: left;
  }

.center-top {
  vertical-align: top;
  }

/**media elements**/
#media1 {
  width: 176px;
  height: auto;
  border: medium solid #3c3;
  float: left;
  margin: 10px;
  text-align: center;
  }

span.foot {
color: #fff;
background-color: #090;
padding: 0 10px 3px 10px;
margin: 0;
}
