body {
	text-align: center;
	background-color:#FFF;
	background-image: url(/icon/header/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;	
/*	background-image: url(/icon/grad/bw5x.png);
 */
	background-repeat: repeat-x;
}
.break { page-break-before: always; }
h1#page_title{
	color: #FFF;	
}
h2 {
	border-collapse: collapse;
	border-top-style: solid;
	border-top-width: thin;
	text-align: left;
}
@media projection{
   h2 {
      page-break-before: always;
   }
   h3{
      page-break-before: always;
   }
   h4{
      page-break-before: always;
   }
}
ul.menu {
	list-style-type:none;
	display: inline;
	clear:both;
	text-align: center;
	padding: 0px;
	margin: 0px;	
}
li.menu{
	display:inline;
	margin: 10px;
	width: 120px;
}
div.notice{
	margin: 10px;
	color: red;
	border-width: thin;
}
div.sidebar{
	margin: 10px;
	float: left;
	display: inline;
}
ul.categories {
	list-style-type:none;
	display: inline;
	text-align: center;
	padding: 0px;
	margin: 0px;	
}
li.categories{
/*	display:inline;
	float:left;
*/
	text-align: left;
	width: 140px;
}
div.header {
	width: 100%;
}
div.footer {
	color: gray;
	width: 100%;
}
div.caption{
   margin: 5px;
}

div.page-background {
	background-color:#fff;
  filter:alpha(opacity=70);   /* for IE */
  opacity:0.7;	  /* CSS3 standard */	
/*	float:left;
*/	border-style: solid;
	border-width: thin;
	font-family: Times, serif;
	margin: 20px;
	max-width: 650px;
	min-width: 500px;
	padding: 20px;
	text-align: justify;
	text-align-last: left;
	text-justify: inter-word;
	/*the following center the page*/
	margin-left: auto;
  margin-right: auto;
}

div.page {
	background-color:transparent;
	background-image: url(/icon/grad/alpha30white.png);	
/*	float:left;
*/	border-style: solid;
	border-width: thin;
	font-family: Times, serif;
/*	font-family: "Gill Sans", Garamond, Georgia, "Times New Roman", serif;*/
/*	font-family: Helvetica, Verdana, Arial, sans-serif;	*/
	margin: 20px;
	max-width: 650px;
	min-width: 500px;
	padding: 20px;
	text-align: justify;
	text-align-last: left;
	text-justify: inter-word;
	/*the following center the page*/
	margin-left: auto;
  margin-right: auto;
}
table.tb {
	border-collapse: collapse;
	border-style: solid;
	border-width: thin;
   margin-left: auto;
   margin-right: auto;
}
table.tb th {
	border-collapse: collapse;
	border-style: solid;
	border-width: thin;
	padding: 5px;
}
table.tb td {
	border-collapse: collapse;
	border-style: solid;
	border-width: thin;
	padding: 2px;
}
div.entry_item{
/*	float: left;*/
	display: block;
/*	float: left;*/
	height:100px;
	width:200px;
	
/*	border-collapse: collapse;
	border-style: solid;
	border-width: thin;*/
	font-family: Times, serif;
	padding: 3px;
	overflow: hidden;
	text-align: center;
}

a {
	background-color: transparent;
	color: grey;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: blue;
	text-decoration: underline;
}
a.entry_thumbnail {
	display:block; /* anchor tags are naturally displayed inline. This style is required in order for it to behave as a block, like an image or a div. */
	height:100px;
	width:200px;
}
a.entry_title_background {
	display:block; 
	background-color:#999; /* This is the background color of the caption strip */
	color:#000; /* font-color was white now black*/
  filter:alpha(opacity=70);   /* for IE */
  opacity:0.7;	  /* CSS3 standard */
	position:relative; /* pulls the caption out of the document flow, and allows your element to be re-positioned with regard to its parent box (in this case, .image-unit)*/
	left:0px;
	top:-40px;
	height:40px; /* again, a variant dimension based off of the width of the image */
	width:200px; /* again, a variant dimension based off of the width of the image */
}
a.entry_title {
	display:block; 
	background-color:transparent; /* This is the background color of the caption strip */
	color:#000; /* font-color */
	position:relative; /* pulls the caption out of the document flow, and allows your element to be re-positioned with regard to its parent box (in this case, .image-unit)*/
	left:0px;
	top:-80px;
	height:40px; /* again, a variant dimension based off of the width of the image */
	width:200px; /* again, a variant dimension based off of the width of the image */
}
a.entry_title:hover{
	background-color:transparent;
	color:transparent;
	display:none;
}

a.menu {
	background-color:transparent; /* This is the background color of the caption strip */
	color:black; /* font-color */
}

a.menu:hover{
	background-color:transparent;
	color:grey;
	text-decoration: underline;
}

