﻿* {margin:0;padding:0;} 

html { background:#ccdbb9 url(images/layout.png) no-repeat; 
 height:100%; 
} 

body { 
font: 13px verdana, sans-serif;
background:url(images/tr.png) no-repeat; 
background-position: top right; 
height:100%
margin:0; 
padding:0;
min-width:920px;
color:#802218;
} 

html>body { min-height:100%; height:auto; } 

   #content img { border: 1px solid black; 
         margin: 10px;
         }


    p { margin-top: 0em;
  margin-bottom: 1em;} 

     #clear {
      clear: both; }


    a:link {
          color: #802218;
          text-decoration: underline;
         }

    a:visited {
          color: #802218;
          text-decoration: underline;
         }

    a:hover {
          color: #ffffff;
          text-decoration: none;
         }

    a:active {
          color: #ffffff;
          text-decoration: none;
         }

    .clear { clear: both;}

    #nav { 
          width:224px;
          margin:0px;
          font-size:0;
         }

    #logowrap {
          height:147px; }

    #logo {
          padding-top: 45px;
	  padding-right:15px;
         }
         
    #schedule {
		width:145px;
		padding-left:27px;
		padding-top:112px;
		font-size:8pt;
		background-color: transparent;
        }
 
    #navigation {
          float: left;
          padding-top:89px;
          padding-left:45px;
          }

    #nav a:link { color:transparent; text-decoration:none; }

    #nav a:visited { color:transparent; text-decoration:none; }

    #nav a:hover { color:transparent; text-decoration:none; }

    #content {
          margin-left:230px;
          padding:20px;
          margin-right:50px;
			background: transparent;
         }

#content ul {
margin-left:10px;
list-style-type: disc;
padding-left: 20px;
padding-bottom:1em;
}



#menu {
position: absolute;
z-index: 500;
width:150px;
background: transparent;
font-size: 13px;
font-weight:bold;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
 line-height: 1.1em; 
}

#menu a {
font: bold sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: transparent;
margin: 0;
padding: 2px;
}

#menu a {
color: #802218;
background: #fffde4;
text-decoration: none;
}

#menu a:hover {
color: #000;
background: #fffde4;
}

#menu li {
position: relative;
}

#menu ul ul ul {
border-width: 1px;
border-style: solid;
border-color: #000;
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

     #cprt {
padding-top:50px;
align:center;
          }


     h1 {
          font-weight: normal;
          margin:0px;
         }