#body
{

	background-color: #D6F4FA /*#606844*/;
	
	background-image: url('images/bggrad.gif');
	background-repeat: repeat-x;
	
	font-family: Verdana, Arial;
}

#site
{
	margin: 0px auto 0px auto;
	width: 960px;
	
	background-color: #606844;

	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	
	-moz-box-shadow: 2px 2px 8px #9b2;
	-webkit-box-shadow: 2px 2px 8px #9b2;
	box-shadow: 2px 2px 8px #9b2;
}

.rounded-corners 
{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	
	-moz-box-shadow: 2px 2px 8px #999;
	-webkit-box-shadow: 2px 2px 8px #999;
	box-shadow: 2px 2px 8px #999;
}

.pawblock
{
	width: 32px;
	height: 38px;
	float: left;
	
	margin: 5px 10px 0px 0px;
	
	background-repeat: no-repeat;
}

.pawimg
{
	background-image: url('images/paw.jpg');
}

ul
{
	list-style-image: url('images/littlepaw.png');
}

#header
{
	background-image: url('images/header.jpg');
	height: 200px;
	background-repeat: no-repeat;
	
	/*-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
    -webkit-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;*/
   
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    /*border-radius-topleft: 20px;
	border-radius-topright: 20px;*/
	
	/*-moz-box-shadow: 2px 2px 0px #2b2;
	-webkit-box-shadow: 2px 2px 0px #2b2;
	box-shadow: 2px 2px 0px #9b2;*/
}

#page
{
	font-size: 13pt;

	
}

#page a
{
	text-decoration: none;
	
}


#contentleft
{
	width: 220px;
	font-size: 14pt;
	line-height: 45px;
	float: left;
	padding-left: 10px;
}

#contentright
{
	
	float: left;
	width: 700px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	
}

a
{
	text-decoration: none;
	color: #9ACD32;
}

#contentleft a
{
	text-decoration: none;
	color: #F4F0CB;
}

#contentleft a:hover
{
	text-decoration: none;
	color: red;
}

a:visited
{
	text-decoration: none;
}

.evenrow
{
	background-color: #008000;
}

.oddrow
{
	background-color: #009900;
}