/********************************** * TITLE: Gila Screen Stylesheet  *  * URI  : gila/gila-screen.css    * * MODIF: 2003-Apr-30 19:09 +0800 * **********************************//* ##### Common Styles ##### */body {  color: #000000;  background-color: rgb(243,242,235);  font-family: verdana, helvetica, arial, sans-serif;  font-size: 73%;  /* Enables font size scaling in MSIE */  margin: 0;  padding: 0;}html > body {	font-size: 9pt;	color: #666666;}#page {  position: relative;}#header {  color: inherit;  background-color: #C0CBCC;}.headerTitle {  margin: 0;  padding: 0.25em 4mm 0.25em 4mm;}.headerTitle .title {  color: white;  background-color: transparent;  text-decoration: none;  font-size: 110%;  /* For MSIE */  font-weight: normal;  font-style: italic;}.headerTitle > .title {  font-size: 250%;  /* For fully standards-compliant user agents */}.headerTitle .subtitle {  color: white;  background-color: transparent;  text-decoration: none;  font-size: 180%;  /* For fully standards-compliant user agents */  font-weight: normal;  font-style: italic;}#navlist {  color: white;  background-color: #FFD6A4;  font-size: 109%;  text-align: center;  margin: 0;  padding: 0.5ex 0;}#navlist li {   list-style: none;  display: inline;  color: white;  background-color: #CC9966;  font-weight: bold;  margin-right: 5px;}#navlist a {  color: white;  text-decoration: none;  background-color: #CC9966;  margin: 0px;  padding-bottom: 3px;  padding-right: 4px;  padding-left: 4px;  padding-top: 3px;}#navlist #active a {  color: #29303D;  background-color: white;}#navlist a:hover {  color: #29303D;  background-color: white;}#leftSideBar {  width: 160px;  position: absolute;  left: 0px;}#rightSideBar {  width: 160px;  padding: 0;  position: absolute;  right: 0px;}#content {  color: black;  background-color: white;  text-align: justify;  line-height: 1.5em;  margin: 0 160px 0 160px;  padding: 0.5ex 3em 1em 1em;}#content .contentHeading {	color: #E2B570;	background-color: transparent;	font-family: arial, verdana, helvetica, sans-serif;	font-size: 175%;	font-weight: bold;	font-style: normal;	text-align: left;	margin: 5px 0 0 0;	padding: 1em 0 0 0;	text-decoration: none;}#content a {  color: #E2B570;  background-color: transparent;  text-decoration: none;}#content a:hover {	text-decoration: none;	color: #FF9933;}p {	margin: 1em 0 1.5em 0;	padding: 0;	color: #51410B;}.thumbLeft {	float: left;	width: 220px;	height: auto;	padding-top: 10px;	padding-bottom: 10px;	margin-right: 10px;}.thumbRight {	float: right;	width: 220px;	height: auto;	padding-top: 10px;	padding-bottom: 10px;	margin-left: 10px;}.thumbLeft img, .thumbRight img {	width: 200px;	height: 150px;}.storyRight {	clear: right;}.storyLeft {	clear: left;}