body {		
  margin: 0;
  padding: 0;
  font-family: verdana, arial, sans-serif;
  background-color: wheat;
  color: #000000;
  text-align: center;
  behavior:url(csshover.htc);
}

#thecontainer {
  width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0;
  text-align: left;
}

#logobar {background-color: #ab884f; padding: 5px 0}

#main {float: left; width: 500px; padding-bottom: 20px;}
#main p {font-size: 12px; margin-left: 20px;}
#main h2 {font: 18px verdana, arial, sans-serif; margin: 20px 0 10px 20px; color: green}

#mainexpanded {padding-bottom: 10px;}
#mainexpanded p {font-size: 12px; margin-left: 20px; margin-right: 20px;}
#mainexpanded h2 {font: 18px verdana, arial, sans-serif; margin: 20px 0 10px 20px; color: green}
#mainexpanded ul {font: 12px verdana, arial, sans-serif; margin: 5px 0 20px 0; padding: 0;}
#mainexpanded ul li {margin-left: 40px; padding: 0; width: 740px;}

#albumlist {float: right; width: 300px; margin:20px 0 20px 0;}
#albumlist ul{list-style-type: none;}
#albumlist li {float: left; margin:8px 8px 0 0}
#albumlist img {display: block; border: 1px solid #333300;}

#rectangle {position: relative; width: 400px; display: block; margin-right: auto; margin-left: auto; margin-top: 60px;}

#rectangle p {
  position: absolute;
  background-color: #205414;
  top: 536px;
  left: 0px;
  width: 422px;
  height: 40px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bolder;
  color: #fbf6b9; 
  text-transform: uppercase;
  padding: .5em;
  text-align: center;
}

#upperleft 
{ 
  position: absolute;
  left: 0px;
  width: 200px;
  height: 200px;
  background-color: #f6c7b5;
}

#upperleft img {margin-top: 30px;}

#upperright 
{ 
  position: absolute;
  left: 200px;
  background-color: white;
  width: 200px;
  height: 200px;
}

#upperright img {margin-top: 10px;}

#bottomleft 
{ 
  position: absolute;
  left: 0px;
  background-color: white;                           
  top: 200px;
  width: 200px;
  height: 200px;
}

#botttomleft img {margin-top: 10px;}

#bottomright 
{ 
  position: absolute;
  left: 200px;
  background-color: #eef3b1;
  top: 200px;
  left: 200px;
  width: 200px;
  height: 200px;
}

#bottomright img {margin-top: 10px;}

#rectangle ul {position: absolute; top: 630px; left: 85px}
#rectangle ul li {display: inline; margin:0 15px 0 0; color: #ab881f}
#rectangle ul li a {color: #ab881f}

#rectangle ul li a:link, a:visited { text-decoration: none;}
#rectangle ul li a:hover { text-decoration: underline;}

#navigationarea {
  width: 800px;
  height: 24px;
  background-color: #fbf6b9;
  z-index: 999;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

#nav{padding-top: 4px; padding-left: 35px; background-color: #ab884f;}

div#nav {
          font-family: verdana, arial, sans-serif;
          font-size: 12px;
          color: #000000;
          float: left;
          margin: -1px 0 0 .5em;
          background-color: #fbf6b9;
}

div#nav ul {
             margin: -1px 0 0 0em;
             padding: 0;
             background-color: #d1ebcc;
             border: 1px solid #ab884f;
             border-width: 0 2px;}

div#nav li {
             position: relative;
             list-style: none;
             margin: 0;
             padding: 0 2.5em 0 0;
             float: left;
             width: auto;
             line-height: 1em;
             }

div#nav li:hover {background-color: wheat;}
div#nav li.submenu:hover {background-color: wheat;}
div#nav li a {
               display: block;
               padding: 0.25em 0 0.25em 0.5em;
               text-decoration: none;
               width: auto;
	       color: #ab881f;}

div#nav>ul a {width: auto;}
div#nav ul ul {
                position: absolute;
                width: 9.5em;
                display: none;}

div#nav ul ul li {border-bottom: 1px solid #ab884f; width: 7em;}

div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 {display:block; background-color: #fbf6b9;}
div#nav ul.level2 {top: 1.5em; left: -1px;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix 
{
  display: inline-block;
  background-image: url(./images/ampelos_background.gif); 
  background-repeat: no-repeat; 
  background-position: 100% 100%; 
  background-attachment: fixed;
}

* html .clearfix {height: 1%}
.clearfix {
  display: block; 
  background-image: url(./images/ampelos_background.gif); 
  background-repeat: no-repeat; 
  background-position: 100% 100%; 
  background-attachment: fixed;
}

#footer {padding: 0; margin: 0; background-color: wheat}

