/*startfile PIANOTUNING.JIMAHREND.COM*/

/* zero-out defaults on all elements EXCEPT ul, ol, li */
html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
   margin: 0;
   padding: 0;
   border: 0;
   }

/* element overrides */

html {
  /*height: 100%;*/
  /*overflow: hidden;*/
  }

body {
   font-size: 100.01%;
   font-family: Verdana, Arial, Helvetica, 'sans serif';
   height: 100%;
   background-color: #fff;
   color: #000;
   line-height: 1.1em;
   }

.xtralargetext  {
   font-size: 14px;
   color: #000;
   }
   
.largetext  {
   font-size: 13px;
   color: #000;
   }

.normaltext  {
   font-size: 11px;
   color: #000;
   }

.smalltext  {
   font-size: 10px;
   color: #000;
   line-height: 1.3em;
   }

.tinytext  {
   font-size: 9px;
   color: #000;
   }

/* defaults */

a {
   display: inline;
   }

h1 {
   color: #004080;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h2 {
   color: #004080;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h3 {
   color: #2d7aa8;
   text-align: left;
   line-height: 1.8em;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h4 {
   color: #000;
   text-align: left;
   line-height: 1.8em;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h5, h6 {
   color: #000;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }
   
hr  {
   width: 90%;
   background-color: #1d421f;
   height: 4px;
   }

form {
  display: inline;
  }

/* OTHER FORM ELEMENTS HERE, such as:
input {
   font-size:
   color:
   background-color:
   border-style:
   border-width:
   border-color:
   }
*/

/* LINKS */

a {
   color: #e00; text-decoration: none;
   }

a:visited {
   color: #e00;
   }

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

   
a.image {
   color: #e0e4cf; text-decoration: none;
   }

a.image.visited {
   color: #e0e4cf; text-decoration: none;
   }

a.image:hover {
   color: #91c85a; text-decoration: none;
   }

a.footer {
   color: #91c85a; text-decoration: none;
   }

a.footer:hover {
   color: #1d421f; text-decoration: none;
   }
   
div#masthead {
   margin: 10px auto 0 auto;
   padding: 0 20px 0 0;
   height: 60px;
   }   

div#topmenu {
   width: 644px;
   height: 25px;
   margin: 0 auto 0 auto;
   text-align: center;
   }   

div#maincontent {
   width: 640px;
   margin: 0 auto 0 auto;
   padding: 10px;
   text-align: left;
   }
   
div#bottom {
    text-align: center;
    width: 590px;
    color: #000;
	font-size: 10px;
	font-family: verdana, arial;
	margin: 20px auto 10px auto;
	background-color: #e0e7eb;
	}   