/*
	Template Name: Left Nav Deep Pink Fixed
	Template URI: http://freewebtemplates.me
	Description: A simple fixed width, single column, CSS web site template with left navigation and DeepPink used as the theme color.
	Version: 1.0
	Author: Ed Zivkovic
	Author URI: http://ezau.com
	Tags: PHP, Includes, Pink, CSS, Fixed Width, No Graphics, 2 Columns, Left Navigation, 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: #000000;
	text-align: center;
	font-size: 90%;
	background-color: #e7d7c3;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
}
	
div#mainwrap {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	text-align: left;
}

div#header {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	
}

div#header h1 {
	font-size: 3em;
}

div#header p {
	padding-left: 20px;
	font-size: 20px;
}

div#topnav a {
	color: #000000;
	padding: 3px 6px;
	background-color: none;
}

div#topnav a:hover {
	color: #FFF;
	background-color: none;
}

div#leftnavwrap {
	float: left;
	width: 160px;
	padding-top 5px;;
	font-size: 90%;
}

div#leftnavwrap h3 {
	font-family: "Arial", "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #9a8b85;
	margin: 15px 0 0;
	padding: 6px;
	font-size: 1.6em;
	text-align: left;
}
	
div#leftnavwrap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	
div#leftnavwrap ul li {
	margin-top: 8px;
}
	
div#leftnavwrap ul li a {
	display: block;
	width: 160px;
	padding: 7px 5px 7px 10px;
	color: #9a8b85;
	background-color: #e7d7c3;
	font-weight: bold;
}

div#leftnavwrap ul li a:hover {
	color: #e7d7c3;
	background-color: #d1b7ac;
}

div#contentwrap {
	border: 0px solid #B20E66;
	background-color: #FE8AC8;
}

div#breadcrumb {
	color: #B20E66;
	padding: 8px 8px 8px 0;
	font-size: 85%;
	background-color: #FE8AC8;
	margin-left: 200px;
}

div#breadcrumb a {
	color: #B20E66;
	border-bottom: 1px solid #B20E66;
}

div#breadcrumb a:visited {
	color: #B20E66;
	border-bottom: 1px dashed #B20E66;
}

div#breadcrumb a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	background-color: none;
}

div#content {
	line-height: 170%;
	padding: 20px;
	margin-left: 200px;
	background-color: #FFF;
}

div#content h2 {
	font-family: "Verdana", "Arial", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #595859;
	font-size: 1.6em;
	text-align: left;
	border-bottom: 3px solid #ffffff;
	padding-bottom: 6px;
}

div#content h3 {
	font-family: "Verdana", "Arial", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #595859;
font-size: 1.6em;
	text-align: left;
	border-bottom: 3px solid #ffffff;
	padding-bottom: 6px;
}

div#content a {
	color: #595859;
	border-bottom: 0px solid DeepPink;
	font-weight: bold;
}

div#content a:visited {
	color: #e7d7c3;
	border-bottom: 0px dashed DeepPink;
}

div#content a:hover {
	color: #000000;
	border-bottom: 0px solid #000000;
	background-color: none;
}

div#bottomnav {
	color: DeepPink;
	padding: 8px;
	font-size: 80%;
	background-color: #e7d7c3;
	text-align: center;
}

div#bottomnav a {
	color: #FE8AC8;
	border-bottom: 0px solid #e7d7c3;
}

div#bottomnav a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #e7d7c3;
}

div#copyright {
	color: #e7d7c3;
	padding: 8px;
	font-size: 80%;
	background-color: #e7d7c3;
}

div#copyright a {
	color: #e7d7c3;
	border-bottom: 1px dashed #e7d7c3;
}

div#copyright a:hover {
	color: DeepPink;
	border-bottom: 1px solid #e7d7c3;
}

div#credit {
	color: #e7d7c3;
	padding: 8px;
	font-size: 80%;
	background-color: #e7d7c3;
}

div#credit a {
	color: #FE8AC8;
	border-bottom: 0px solid #e7d7c3;
}
		
.right {
	text-align: right;
}

.left {
	text-align: left;
} 

.center {
	text-align: center;
}
	
div#clear {
	clear: both;
}

.box {
	color: #000000; 
	border: 1px solid DeepPink; 
	background-color: #FEC4E4; 
	padding: 10px 12px 12px;
	margin: 20px 70px;
	text-align: justify;
	font-size: 90%;
	line-height: 180%;
}

.warning {
	color: #000000;
}
		
		