body {
	padding-top: 55px;
	color: white;
	font-size: 10px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #00008b;
}

hr {
	border: solid 1px #03c;
	margin: 30px 0;
}

h1 {
	border: solid 1px #03c;
	text-align: left;
	font-size: 30px;
	padding: 10px 0px 10px 265px;
	margin-bottom: 10px;
	margin-left: 5px;
}
h1.centred {
	text-align: center;
	padding-left: 0;
}

h2 {
	color: #6495ed;
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
}

h3 {
	color: black;
	font-weight: bold;
	font-size: 16px;
	background-color: #03c;
	border: 0px;
	padding: 5px;
	margin-top: 20px;
}

/*
	override menu colours
*/
#menu_bar {
	background-color: #006;
	border-bottom: 2px solid CornflowerBlue;
}
#menu_bar li {
	color: #6495ed;
}
#menu_bar .sep {
	color: #6495ed;
}
#menu_bar a:hover li {
	color: silver;
}



.dwNavBar {
	width: 100%;
	padding: 0 0 0 5px;
	text-align: center;

	background-color: #006;
	border: 0px;
}
.dwNavBar ul {
	border: solid 1px #03c;
	list-style: none;
}
.dwNavBar li {
	display: inline-block;
	width: 12%;
	color: #6495ed;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: center;
	background-color: #006;
	border: solid 1px #03c;
	padding: 5px 0;
}
.dwNavBar li:hover {
	background-color: #00008b;
}

ul.links_list {
	padding-left: 20px;
}

.text_box,
.error_box {
	color: white;
	font-size: 14px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	
	padding: 10px;
	margin: 5px;
	border: solid 1px #03c;
	
	position: absolute;
	left: 260px;
	clear: right;
	max-width: 800px;
}
.error_box {
	border: 0;
}

.right_pic_box {
	position: absolute;
	left: 0px;
	padding: 20px;
	margin: 5px;
	border: solid 1px #03c;
	text-align: center;
	
	width: 210px;
}

.book_cover {
	margin: 10px;
}

p,
.index_booktitle,
li {
	color: white;
	font-size: 14px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 140%;
}


.chapterNumberCell {
	color: silver;
	width: 30px;
}
.chapterTitleCell {
	line-height: 150%;	
}

a {
	color: silver;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.index_block {
	width: 96%;
	text-align: center;
	padding: 0 5px;
}
.index_booktitle {
	background-color: #00008b;
	font-weight: bold;
}
.index_box {
	float: none;
	display: inline-block;

	padding: 10px;
	margin: 5px;
	border: solid 1px #03c;	
}

img.centre_image {
	display: block;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	float: none; clear: both;
}

h1, .index_box, .right_pic_box {
	background-color: #000080;
	background-image: url("../interface/background_box.jpg");
	background-repeat: repeat;
}


/*
MOBILES, ETC.
*/
@media screen and (max-width: 650px) {
	
	h1 {
		padding: 5px;
		text-align: center;	
	}
	
	.text_box {
		
	}
	
	.right_pic_box, .text_box {
		position: relative;
		padding: 20px 5px;
		margin: 5px auto;
		left: 0;
	}
	
	.dwNavBar li {
		min-width: 30%;
		display: inline-block;
		margin-bottom: 5px;
	}
	.dwNavBar {
		text-align: center;
		padding: 5px 0;
	}
	
	.index_box {
		float: none;
		text-align: center;
		width: auto;
		min-width: auto;
		margin: 5px auto 10px auto;
		padding: 10px;
	}
	
	h1, .text_box, .right_pic_box, .index_block {
		width: 98%; margin-left: 0; margin-right: 0;
	}

}
