
@import url(/scripts/chromestyle.css);
@import url(/scripts/thumbnail.css);
@import url(/scripts/crumbs.css);

body {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	background: #F9F9F9;
}

p {
	margin: 14px, 0, 0, 0;
	padding: 0;
}  

h1 {
	font-size: 30px;
	line-height: 50px;
	border-bottom: 1px dotted #08c;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
}

h1, h2 {
	margin-top: 0;
	padding-top: 0;
	color: #08c;
}

h3 {
	color: darkblue;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

#mainframe {
	width: 753px;
	height: 550px;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	background: white;
}
#frame {
	width: 753px;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	background: white;
}

#header {
	width: 753px;
	margin: 0;
	padding: 0;
}

#splash {
	width: 100%;
	height: 550px;
	float: left;
	background-image: url(/images/stones.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#text {
	width: 320px;
	font-size: 19px;
	letter-spacing: 2px;
	line-height: 26px;
	color: #08c;
}

.space {
	height: 94px;
}

#logo {
	width: 580px;
	height: 150px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #08c;
}

.abn {
	font-size: 10; 
	line-height:16px;
}

#image {
	width: 126px;
	height: 150px;
	float: right;
}

.chapter {
	width: 100%;
	font-family: Times New Roman, MS Serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.menuline {
	width: 100%;
	background: #4AB196; 
}

.menu {
	height 26px;
	list-style-type: none;
	white-space: nowrap;    /* keep text on one line */
	background: #4AB196; 
}

* html .menu {
	display: inline-block;  /* for IE only */
	width: 1px;             /* IE will expand to fit menu width */
	padding: 0 2px;         /* fix bug in IE for border spacing */
}  

.menu ul {
	margin: 0;
	padding: 0;
}  

.menu li {
	display: table-cell;    /* ignored by IE */
}

* html .menu ul {
	display: inline;
	background: #4AB196; 
}

* html .menu li {
	display: inline;        /* for IE only */
}

.menu a, .menu a:visited {
	display: block;         /* for all browsers except IE */
	padding: 6px 11px;
	color: white; 
	background: #4AB196; 
	border-right: 2px solid #fff; /* add a 1px white border around items */ 
	text-decoration: none;
}

* html .menu a, * html .menu a:visited {
	display: inline-block;  /* for IE only */ 
	margin: 0 -2px;         /* to correct an IE border width bug */  
}

.menu a:hover {
	color :#fff; 
	background: #08c;
}


.leftmenu {
	margin: 0 auto 0 0;
}

.centermenu {
	margin: 0 auto;
}

.rightmenu {
	margin: 0 0 0 auto;
}

#container {
	width: 753px;
	background: #FBF5F3;
}

#container a:link {
	color: #08c;
	text-decoration: none;
}

#container a:visited {
	color: #08c;
	text-decoration: none;
}

#container a:hover {
	color: red;
	text-decoration: none;
}

#left {
	width: 140px;
	float: left;
	padding: 15px 5px 0 5px;
	letter-spacing: 0px;
	overflow: hidden;
}

* html #left {
	width: 150px;
	w\idth: 140px;
	overflow: hidden;
}

.advert {
	width: 118px;
	margin: 5px;
	padding: 5px;
	border: 1px solid silver;
	background: white;
	overflow: hidden;
}

* html .advert {
	width: 130px;
	overflow: hidden;
}

#right {
	width: 563px;
	padding: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	float: right;
	overflow: hidden;
}

#full {
	padding: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	float: right;
}

* html #right {
	width: 603px;
	overflow: hidden;
}

.lhs {
	float: left;
	overflow: hidden;
}

.rhs {
	float: right;
	overflow: hidden;
}

table {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
}

.pic {
	border: 1px solid silver;
	margin-right: 15px;
	margin-bottom: 10px;
}

.quote {	
	width: 523px;
	padding: 20px;
	font-family: courier, serif;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 16px;
	background: white;
	overflow: hidden;
}

.quotef {	
	padding: 20px;
	font-family: courier, serif;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 16px;
	background: white;
}

* html .quote {	
	width: 563px;
}

.price {
	color: #4AB196; 
	text-align: right;
}	

.line {
	width: 100%;
	height: 10px;
	border-bottom: 1px dotted #08c;
	Margin-bottom: 6px;
}

.indent {
	margin-left: 80px;
	width 100%;
}

.italics {
	font-style: italic;
}

.clear {
	clear: both;
}
