
/* png fix for IE 5 and 6
img { behavior: url(iepngfix.htc); }*/

body {
    background-color: #ffcc33;
    margin: 0;
    padding: 0;
    font-family: verdana, serif;
    font-size: .9em;
}


#container {
    margin: 0px auto;
    width: 590px;
    background: url('../images/border.png') repeat-y center center;
    padding: 0px;
}


#header {
    height: 192px;
    /*background: white url('images/header.png') no-repeat bottom center;*/
    background: url('../images/header.jpg') no-repeat bottom center;
    padding: 0px;
    margin: 0px auto;
    width: 568px;
}


#header h1 {
    position:relative;
    left: 80px;
    top: 55px;
    font-size: 1.9em;
    font-weight: bold;
    font-family: tahoma, veranda, serif;
    padding: 0px;
    margin: 0px;
}


#hdrlinks {
    float:right;
    position:relative;
    top: 125px;
    padding-right: 1.3em;
    color: white;
    text-align: right;
}


#hdrlinks a:link, #hdrlinks a:visited{
    color: white;
    text-decoration: none;
}


#hdrlinks a:hover{
    color: black;
    text-decoration: none;
    background-color: #ffcc00;
}


#content {
    background-color: white;
    padding: 20px 30px 20px 30px;
    margin: 0px auto;
    /* 568 - (30 * 2) = 508 */
    width: 508px;
}


#footer {
    background-color: white;
    margin: 0px auto;
    width: 568px;
    text-align: center;
    font-size: .7em;
    padding: 15px 0px 18px 0px;
}


a {
    text-decoration: none;
    color: #0099ff;
}


a:hover {
    text-decoration: none;
    color: #ffcc00;
    border-bottom: thin #ffcc00 solid;
}


h1 {
    font-size: 1.5em;
    margin-bottom: .1em;
}


h2 {
    font-size: 1.3em;
    margin-bottom: .1em;
}


h3, h4, h5 {
    margin-bottom: .1em;
}


p {
    margin-bottom: 1.5em;
}


img.floatLeft, img.floatRight {
    position:relative;
    margin-bottom: 0.4em;
    margin-top: 1.4em;

}


a:link img, a:visited img  {
    border: 3px #0099ff solid;
}


a:hover img {
    border: 3px #ffcc00 solid;
}


img.floatLeft {
    float: left;
    margin-right: 0.8em;
}


img.floatRight {
    float: right;
    margin-left: 0.8em;
}

