/* 
	TABLE OF CONTENTS
	
	Coming soon

	COLOUR GLOSSARY

	Coming soon
	
/*


/* ...
--------------------------------------------------------------------------------------- */

body {
	background-color: #4d2732;
}

#container {
	width: 757px;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}

#middle {
	background: #fff url(../images/bg/middle.gif) 120px 0 repeat-y;
	border: 1px solid #321921;
	overflow: hidden;
}

#branding-flash {
	margin-top: 2px;
	margin-bottom: 2px;
}

#nav-main {
	float: left;
	width: 122px;
	padding-bottom: 15px;
}

#nav-main li {
	font-size: 77%;
	line-height: 1.65em;
	margin: 0 0 .825em 0;
	padding-right: 1.8em;
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#nav-main li a:link, #nav-main li a:visited {
	text-decoration: none;
}

#nav-main li a:hover, #nav-main li a:active {
	text-decoration: underline;
}

#content-main {
	float: left;
	width: 550px;
	margin-left: 7px;
	padding: 0 20px 15px 20px;
}

#leanne-photo {
	float: right;
	margin: 0 0 2em 2em;
	padding: .2em;
	border: 1px solid #DCDCDC;
}

.testimonials li {
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #4d2732;
}

.testimonials li.last {
	border-bottom: none;
}

.testimonials li h2 {
	font-size: 135%;
}

.testimonials cite {
	display: block;
	margin-bottom: 2em;
	margin-top: -1em;
}

#footer p {
	margin-top: .5em;
}

#footer, #footer a:link, #footer a:visited {
	color: #CBBCA5;
	text-decoration: none;
}

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

#copyright {
	float: left;
}

#author {
	float: right;
}