/* Color Palette - Dark Olive Green:#464947; Medium Green:#929c95; */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr, form, fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	background: #111;
	color: #8b8b8b;
	font-family: Georgia, 'Trebuchet MS', 'Courier New', Verdana, Tahoma, Arial, sans-serif;
	font-size: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}
body a {
	color: #929c95;
	text-decoration: none;
}
body a:hover, body a:focus {
	color: #929c95;
	text-decoration: underline;
}
/************** header styles ****************************/
#header {
	background: transparent;
	border: solid #c00;
	border-width: 0;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: auto;
}
/************** wrapper/content styles ****************************/
#wrapper {
	border: 0 solid #ccc;
	height: 600px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 480px;
}
p.type1 {
	background: #222;
	font-family: Courier, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	margin: 20% 14px 6px 50%;
}
p.type2 {
	background: #222;
	font-family: Courier, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	margin: 10% 50% 6px 10%;
}
/************** footer styles ****************************/
#footer {
	background: transparent;
	border: solid #c00;
	border-width: 0;
	bottom: 0;
	height: auto;
	margin: auto auto 0 auto;
	padding: 0 0 0 0;
	position: absolute;
	text-align: center;
	width: 100%;
}