body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
display: block;
margin: 1em 0;
}

/* Page Div's */

#container{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {

}		

#menu {
margin-right:16px;
text-align:right;
}



#content {
	padding:4px 40px;
	margin: 0px 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

#index {
padding:140px 0px;
}


#footer	{
	color:#999999;
	text-align:center;
	font-size: 62.5%;
	font-size:.7em;
	padding-top:20px;
	}


#table	{
	font-size: 62.5%;
	font-size:.65em;
}

#news_box	{
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adadad;
	margin-top:20px;
	background-image: url(../images/news_paw.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
	
	
/* Fonts & Styles */

.image {
	border: 1px solid #cccccc;
	margin: 4px -14px 16px 16px;
	}
	
.image_news {
	border: 1px solid #cccccc;
	margin: 4px 0px 16px 16px;
	}
	
.image_about	{
	margin-right:20px;
	border:1px solid #cccccc;
	}

.text	{
	font-size: 62.5%;
	font-size:.75em;
}

.text_2	{
	font-size: 62.5%;
	font-size:.75em;
	padding-left:36px;
}

.grey {
	color:#999999;
	}

.header_text {
	font-size: 62.5%;
	font-size:.7em;
	text-align:right;
	color:#999999;
	padding-right:4px;
	}

.title {
	font-size: 62.5%;
	font-size: 1.3em;
	font-weight: bold;
	color: #644748;
	margin-top:-6px;
}


/* Links */


A:link 
{
	color: #8BB3C1; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:visited {color:#8BB3C1;
text-decoration: none;}

a:visited:hover  {
	text-decoration: underline;
			}
