#content {

     padding-left: 5px;
     margin-left:5px;
}

#current {

}

#footer {
 float: none;
 clear: both;
  border-top: 5px solid blue;
  text-align: center;
  font-size: xx-small;
}

#header {



     width : 100%;
     background-color : white;
     top : 1px;
     left : 1px;
     height : 91px;
}

#logo {
height:91px;
width:170px;
background-image:url("judocoach.gif");
background-repeat:no-repeat;
background-position:center center;
float : left;

}


#quote {


     border-right: 5px solid blue;


  left: 1px;
  float: left;
  width: 10em;
  padding-right: 5px;
  margin-right:5px;

  height: 50em;
  
                     background-image: url("tr.gif");
       Background-repeat : no-repeat;
    Background-position : top right;

   clear : none;
}

#menu {

   background-color : blue;
   text-align: center;
   font-size: large;
   padding : 0.25em;


}


#menu a {
   color : black;
   border: 1px solid black;

      	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	background-color: white;
	font-weight: bold;


}

#menu a:hover {
   color : red;
}

#submenu1 {
   background-color : blue;
   font-size: small;
   padding : 0.25em;
   text-align: center;
}

#submenu1 a {
   color : black;
   border: 1px solid black;

      	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	background-color: white;
	font-weight: bold;


}

#submenu1 a:hover {
   color : red;
}



#submenu2 {
   background-color : blue;
   font-size: x-small;
   padding : 0.25em;
   text-align: center;
}

#submenu2 a {
   color : black;
   border: 1px solid black;

      	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	background-color: white;
	font-weight: bold;


}

#submenu2 a:hover {
   color : red;
}








body {


  width : 95%;
  font-family: sans-serif;
}

