body	{
	background-color: #000000;
	color: #e7e5cc;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: center;
	}


#fullpage	{
		background-image: url(images/tnsbg1.gif);
		background-repeat: repeat;
		}

#allcontent	{
		width: 800px;
		padding: 0px 10px 0px 10px;
		border-color: black;
		border-width: 2px;
		border-style: solid;
		margin-left: auto;
		margin-right: auto;
		background-color: #000000;
		}


#header	{
	background-color: #cdc68f;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 0px 13px;
	}

#menu	{
		background-color: #cdc68f;
		background-image: url(images/dogsilhouette.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
		border: outset thin #cec48f;
		color: #000000;
		width: 150px;
		float: left;
		padding: 20px 5px 10px 5px;
		margin: 0px 20px 20px 0px;
		}

#main	{
	background-color: #000000;
	font-weight: bold;
	border: outset thin #cec48f;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 20px 0px
	}
	
#main h4	{
		background-color: #e7e3c6;
		color: #000000;
		}

#bottom	{
	border: outset thin #cec48f;
	padding: 0px 5px 0px 5px;
	margin: 20x 0px 20px 0px;
	}

#counter	{
		margin: 20px 0px 20px 0px;
		}
	

#footer	{
	background-image: url(images/tribalmenu.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 10px;
	}


a.menu:link {color: #000000;}
a.menu:visited {color: #212121;}
a.menu:hover {color: #cdc68f; background-color: #000000; display: block; width: 100%;}
a.menu:active {color: #ff0000; background-color: #000000; display: block; width: 100%;}

.image_float	{
		float: left;
		margin: 0px 5px 0px 5px;
		}

.image_float2	{
		float: right;
		margin: 0px 5px 0px 5px;
		}

.highlight	{
		background: #fdf127;
		color: #000000;
		font-weight: #bold;
		}