* { 	margin:		0; }

html {	height:		100%; }

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

a { 
	color:		blue;
}
a:hover {
  	color:          #81D92B; 
}

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

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

a:hover img {
	border:         1px #81D92B solid;
}

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

#header { }

#content {
	min-height:	70%;
	height:		70%;
	background:	#F2F2F2;
	color:		#424242;
	position:	relative;
	border-top:	3px #AAA solid;
	border-bottom:	3px #AAA solid;
}

#content a {
	text-decoration:	none;
}

#inner {
	width:		75%;
	padding:	20px 0 20px 0;
	margin-left:	auto;
	margin-right:	auto;
}

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

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

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

