* { 	margin:		0; }

html {	height:		100%; }

body {
	height:		100%;
	font-family:	verdana, arial, helvetica, sans-serif;
	font-size: 	12px;
	background:	#332B1F;
	color:		#D0D0D0;
}

h1 {
	font-size:	24px;
	color:		#81D92B;
}

img {
	padding:	3px;
	margin:		3px;
	border:		1px #AAA solid;
}

p {	padding:	10px 0 10px 0; }

#header {
	padding:	40px 0 20px 6px;
}

#content {
	min-height:	65%;
	height:		65%;
	background:	#F2F2F2;
	color:		#424242;
	margin:		0 auto -100px;
	padding:	6px;
	position:	relative;
	border-top:	3px #AAA solid;
	border-bottom:	3px #AAA solid;
}

#content a {
	text-decoration:	none;
}

.clearfooter {
	height:		100px;
	clear:		both;
}

#footer {
	height:		100px;
	background:	#2A1B0A;
	padding:	50px 0 0 6px;
	font-size:	10px;
	text-align:	center;
}

#footer a {
	text-decoration:	none;
	color:			#81D92B;
}
