/* :.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.: */
/*     CSS Document for NatureMiner      */
/* .:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. */
/* Code & Design by http://InFlash.Net */
/* :.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.: */

*{
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color: #ececec;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#wrapper{
	width: 700px;
	height: auto;
	margin: 0 auto;
	border-left: 5px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
}

#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 100px;
}

#header h1{
	font-family: Arial Black;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 15px;
}

#header h1:hover{
	color: #FFFFFF;
}

#header h3{
	color: #ffffff;
	padding-left: 70px;
	font-family: Arial Black;
}


#menu{
	background-image: url(images/mf.gif);
	background-position:top;
	background-repeat: repeat-x;
	width: 700px;
	height: 20px;
}

#menu a{
	background-image: url(images/mf.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	height: 20px;
	color: #001100;
	display:block;
	width: 100px;
	text-decoration: none;
	float: left;
}

#menu a:hover{
	background-position: bottom;
	color: #002200;
}

#content{
	background-color: #fefefe;
	padding: 5px;
	width: 690px;
	color: #666666;
	height: auto;
	min-height: 500px;
	font-size:12px;
}

#content h3{
	padding: 10px;
}

#footer{
	background-image: url(images/mf.gif);
	background-position:top;
	background-repeat: repeat-x;
	width: 700px;
	height: 20px;
}

#footer a{
	background-image: url(images/mf.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	height: 20px;
	color: #001100;
	display:block;
	width: 200px;
	text-decoration: none;
	float: left;
}

#footer a:hover{
	background-position: bottom;
	color: #002200;
}
