body {
    font-size:16px;
    padding: 0px;
    width: 700px;
    margin-top: 25px;
    margin-left: 20px;
    background: url('./images/bgtile.jpg');
}

img {
    border: 1px solid #666633;
    margin: 2px 10px 2px 10px;
}

p {
    font-size:1em;
}

td {
    font-size:1em;
}

table {
    font-size:1em;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
    color: red;
}

h3 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.6em;
}

h1 {
    font-size: 2em;
    width: 100%;
    border-bottom: 1px solid black;
}

#footer {
    font-size:0.8em;
    padding: 2px 10px 2px 10px;
    border: 1px solid #666633;
    border-top: 0px solid #999933;
    background-color: #999933;
}

#header {
    background: url('./images/theelderlawfirm.gif') no-repeat center;
    height: 90px;
    text-align: right;
    font-size: 12px;
}

#topnav {
    background-color: #999933;
    padding-top:2px;
    padding-bottom:2px;
}

#topnav a {
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
}

#topnav a:hover {
    text-decoration: none;
    color: white;
}

.menu {
    VISIBILITY: hidden;
    BACKGROUND-COLOR: #999933;
    z-index: 10;
    padding: 3px;
    left: 0;
    top: 0;
    text-align: left;
}

.menu a {
    text-align: left;
}
    
#menu { position: relative; }
	
#menu1 {
    position: absolute;
    padding: 3px;
    top: 1.1em;
    left: 50px;
}
	
#menu2 {
    position: absolute;
    padding: 3px;
    top: 1.1em;
    left: 160px;
}

#menu3 {
    position: absolute;
    padding: 3px;
    top: 1.1em;
    left: 270px;
}

.toomuch {
    color: red;
}

#address {
    padding: 10px;
    border: 1px solid #666633;
    background-color:white;
}

