/* Cats Protection - Common Styles */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, helvetica, helv;
	color: #000000;	
}

a:link {
	color: #0000EE;
}

a:visited {
	color: #551A8B;
}

a:active {
	color: #FF0000;
}

h1 {
	color: #353c91;
	font-family: Garamond, arial, helvetica, helv;
	font-size: 24pt;
}

h3 {
	color: #353c91;
	font-family: Garamond, arial, helvetica, helv;
	font-size: 16pt;
}

/* Page layout */

/* Entire Browser Content Area */
#content-area, #footer {
	background-color:#FFFCB9;
}

/* Image preload for DHTML */
#preload{
	display: none;
}


/* Page containing content */
#page {
	width:1024px;
	background-color: #353c91;
	/*Centre the page*/
	margin-left: auto;
	margin-right: auto;	
}

/* Nav */
#nav{
	float: left;
	width: 145px;		
}

#nav ul {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
}

#nav a img{
	border: 0;
}

#nav, #content{
	height: 100%;
}

/* Content */
#content{ 
	float: left;
	width: 859px;
	padding: 0 10px 0 10px;
	background-color: #fff;
	background-image: url("/furniture/nav_grad.gif");
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 503px; _height: 503px;
}

#footer{
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
}

/* Promo boxes for use on RHS */
#promo {
      float: right; 
}

div.box {
      width: 230px; 
      font-size: 8pt; 
      margin: 20px 10px 0px 20px;
      border: 1px solid black; 
      color: #000000;
      background-color: #FFFCB9;
}

div.box h3 {
      font-family: Arial, helvetica, helv;
      font-size: 12pt;
      text-align: center;
      padding: 5px 20px 5px 8px;
      margin: 0;
      color: #ffffff;
      background-color: #353c91;
}

div.box-content {
      padding: 5px;           
}

div.news-image {
	border: 1px solid black;
	margin-right: 10px;
	float:left;
}

.website-creator, .website-creator a {
	color: #9F9C59;
}

#adoption-latest {
	font-size: 14pt;	
}