@charset "utf-8";
/* CSS Document */



A:visited 	{COLOR: #3A6D99; text-decoration: none}
A:hover 	{COLOR: #CC0000; text-decoration: none}
A:link		{COLOR: #3A6D99; text-decoration: none}
A:active 	{COLOR: #3A6D99; text-decoration: none} 

html, body {
  background-image: url(../images/ape_bg.jpg);
	background-repeat: repeat-x;

  margin: 0px;
  padding: 0px;
} 

img {
margin: 0px;
}

h1 {
	font-size: 5; 
} 

ul.sample {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}
ol.sample {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.sample ol {
	list-style-type: decimal;
}
ul.sample li { font-style: italic; }
ol.sample li { font-style: italic; }
ol.sample ol { font-style: normal; }


#sitecontainer {
	position:relative;
	background: #fff;
	width: 883px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#socialmedialinks {
	margin: 0px;
	height:0px;
	padding: 0px;
	width: 883px ;
	background-color:#fff;
}



#addlinks {
	background: #fff;
	float: left;
	padding-right: 20px;
}

#recentpost {
	width: 100%;
	height: 100%;
	background-color:#ffffff;
}

#textbox {
	width: 100%;
	background-color:#fff;
	padding-top: 18px;

}

#footer {
	margin: 0;
	padding: 0,0,0,0;
	text-align: center;
	background-color:#fff;
}

#buttonright {
	text-align: right;
	padding: 0 0 0 0;
	margin-bottom: 0 0 0 0;
	font-family: Verdana;
	background-color: #648625;
	color: #333;
	float: right;
	}


	#buttonright ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#buttonright li {
		border-bottom: 1px solid #ffffff;
		margin: 0;
		font-size:11px;
		}


	#buttonright li a {
		display: block;
		padding: 4px 0px 4px 6px;
		border-left: 7px solid #000000;
		border-right: 7px solid #000000;
		background-color: #000000;
		color: #fff;
		text-decoration: none;
		width: 100%;
		
		}

	html>body #buttonright li a {
		width: 147px;
		}

	#buttonright li a:hover {
		border-left: 7px solid #AA6768;
		border-right: 7px solid #AA6768;
		background-color: #AA6768;
		color: #ffffff;
		}
