body{
background-color:black;
text-align:center;
margin-top: 0px;
}

#outer{
width: 800px;
margin: auto;
background-image: url(jungle1.jpg);
background-position: top right;
background-repeat: no-repeat;
text-align:left;

}


#logoplacer{
width: 400px;
height:85px;

}

#title{
width: 400px;
height:170px;
border-bottom-color: #7DA21E;
border-bottom-style: dotted;
border-bottom-width: 0px;
border-top-color: #7DA21E;
border-top-style: dotted;
border-top-width: 0px;
padding-top: 10px;
}

#titlesub{
width: 400px;
height:100px;
background-image: url(snake400.jpg);
background-position: bottom right;
background-repeat: no-repeat;

}

html>body #titlesub{
height:120px;

}



#rightpane{
float: right;
width: 284px;
height: 800px;
background-color:#0E0E0E;
margin-right: 10px;
padding:15px;

}

html>body #rightpane{
padding:15px;
width: 254px;

}

.leftbox{
float: left;
width: 450px;
height: 800px;
background-color:transparent;
margin-right: 10px;
}

.green{
color:#AEA644;
font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

h1{
margin-top: 0px;
color:#AEA644;
font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

}

p{
margin-top: 0px;
color:#AEA644;
font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

}

#footer{
width: 780px;
margin: auto;
background-color: black;
padding:0;
height: 10px;
color:white;
font-size: 9px;

border-top-color: #1D1D1D;
border-top-style: dotted;
border-top-width: 2px;

}

#footer a{
  color: #1D1D1D;
  text-decoration: none;
}

#footer a:hover{
  color:white;
  text-decoration: none;
}

#footer table td{
color: #1D1D1D;
font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;

}

a{
text-decoration: none;
color:#9D886D;
}

a:hover{
color:white;
}

.indent{
margin-left: 50px;

}