body {
	font: 85% 'Lucida Grande', Helvetica, Geneva, Arial, Verdana, sans-serif;
	color: #555;
	background: #eee;
	min-width: 900px;
	text-align: center;
	line-height: 1.5em;
	}

/***************  Containers  ***************/

#header {
	background: #1E215C url(//www.schlederer.com.au/img/header_bg.png) repeat-x; /* 476C8E D6ECB9 e7feb8 c4cC91 */
	font-family: 'century gothic', lucida grande, lucida sans, verdana, sans-serif;
	text-align: left;
	border-bottom: 3px #aaa solid;
	}

#nav {
	font-size: 90%;
	text-align: right;
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	letter-spacing: 1px;
	color: #aaa;
	background: #F6F6F6 url(//www.schlederer.com.au/img/nav_bg.png) repeat-x bottom;
	}

#content {
	text-align: justify;
	color: #333;
	background: #fff url(//www.schlederer.com.au/img/main_bg.png) no-repeat center bottom;
	}

#footer {
	text-align: right;
	font-size: 85%;
	background: #eee url(//www.schlederer.com.au/img/footer_bg.png) repeat-x left top;
	}

/***************  Headings  ***************/

h1 {
	font-size: 350%;
	line-height: 110%;
	letter-spacing: 130%;
	}

h2 {
	font-size: 135%;
	color: #D24F00;
	letter-spacing: 2px;
	}

h3 {
	font-size: 125%;
	color: #D24F00;
	letter-spacing: 1px;
	}

h4 {
	font-size: 110%;
	color: #1E215C;
	}

/***************  Header  ***************/

#header h1 {
	color: #eee;
	letter-spacing: 2px;
	}

#header h1 a {
	color: #eee;
	text-decoration: none;
	}

#header h2 {
	line-height: 70%;
	color: #bbb; /* bbb 476C8E D6ECB9 e7feb8 c4cC91 */
	letter-spacing: 3px;
	}

/***************  Nav  ***************/

#nav li a {
	color: #1E215C;
	text-decoration: none;
	list-style: none;
	}

#nav li a:hover, #nav li a:active {
	color: #1E215C;
	border-bottom: 2px solid #1E215C;
	}

/***************  Content  ***************/

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #476C8E;
	}

#content a:hover {
	text-decoration: underline;
	color: #333;
	}

#content a:active {
	color: #444;
	}

#content ul {
	text-align: left;
	}

/***************  Footer  ***************/

#footer p {
	margin: 5px auto;
	line-height: 110%;
	}

#footer:hover {
	color: #111;
	}

#footer a {
	text-decoration: none;
	color: #222;
	}

#footer a:hover {
	color: #111;
	text-decoration: underline;
	}

.col {
	background: transparent;
	text-align: left;
	}

.col ul {
	list-style-type: none;
	}

.col h4 {
	font-size: 120%;
	border-bottom: 1px dotted #111;
	}

/***************  Floats  ***************/

.caption {
	font-size: 95%;
	text-align: left;
	background: #eee;
	border: 1px #ddd solid;
	}

.rfloat, .lfloat {
	font-size: 90%;
	text-align: left;
	}

/***************  Misc  ***************/

img {
	border-width: 0;
/*	background: #787878;  For floats */
	}

.small {
	font-size: 80%;
	}

.left {
	text-align: left;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}

.underline {
	text-decoration: underline;
	}

.box {
	background: #eef;
	}

.spacer {
	text-align: center;
	}
