	/*  General  */

body 	{ 
	font-family: arial, helvetica, sans-serif; 
	color: #030; 
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}

p, td, li, ul, ol {
	font-family: arial, helvetica, sans-serif;
	}

p.justified, p.left, p.center, p.right {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 16px;
	line-height: 25px;
	color: #030;
	}

p.justified {
	text-align: justify;
	}

p.left	{
	text-align: left;
	}

p.center {
	text-align: center;
	}

p.right {
	text-align: right;
	}

p.backarrow {
	margin: 0 0 25px 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	color: #030;
	font-style: italic;
	background: transparent url("/images/backarrow.gif") no-repeat 0% 50%;
	}

div#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	color: #030;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	}

h3	{
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #080;
	font-weight: bold;
	font-style: italic;
	}

a:link, a:visited {
	color: #0b0; 
	text-decoration: none; 
	}

a:hover, a:active {
	color: #0b0; 
	text-decoration: underline; 
	}	

ul {
	list-style: disc inside url("/images/bullet.gif");
	margin: 0 10px 25px 10px;
	text-align: left;
	line-height: 25px;
	padding: 0;
	font-size: 16px;
	color: #050;
	}

img	{
	display: inline;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	margin: 0;
	padding: 0;
	}

div.pdiv {
	margin: 0 0 20px 0;
	clear: both;
	}

div.picleft {
	margin: 0 15px 15px 0;
	float: left;
	text-align: left;
	line-height: 25px;
	padding: 0;
	}

div.picright {
	margin: 0 0 15px 15px;
	float: right;
	text-align: right;
	line-height: 25px;
	padding: 0;
	}
	
strong	{
	font-weight: bold;
	}

span.emstrong {
	font-weight: bold;
	font-style: italic;
	}

span.underline {
	text-decoration: underline;
	}

.border	{
	border: 1px solid #532;
	}

em	{
	font-style: italic;
	}

.hidden {
	display: none;
	}



	/* DIV Placement */

div	{
	overflow: hidden;
	}

div#pagetable {
	width: 760px;
	border: 1px solid #532;
	margin: 0;
	padding: 0;
	}

div#header {
	width: 760px;
	height: 270px;
	margin: 0;
	padding: 0;
	background: transparent url("/images/masthead.gif") no-repeat top center;
	}

div#menu {
	width: 180px;
/*
	height: 300px;
*/
	margin: 0 0 30px 15px;
	padding: 0;
	float: left;
	}

div#maincontent {
	width: 530px;
	margin: 0 20px 30px 0;
	float: right;
	padding: 0;
	}

div#footer {
	width: 100%;
	height: 50px;
	border-top: 1px solid #532;
	background-color: #ffe;
	margin: 0;
	padding: 0;
	clear: both;
	}



	/* Main Menu Styles */

#menu p {
	margin: 0;
	padding: 0;
	}

#menu a {
	display: block;
	height: 60px;
	width: 100%;
	clear: both;
	text-decoration: none;
	}

a#homebutton:link, a#homebutton:visited {
	background: transparent url("/images/home-unselected.gif") no-repeat top left;
	}

a#homebutton:hover, a#homebutton:active {
	background: transparent url("/images/home-selected.gif") no-repeat top left;
	}

a#profilesbutton:link, a#profilesbutton:visited {
	background: transparent url("/images/slothprofiles-unselected.gif") no-repeat top left;
	}

a#profilesbutton:hover, a#profilesbutton:active {
	background: transparent url("/images/slothprofiles-selected.gif") no-repeat top left;
	}

a#multimediabutton:link, a#multimediabutton:visited {
	background: transparent url("/images/multimedia-unselected.gif") no-repeat top left;
	}

a#multimediabutton:hover, a#multimediabutton:active {
	background: transparent url("/images/multimedia-selected.gif") no-repeat top left;
	}

a#gallerybutton:link, a#gallerybutton:visited {
	background: transparent url("/images/photogallery-unselected.gif") no-repeat top left;
	}

a#gallerybutton:hover, a#gallerybutton:active {
	background: transparent url("/images/photogallery-selected.gif") no-repeat top left;
	}

a#xenarthrabutton:link, a#xenarthrabutton:visited {
	background: transparent url("/images/xenarthra-unselected.gif") no-repeat top left;
	}

a#xenarthrabutton:hover, a#xenarthrabutton:active {
	background: transparent url("/images/xenarthra-selected.gif") no-repeat top left;
	}



	/* Thumbnail Tables */

table#profilethumbs {
	width: 100%;
	margin: 0 0 10px 0;
	border: 0px none #fff;
	}

table#profilethumbs td {
	vertical-align: middle;
	margin: 0;
	padding: 8px 8px 15px 8px;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #030;
	}

table#gallerythumbs {
	width: 100%;
	margin: 0 0 10px 0;
	border: 0px none #fff;
	}

table#gallerythumbs td {
	vertical-align: middle;
	margin: 0;
	padding: 8px 8px 15px 8px;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: #030;
	}



	/* Images */


/*

h1#masthead {
	background: transparent url("/images/masthead.gif") no-repeat top left;
	width: 760px;
	height: 270px;
	float: left;
	margin: 0;
	padding: 0;
	}

h1#masthead span {
	display: none;
	}

*/

h2#home, h2#slothprofiles, h2#multimedia, h2#photogallery, h2#error404 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

h2#home span, h2#slothprofiles span, h2#multimedia span, h2#photogallery span, h2#error404 span {
	display: none;
	}

h2#home {
	background: transparent url("/images/home.gif") no-repeat 320px 190px;
	}

h2#slothprofiles {
	background: transparent url("/images/slothprofiles.gif") no-repeat 320px 190px;
	}

h2#multimedia {
	background: transparent url("/images/multimedia.gif") no-repeat 320px 190px;
	}

h2#photogallery {
	background: transparent url("/images/photogallery.gif") no-repeat 320px 190px;
	}

h2#error404 {
	background: transparent url("/images/error404.gif") no-repeat 320px 190px;
	}
