@charset "utf-8";
/* CSS Document */

html{
height:100%;
}

a {
text-decoration:none;
color:#FFFFFF;

}
a:hover{
font-weight: bold;
}

body {
margin:0 auto;
padding: 0;
background-color:#FFFFCC;
background: url(../images/background.jpg) repeat;
height:100%;
}

#paws {
float: left;
background: url(../images/paw.png) repeat-y;
height: 100%;
width:100px;


}
#cheetahhead {
top: -59px;
float: left;
z-index: 1;
position:relative;
}
#wrapper {
margin: 59px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
padding:0;
width: 790px;
height:600px;

}

#header{
background:#584939;
width: 780px;
height: 165px;
background-image:url(../images/skin.jpg);
float:left;
}

#menu{
background:#663E0A;
width:776px;
height:25px;
border:#955B13 2px solid;
float:left;
}
#content{
width: 780px;
background: #584939;
float:left;

}
#content_left{
background-image:url(../images/leftbar.png);
float:left;
width: 192px;
height:100%;
text-shadow:#FF9900;
padding-left:20px;
padding-top:20px;

}
#content_right{
width:558px;
float:right;
color:#FFFFFF;
padding-right: 10px;
padding-top:10px;
padding-bottom: 10px;
}

#footer {
background:#8B745A;
width:780px;
height:50px;
float:left;
text-align:center;
padding-top: 5px;
}
#content_header{
font-size:14px;
}
#thumbnails{
width: 100px;
height:100px;
float:left;
text-align:center;
}

#thumbnails img.border{
border:2px #3D3327 solid;
}

#menuheading{
font-size:12px;
color:#CCCCCC;
}
