body {
	background-image : url(images/Bk_marble.jpg) ;
	background-attachment : fixed ;
	color : yellow ;
	margin-left : 0em ;
	margin-right : 0em ;
	text-align : justify;
     }

div.picbox {
		background : black ;
		width : 100% ;
		padding : 0.5em ;
		margin-left : 1.5em ;
		margin-right : 1.5em ;
		border : medium ;
		border-width : thick ;
		border-style : outset ;
		border-color : gold ;
		text-align : center ;
	   }

div#left {
	    width : 35% ;
/*	    background : #667 ; */
	    margin : 1em ;
	    text-align : center ;
	  }

div#left img {  margin : 1em ;
		border : medium ;
		border-width : thick ;
		border-style : outset ;
		border-color : gold ;
	     }

div#right  { 
	     top : 4em ;
	     position : absolute ;
	     left : 50% ;
	     width : 50% ;
/*	     background : #444 ; */
	     text-align : left ;
	    }

div#right p {
	      height : 255px ;
	      margin : 1em ;
	      padding : 0 ;
	      text-align : right ;
	    }

p.notice { text-align : center ; }

p, h3 { font-family : verdana, helvetica , avantgarde, sans-serif;
	 text-align : center ;
	 font-size : 90% ;
	}

p.bottom { text-align : left }

h4, h5 { font-family : verdana, helvetica, avantgarde, sans-serif;
     text-align : center }

A:link { color : red ; }

A:visited { color : yellow ; }

A:active { color : white ; }

A:hover { background-color : orange ;
	  color : black ;
	  text-decoration : none ;
	}