	#topBar {
		position:absolute;
		padding-top:3px;
		left:235px;
		right:0%;
		top:310px;
		
		z-index:2;
	}
	#nav {
		position:absolute;
		padding-top:2px;
		left:235px;
		right:502px;
		top:377px;
		z-index:2;
		background-color:#7A2807;
	}
	@-webkit-keyframes webkit-glowlink{0% {color:#BA3A07;margin-left:-0px;}50% {color:#000000;margin-left:-20px;width:290px;}100% {color:#BA3A07;margin-left:-0px;}}
	@-o-keyframes o-glowlink{0% {color:#BA3A07;margin-left:-0px;}50% {color:#000000;margin-left:-20px;width:290px;}100% {color:#BA3A07;margin-left:-0px;}}
	@-moz-keyframes moz-glowlink{0% {color:#BA3A07;margin-left:-0px;}50% {color:#000000;margin-left:-20px;width:290px;}100% {color:#BA3A07;margin-left:-0px;}}
	@keyframes glowlink{0% {color:#BA3A07;margin-left:-0px;}50% {color:#000000;margin-left:-20px;width:290px;}100% {color:#BA3A07;margin-left:-0px;}}
	
	a:not(#disgregardLinkEffects)
	{
		display:block;
		width:270px;
		font-size:30px;
		margin-top:25px;
		margin-bottom:25px;
		font-weight:bold;
		font-family:Lucida Console;
		text-decoration:none;
		color:#96530F;
		transition: 0.2s;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition: 0.2s;
	}
	a:hover:not(#disgregardLinkEffects)
	{
		background-color:#ddffff;
		transition: 0.2s;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition: 0.2s;
		-webkit-animation: webkit-glowlink 1.5s infinite;
		animation: glowlink 1.5s infinite;
		-moz-animation: moz-glowlink 1.5s infinite;
		-o-animation: o-glowlink 1.5s infinite;
	}
	strong
	{
		font-size:45px;
	}
	#navBut1
	{
		position:absolute;
		left:30px;
		top:0px;
	}
	#navBut4
	{
		position:absolute;
		left:30px;
		top:45px;
	}
	#navBut5
	{
		position:absolute;
		left:30px;
		top:120px;
	}
	#navBut2
	{
		position:absolute;
		left:30px;
		top:195px;
	}
	#navBut3
	{
		position:absolute;
		left:30px;
		top:240px;
	}
	#navBut6
	{
		position:absolute;
		left:30px;
		top:280px;
	}	
	#sideBar {
		background-color:#fff;
		position:absolute;
		padding-top:20px;
		top:0px;
		width:300px;
		left:-40px;
		height:361px;
		border-right:2px solid #7A2807;
		border-bottom:2px solid #7A2807;
		
		z-index:3;
		background-color:#ffffff;
		font-size:26px;
	}
	ul {
		list-style-type:none;
		text-align:center;
	}
	#content {
		position:absolute;
		top:435px;
		bottom:0%;
		left:50px;
		right:525px;
		font-size:24px;
	}
	#logoText {
		z-index:3;
		position:absolute;
		left:260px;
	}
	#logoImg {
		width:245px;
		position:absolute;
		top:125px;
		left:280px;
		z-index:2;
	}
	#forestImg
	{
		width:2000px;
		height:379px;
		position:absolute;
		right:0px;
		top:0px;
		z-index:1;
	}
	#border
	{
		position:relative;
		left:10%;
		z-index:-2;
	}
	#footer
	{
		color:#999999;
	}
