body {
	padding: 2px;
	background: #000000;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 16px;
	text-align: center;

	}

div#wrapper {
	width: 500px;
	margin: 0 auto;
}

div.box{
	height: auto;
	width: 500px;
	background: #000000;
	border: 2px solid #732b05;
	color: #6d5000;
	font-size: 20px;
	font-family: Arial, Helvetica;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 2px;
	
}
div#picture{
	height: auto;
	width: auto;
	padding: 2px;
	margin: 5px;
	float: right;
	position: right;
	}

div#header{
	height: 194px;
	width: 495px;
	background: url(LionBanner.png);
	color: #ffba00;
	font-size: 25px;
	font-family: Arial, Helvetica;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	
}
div.insidebox{
	height: auto;
	width: auto;
	background: #000000;
	color: #d8ecf3;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-align: left;
	padding: 3px;
	padding-left: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	
	
}
div#Sidebar{
	float: left;
	position: relative;
	height: auto;
	width: 150px;
	background: #;
	border: 2px solid #732b05;
	color: #6d5000;
	font-size: 20px;
	font-family: Arial, Helvetica;
	text-align: center;
	margin: 5px 0 5px 0;
	margin-left: -180px;
	padding: 5px;
	
}
div#insidesidebar{
	height: auto;
	width: auto;
	background: #000000;
	color: #d8ecf3;
	font-size: 16px;
	font-family: Arial, Helvetica;
	text-align: left;
	padding: 2px;
	padding-left: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	
	
}
div#footer {
	color: white;
	font-family: Arial, Helvetica;
	font-size: 10px;
	text-align: center;
	margin: 2px;
}

div#insidesidebar ul {
	margin: 0;
	padding: 0;
}
div#insidesidebar ul li {
	display: inline;
	border-right: 2px #6d5000 ;
}
a {
   text-decoration: none;
}
a:link {
   color: #a5b8c8;
}
a:visited {
   color: #c1c1c1;
}
a:hover {
   color: #a0a0a0;
}
