/* CSS Document */

.background {
background-color:#303030;
margin:0px;
}

#container { width:824px; text-align:left; }
#header { width:824px; height:216px; background: url(img/header.jpg) no-repeat center; }
#subheader { width:824px; height:38px; background:url(img/subheader.jpg) no-repeat center; }
#subheadertext { padding:4px 0px 0px 243px; font-size:20px; font-weight:bold; }
#themainholder { width:824; text-align:left; background:url(img/central.jpg) repeat-y center; }
#menu { width:237px; color:#FFF; text-align:center; float:left; background:url(img/lefty.jpg) repeat-y right; height:auto; }
#main { width:587px; float:right; background:url(img/righty.jpg) repeat-y left; height:auto; color:#000; }
#menucell { width:225px; color:#000; height:auto; padding:6px 0px 6px 12px; }
#maincell { width:554px; color:#000; height:auto; padding:9px 27px 9px 9px; font-size:14px; }
#bottommenu { width:824px; height:44px; clear:both; background:url(img/bottommenu.jpg) no-repeat center; }
#bottommenutext { padding:6px 30px 0px 0px; text-align:right; font-size:13px; }
#wildpete { width:824px; height:44px; background:#303030; text-align:center; font-size:13px; color:#999; font-style:italic; }

a.wildpetelink:link { color:#CCC; text-decoration:underline; }
a.wildpetelink:visited { color:#CCC; text-decoration:underline; }
a.wildpetelink:hover { color:#FFF; text-decoration:underline; }
a.wildpetelink:active { color:#FC0; text-decoration:underline; }

a.menulink:link { color:#FFF; text-decoration:none; }
a.menulink:visited { color:#FFF; text-decoration:none; }
a.menulink:hover { color:#FF9; text-decoration:underline; }
a.menulink:active { color:#F90; text-decoration:underline; }

a.bottmenulink:link { color:#000; text-decoration:none; }
a.bottmenulink:visited { color:#000; text-decoration:none; }
a.bottmenulink:hover { color:#300; text-decoration:underline; }
a.bottmenulink:active { color:#330; text-decoration:underline; }

h1 { font-size:28px; font-weight:bold; margin-top:0px; margin-bottom:6px; }
h2 { font-size:22px; font-weight:bold; margin-top:0px; margin-bottom:9px; }