/*
	Template Name: SSI Left Nav Midnight Blue Fixed
	Template URI: http://freewebtemplates.me
	Description: A fixed width two column left navigation CSS web template with MidnightBlue as the theme color.
	Version: 1.0
	Author: Ed Zivkovic
	Author URI: http://freewebtemplates.me
	Tags: SSI, Includes, Blue, CSS, Fixed Width, No Graphics, Two Columns, Left Navigation, Tableless, 
*/

/*
	Template by Ed Zivkovic released under the
	Creative Commons Attribution 2.5 License:
	http://creativecommons.org/licenses/by/2.5/au/
*/

body    
{ color: #000; 
font-size: 90%; 
font-family: "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif; 
text-align: center; 
background-image: url(media/images/sham-chee-yew_02.jpg)
}
 
<csscriptdict import> h1, h2, h3, h4, h5, h6 { letter-spacing: 0.1em; margin: 0 }
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-image: #FFF;
	text-align: left;
}

div#header  { color: #ffcc00; background-color: #600; padding: 20px; height: 100px }

div#header h1  { color: #ffcc00 }

div#topnav   { color: #ffcc00 ; font-size: 90%; background-color: #600; text-align: center; padding: 8px }

div#topnav a   { color: #ffcc00; border-bottom: 0 solid #11114e }

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

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

div#leftnavwrap h3  { color: #600; font-size: 1.7em; font-family: "mead bold", "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif; text-align: center; margin: 15px 0 0; padding: 6px; border-bottom: 0 solid #2a2abd }
	
div#leftnavwrap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	
div#leftnavwrap ul li {
	margin-top: 8px;
}
	
div#leftnavwrap ul li a  { color: #600; font-weight: bold; background-color: #ffcc00; display: block; padding: 7px 5px 7px 10px; width: 160px }

div#leftnavwrap ul li a:hover  { color: #fff; background-color: #c90 }

div#contentwrap  { background-color: #fc6; border: solid 0 #2a2abd }

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

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

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

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

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

div#content h2  { color: #600; padding-bottom: 6px; border-bottom: 3px solid #fc6 }

div#content h3  { color: #600; padding-bottom: 6px; border-bottom: 3px solid #fc6 }

div#content a  { color: #c90; border-bottom: 1px solid #c90 }

div#content a:visited  { color: #600; border-bottom: 1px dashed #ffcc00 }

div#content a:hover  { color: #c90; border-bottom: 1px dashed #c90 }

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

div#bottomnav a  { color: #ffcc00; border-bottom: 0 solid #ffcc00 }

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

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

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

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

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

div#credit a   { color: #ffcc00; border-bottom: 0 solid #600 }
		
.right {
	text-align: right;
}

.left {
	text-align: left;
} 

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

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

.warning {
	color: #FF0000;
}

