/*
	Template Name: Mining 01 Single Fixed
	Template URI: http://freewebtemplates.me
	Description: A fixed width single column CSS web template with header graphic of an Australian mining site.
	Version: 1.0
	Author: Ed Zivkovic
	Author URI: http://freewebtemplates.me
	Tags: Mining, Green, CSS, Fixed Width, Mini Site, Graphics, Single Column, No Tables,
*/

/*
	Template by Ed Zivkovic released under the
	Creative Commons Attribution 2.5 License:
	http://creativecommons.org/licenses/by/2.5/au/
*/

body {
	font-family: "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-align: center;
	font-size: 90%;
	background-color: #787860;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
}
	
div#mainwrap {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
}

div#header {
	background: #303030 url(header.jpg) no-repeat;;
	height: 150px;
	width: 100%;
}

div#header h1 {
	font-family: "mead bold", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #787860;
	text-align: center;
	padding: 10px;
}

div#topnav {
	color: #F0F0D8;
	padding: 8px;
	font-size: 90%;
	background-color: #D8D8D8;
	text-align: center;
}

div#topnav a {
	color: #787860;
	border-bottom: 0px solid #787860;
	font-weight: bold;
}

div#topnav a:hover {
	color: #303030;
	border-bottom: 1px solid #303030;
}

div#breadcrumb {
	color: #787860;
	padding: 8px;
	font-size: 85%;
	background-color: #F0F0D8;
}

div#breadcrumb a {
	color: #787860;
	border-bottom: 1px solid #787860;
}

div#breadcrumb a:visited {
	color: #787860;
	border-bottom: 1px dashed #787860;
}

div#breadcrumb a:hover {
	color: #303030;
	border-bottom: 1px solid #303030;
}

div#contentwrap {
	border: 0px solid #2A2ABD;
}

div#content {
	line-height: 170%;
	padding: 20px;
}

div#content h2 {
	color: #787860;
	border-bottom: 3px dashed #F0F0D8;
	padding-bottom: 6px;
}

div#content h3 {
	color: #787860;
	border-bottom: 3px dashed #F0F0D8;
	padding-bottom: 6px;
}

div#content a {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div#content a:visited {
	color: #787860;
	border-bottom: 1px dashed #787860;
}

div#content a:hover {
	color: #303030;
	border-bottom: 1px solid #303030;
}

div#bottomnav {
	color: #787860;
	padding: 8px;
	font-size: 80%;
	background-color: #F0F0D8;
	text-align: center;
}

div#bottomnav a {
	color: #787860;
	border-bottom: 1px solid #787860;
	font-weight: bold;
}

div#bottomnav a:hover {
	color: #303030;
	border-bottom: 1px solid #303030;
}

div#copyright {
	color: #787860;
	padding: 8px;
	font-size: 80%;
	background-color: #D8D8D8;
}

div#copyright a {
	color: #787860;
	border-bottom: 1px dashed #787860;
}

div#copyright a:hover {
	color: #303030;
	border-bottom: 1px solid #303030;
}

div#credit {
	color: #909078;
	padding: 8px;
	font-size: 80%;
	background-color: #787860;
}

div#credit a {
	color: #909078;
	border-bottom: 0px solid #909078;
}

div#credit a:hover {
	color: #F0F0D8;
	border-bottom: 0px solid #909078;
}
		
.right {
	text-align: right;
}

.left {
	text-align: left;
} 
	
div#clear {
	clear: both;
}

.box {
	color: #787860; 
	border: 1px solid #787860; 
	background-color: #F0F0D8; 
	padding: 10px 12px 12px;
	margin: 20px 100px;
	text-align: justify;
	font-size: 90%;
	line-height: 180%;
}
		
.center {
	text-align: center;
}
.warning {
	color: #FF0000;
}
		
		