body {
	background: #9A9A9A;
	background-image: url(chazhead.jpg);
	margin: 0px;
	font-size: 90%;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	}
	
.stripe {
	margin: 0px 150px;
	background: #CFC884;
}
	
.main {
	margin: 0px 5px;
	background: White;
	padding: 10px;
	color: Black;
}	

/* Hides from IE5-mac \*/
* html .main {
	height: 1%;
	margin-top:-1ex;	
}
/* End hide from IE5-mac */

p.breadright {
	position: absolute;
	top: 1ex;
	right: 1ex;
	text-align: right;
	background-color: White;
	padding: 5px;
}

p.breadleft {
	position: absolute;
	top: 1ex;
	left: 1ex;
	text-align:left;
	background-color: White;
	padding: 5px;
}


h1 {
	font-size: 500%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: White;
	margin: -3.5ex 0 1.5ex 3%;
  }
  
 
h2 	{
	font-size: 200%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #54546E;
	text-align: center;
  }
  
h3  	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
	text-align: center;
  }
  
h4 		{
	font-size: 150%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
  }
  
img		{
	border: none;
}
  
 img.logo	{
	margin-bottom: 10px;
}

* html body img.logo {
	 /* IE only */
	 left:7px;
}
  
 div#LHS	{
	position:absolute;
	left: 3px;
	top:5px;
	clear: left;
	width: 130px;
	margin: 5px 0px 0px 5px;
	padding: 0ex 1ex 1ex 0ex;
 	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
* html body div.lhs	{ /* IE only */
	margin: 80px 0px 0px 2px;
	width: 120px;
}

p.item {
	margin: 5px 0px;
	padding: 3px 0px;
	font-size:90%;
	background-color: Black;
	border : 1px solid #CFC884;
	width: 124px;
}

a.item	{
	padding: 2px;
	text-decoration: none;
	display: block;

}
a.item:link, a.item:visited {
	color: White;
	background-color: Black;
}

a.item:hover {
	color: Black;
	background-color: White;
	text-decoration: none;
}

div#RHS	{
	float:right;
	width:140px;
	margin: 50px 5px 10px 5px;
	text-align: center;
}

a:link, a.blog:link {
		font-weight: bold;
		text-decoration: none;
		color: #800080;
	}
	
a:hover, a.blog:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #C000C0;
		}
		
a:visited, a.blog:visited {
		font-weight: bold;
		text-decoration: none;
		color: #54546E;
	}

hr {
	color: #54546E;
	background-color: #54546E;
	border: 0;
	height: 2px;
	margin: 20px;
}

.cartouche {
	background-color: #DBDBE5;
	color: Black;	
	margin: 5%;
	padding: 10px;
	border: double 3px #54546E;
  }
 
p.caption {
	margin-top: 2px;
	font-size: 80%;
}

p.credits {
	font-size: 80%;
}

p.clear	{
	font-size: 1px;
	margin: 0px;
	clear: right;
}

dt {
 	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 1ex;
}

img. {
	border: none;
}

img.showcase {
	margin: 20px 0px;
	border : 3px double #CFC884;
}	

.ljfeed {
	background-color: #F9F9F0;
	color: Black;	
	margin: 2ex;
	padding: 10px;
	border: double 3px #CFC884;
  }
  
div.signup	{
	margin: 2ex;
	padding: 10px;
	background-color: White;
	border: double 3px #CFC884;
}

.input-box {
	margin: 3px;
	color: Black;
	background: White;
	border : 1px solid #CFC884;
	display:inline;
}
.submit-button {
	clear: both;
	font-weight: bold;
	color: #FFF;
	background: #800080;
	border : 2px #CFC884 outset;
	margin-top:5px;
	font-size:75%;
	display:inline;
}
	
