/*
	Template Name: PHP Sunrise 02 Single Fixed
	Template URI: http://freewebtemplates.me
	Description: A fixed width single column PHP web template with Australian Sunrise Graphic and PHP Includes for header, footer and auto-updating copyright year.
	Version: 1.0
	Author: Ed Zivkovic
	Author URI: http://freewebtemplates.me
	Tags: PHP, Includes, Sunrise, Nature, Brown, 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: #903000;
}

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: #781800 url(header.jpg) no-repeat;;
	height: 150px;
	width: 100%;
}

div#header h1 {
	color: #300000;
	padding: 10px;
}

div#topnav {
	color: #F0D848;
	padding: 8px;
	font-size: 90%;
	background-color: #D89018;
	text-align: center;
}

div#topnav a {
	color: #903000;
	border-bottom: 0px solid #903000;
	font-weight: bold;
}

div#topnav a:hover {
	color: #F0D848;
	border-bottom: 0px solid #F0D848;
}

div#breadcrumb {
	color: #D89018;
	padding: 8px;
	font-size: 85%;
	background-color: #F0D848;
}

div#breadcrumb a {
	color: #D89018;
	border-bottom: 1px solid #D89018;
}

div#breadcrumb a:visited {
	color: #D89018;
	border-bottom: 1px dashed #D89018;
}

div#breadcrumb a:hover {
	color: #903000;
	border-bottom: 1px solid #903000;
}

div#contentwrap {
	border: 0px solid #2A2ABD;
}

div#content {
	line-height: 170%;
	padding: 20px;
}

div#content h2 {
	color: #903000;
	border-bottom: 3px solid #F0D848;
	padding-bottom: 6px;
}

div#content h3 {
	color: #903000;
	border-bottom: 2px solid #F0D848;
	padding-bottom: 6px;
}

div#content a {
	color: #903000;
	border-bottom: 1px dashed #D89018;
}

div#content a:visited {
	color: #4D4D4D;
	border-bottom: 1px dashed #D89018;
}

div#content a:hover {
	color: #903000;
	border-bottom: 0px solid #4D4D4D;
	background-color: #F0D848;
}

div#bottomnav {
	color: #903000;
	padding: 8px;
	font-size: 80%;
	background-color: #D89018;
	text-align: center;
}

div#bottomnav a {
	color: #781800;
	border-bottom: 1px dashed #781800;
}

div#bottomnav a:hover {
	color: #F0D848;
	border-bottom: 1px solid #F0D848;
}

div#copyright {
	color: #D89018;
	padding: 8px;
	font-size: 80%;
	background-color: #781800;
}

div#copyright a {
	color: #D89018;
	border-bottom: 1px dashed #D89018;
}

div#copyright a:hover {
	color: #F0D848;
	border-bottom: 1px solid #F0D848;
}

div#credit {
	color: #781800;
	padding: 8px;
	font-size: 80%;
	background-color: #903000;
}

div#credit a {
	color: #781800;
	border-bottom: 0px solid #781800;
}
		
.right {
	text-align: right;
}

.left {
	text-align: left;
} 
	
div#clear {
	clear: both;
}

.box {
	color: #000; 
	border: 4px double #D89018; 
	background-color: #F0D848; 
	padding: 10px 12px 12px;
	margin: 20px 100px;
	text-align: justify;
	font-size: 90%;
	line-height: 180%;
}
		
.center {
	text-align: center;
}
.warning {
	color: #FF0000;
}
		
		
