/* Ken Schunk's Style sheet - it's a shame that the Windows IE sucks so much, since this was SO much easier when I just cared how it looked on my Macintosh. Hi Karen! */

body {
margin: 0;
font-size: 11px;
font-family: verdana, lucida, arial, helvetica, sans-serif;
color: #000;
background-color: white;
}

#title {
position: absolute;
top: 0px;
left: 0px;
vertical-align: middle;
background-image: url(Images/TitleBar.jpg);
background-repeat: repeat-y;
background-position: left;
}

#photo {
color: #666666;
position: absolute;
top: 60px;
left: 260px;
}

#menuarea {
position: relative;
top: 60px;
left: 0px;
}

h1 {
color: #666666;
background-color: transparent;
font-weight: bold;
font-size: large;
font-family: verdana, lucida, arial, helvetica, sans-serif;
font-style: oblique;
font-variant: small-caps;
text-transform: lowercase;
line-height: 1.5;
margin-left: +400px;
}

a {
font-family: Verdana, Helvetica, Arial, sans-serif;
width: 250px;
padding-left: 5px;
margin-top: 0px;
margin-bottom: 1px;
display: block;
vertical-align: middle;
line-height: 1.5em;
padding-right: 0px;
padding-top: 5px;
border-right: 3px gray none;
font-size: 10pt;
font-weight: bolder;
text-decoration: none;
background-color: transparent;
color: #AAAAAA;
}

a:hover {
color: #444444;
}

.boxbody {
        background: url(Images/left.jpg) no-repeat top left;
        margin: 0;
        padding: 0px 18px;
}
.boxbottom {
        background: url(Images/bottom.jpg) no-repeat top left;
        margin: 0;
        padding: 18px 0px;
}

