#wrapper {
width: 800px;
text-align: left;
margin: 0 auto;
}

body {
background: url(images/background_01.gif) center repeat-y;
background-color: rgb(255,255,102);
font-family: arial,sans-serif;
}

#header {
background: url(images/header_02.png);
background-repeat: no-repeat;
width: 800px;
height: 200px;
color: white;
font-size: 46pt;
font-weight: bold;
padding-left: 100px;
}

#subHeader{
font-size: 12pt;
}

#subHeader A{
font-size: 12pt;
color: white;
}

#menu {
width: 150px;
float: left;
margin: 0px 10px 0px 0px;
}


#menuitem {
width: 150px;
height: 40px;
background: url(images/button_01.png) top no-repeat;
font-weight: bold;
font-size: 10pt;
text-align: center;
padding-top: 10px;

}

#menuitem.current {
background: url(images/button_on_01.png) top no-repeat;
color: white;
}
#menuitem.current a {
color: white;
}
a.menuitem:link, a.menuitem:visited {
color: rgb(255,255,102);
text-decoration: none;
}

a.menuitem:hover {
color: white;
}

#tips {
width: 150px;
float: right;
background: url(images/tips.png) top no-repeat;
margin: 0px 0px 0px 10px;
padding: 18px 0px 0px 0px;
color: white;
}

#tipsy {
width: 130px;
background: url(images/tips_back.png) top repeat-y;
padding: 0px 10px 0px 10px;
}

#content {
margin-left: 10px;
/*float: right;*/
}

H1 {
background-image: url(images/medPaw.gif);
background-position: left center;
background-repeat: no-repeat;
padding-left: 25px;
}

#content LI {
list-style-image: url(images/smallPaw.gif);
}

#content img.rt {
float: right;
}
#content img.lt {
float: left;
}

#footer {
background: url(images/footer_01.png) bottom no-repeat;
width: 800px;
height: 57px;
padding-top: 18px;
text-align: center;
margin: 75px 0px 0px 0px;
color: green;
font-size: 12pt;
font-weight: bold;
}

a.footer:link, a.footer:visited {
color: green;
}

a.footer:hover {
color: white;
background-color: none;
}

#bb {
font-size: 75%;
}

a.bb:link, a.bb.visited {
color: green;
}
a.bb:hover {
color: white;
background-color: none;
}
