/* David McEldowney CSS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4D4E;	
	margin: 0px;
	padding: 0px;	
	}
	
#container {
	width: 800px;
	margin: 20px auto;
	}	

.border {
	border-right: 1px solid #4C4D4E;
	border-bottom: 1px solid #4C4D4E;
	border-left: 1px solid #4C4D4E;
	}

td {
	}
	
#navigation {
	width: 200px;
	}
	
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li a {
	display: block;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #BCCACC;
	text-decoration: none;
	padding: 5px 0px 5px 27px;	
	border-bottom: 1px solid #B0B0B0;
	background: url(media/arrow_1.gif) left center no-repeat;
	}		
		
#navigation li a:hover {
	color: #FFDB9D;
	text-decoration: none;
	background: url(media/arrow_2.gif) left center no-repeat;
	}
	
.end {
	border-top: 1px solid #999999;
	background-color: #4c4d4e;
	}	
	
.link {
	font-weight: bold;
	color: #B39A6F;
	text-decoration: underline;
	}
	
a:hover {
	color: #4C4D4E;
	text-decoration: none;
	}

.text {
	font-size: 11px;
	line-height: 180%;
	color: 4C4D4E;
	padding: 0px 10px 10px 23px;
	}
	
.heading {
	font-size: 12px;
	font-weight: bold;
	color: #616161;
	display: block;
	}
	
p {
	margin: 3px;
	padding: 3px;
	}		

.image {
	float: right;
	padding: 10px 18px 5px 10px;
	margin-left: 10px;
	}
	
.flashbox {
	margin: 0px 10px 23px 10px;
	}
	
.emphasis {
	font-size: 12px;
	font-weight: bold;
	color: 4C4D4E;
	}
	
ul {
	margin: 0px 10px;
	padding: 0px 10px;
	list-style-position: inside;
	list-style-type: disc;
	}
	
.faq {
	margin: 10px 0px;
	}			
	
.book {
	font-size: 16px;
	font-weight: 100;
	color: #97999C;
	padding-top: 7px;
	padding-bottom: 7px;
	}
	
.credits {
	width: 800px;
	margin: 7px auto;
	font-size: 9px;
	font-weight: bold;
	color: #757472;
	letter-spacing: 1px;
	text-align: center;
	}