﻿body{
	background-color:#808080;
	margin: 0 auto;
}

#container {	
	text-align: center;
	width: 975px;
	background-color: #999999;
	margin: 0 auto;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	height:auto;
}
#masthead h1 {
	display: block;
	padding: 183px 0 0 0;
	color: #999999;/*Text is hidden until better solution*/
	background: url('images/ninjaMasthead.gif') no-repeat center top;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	height: 0px !important;
	height: 183px;
}
#content {
	margin: 0 auto;
}
#content img {
	border: thick #808080 solid;
	margin: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding:0px;
}
.p {
	text-indent: 100px;
}
.caption {
	margin-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #808080;
	text-transform: capitalize;
}
#footer {
	display:block;
	background: url('images/ninjaFooter.png') no-repeat right bottom;
	min-height: 126px;
	font-size: small;
	font-style: italic;
	color: #C0C0C0;
	text-align: center;
}
hr{
	max-width: 50%;
	text-align: center;
}