html
{
}

body
{
background:#fff;
font:normal 11px/13px Arial, Helvetica, sans-serif;
letter-spacing:1px;
color:#999;
}





#cats
{
margin:0px;
padding:0px;
}
#cats ul
{
margin:0px;
padding:0px;
}
#cats li
{
display:block;
float:left;
margin:0px 20px 0px 0px;
padding:0px;
}





#container /*To center everything within*/
{
width:960px;
height:600px;
position:absolute;/*to center vertically and horizontally*/
left:50%;
top:50%;
margin-left:-480px;/*half the width of div*/
margin-top:-300px;/*half the height of div*/
}
#container a:link, #container a:visited, #container a:active, #container a:focus, #container a:hover
{
outline:none;
}





#navigation
{
margin:0px;
padding:0px;
}
#navigation li
{
display:inline;
margin:0px;
padding:0px;
}





#top
{
width:960px;
height:75px;
margin:0px;
padding:0px;
}





#content
{
width:960px;
height:410px;
background:url(images/logo.gif) bottom right no-repeat;
}
#content img
{
float:left;
border:0px;
background:url(images/shadow.gif) bottom right no-repeat;
padding:0px 7px 10px 0px;
}
#content blockquote
{
width:320px;
height:310px;
float:right;
overflow:auto;
margin:0px;
padding:0px;
}
#content a:link, #content a:visited, #content a:active, #content a:focus, #content a:hover
{
color:#999;
text-decoration:none;
}
#content p
{
margin-top:0px;
}





#bottom
{
width:600px;
height:20px;
margin:0px;
padding:0px 360px 0px 0px;
text-align:center;
}
#bottom a:link, #bottom a:visited, #bottom a:active, #bottom a:focus
{
color:#999;
text-decoration:none;
}
#bottom a:hover
{
color:#910000;
text-decoration:none;
}





#footer
{
width:960px;
margin:36px 0px 0px 0px;
line-height:20px;
padding:0px;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:focus
{
color:#999;
text-decoration:none;
}
#footer a:hover
{
color:#910000;
text-decoration:none;
}





#
{
width:0px;
height:0px;
margin:0px;
padding:0px;
}





.clear-both
{
clear:both;
line-height:0;
height:0;
margin:0px;
padding:0px;
}





.clear-left
{
clear:left;
line-height:0;
height:0;
margin:0px;
padding:0px;
}





.clear-right
{
clear:right;
line-height:0;
height:0;
margin:0px;
padding:0px;
}





.hidden
{
line-height:0;
width:0px;
height:0px;
display:none;
margin:0px;
padding:0px;
}