    body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color: Black;
	}
	#wrapper {
		width: 1000px;
		margin:0px auto;
		border:1px solid #bbb; 
		padding:5px;
		background: #FAFAD2
	}
	#header {
	    border:1px solid #bbb; 
		height:240px;
		padding:5px;
		background-color: white;
		border-bottom: 2px solid black;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
		padding:10px;
		border:1px solid #bbb;
		float:left;
	}
	#content-left {
		width:185px;
		height:760px;
		border:1px solid #bbb; 
	}
	#content-main {
		margin-left:10px;
		width:950px;
		height:600px;
		overflow: auto;		
	}
	#pictures-main{
	    margin-left: 10px;
		float: left;
		width:750px;
		height:150px;
		border:1px solid #bbb;
	}
	div.picture-left{
	 margin-left: 150px;
	 height: 150px;
	 margin-top: 10px;
	 width: 250px;
	 text-align: center;
	/* border: 1px solid #bbb; */
	}
	#content-box1, #content-box2, #content-box3 {
		padding:5px;
	/*	border:1px solid #bbb; */
		position:absolute;
		margin-top:2px;
		height:200px;
	}
    #content-box1 {
		margin-left: 75px;
		width:150px;
		text-align: center;
	}
	#content-box2 {
		margin-left:310px;
		margin-top: 5px;
		width:300px;
		height: 250px;
		text-align: center;
	}
	#content-box3 {
		margin-left:685px;
		margin-top: 2px;
		width:215px;
		height:270px;
	}
	#bottom {
		clear:both;
		text-align:right;
		border: 1px solid black;
	}
	.tablepicts {
		width: 90%;
		padding-left: 50px;
		padding-bottom: 10px;
		text-align: center;
		border-spacing: 20px;
	}
	 nav ul	{	
	  /*  background: #efefef; */ 	   
	    padding: 0px;
	  /*border-radius: 10px; */
		font-size: 1.10em;
		font-weight: 300;
		overflow: hidden;
	    list-style: none;
		text-align: center;
	    position: relative;
		display: inline-table;
	}
	nav ul ul {
	    visibility: hidden;
		display: none;
        position: inherit;
        top: 100%;
        left: 0;
		padding-top: 2px;
		padding-bottom: 2px;
    z-index: 598;
   /* width: 195px; 
    background: #555; 
    border: 1px solid #fff; */
    }
	nav ul li {
		float: left;
		padding:3px;
	}
	nav ul li:hover >ul {
		background: #808080;
		display: block; 
		visibility: visible;   
	}	
	nav ul li a {
		display: block;
		padding:  5px;
		background-color: #808080; /*-- GRAY --*/
		color: white;    /* text color */
		text-decoration: none;
	}
nav ul ul li {
    float: none;
	padding: inherit;
	border: solid thin;
    }
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
	    border:1px solid #bbb; 
	  	width:978px;
	 }
	.centertextred{
	  text-align: center;
	  font-family: Arial, helvetica, sans-serif;
	  font-size: 2.5em;
	  font-weight: 900;
	  color: red;
	  margin: 0;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  line-height: normal;
	 }
	 .centertextblack{
	  text-align: center;
	  margin: 0;
	  font-family: arial,helvetica,sans-serif;
	  font-size: 1.25em;
	  font-weight: 700;
	  color: black;
	 }
	.head1{
	  font-family: arial,helvetica,sans-serif;
	  font-size: 2em;
	  font-weight: 600;
	}
	.head2{
	  font-family: arial,helvetica,sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	}
    .head3{
	  font-family: arial,helvetica,sans-serif;
	  font-size: 1em;
	  font-weight: bold;
	}
	.head4{
	  font-family: arial, helvetica,sans-serif;
	  font-size: 1.25em;
	}
	.head5{
	  font-family: arial, helvetica,sans-serif;
	  font-size: 1.25em;
	  line-height: 1.3;
	  font-weight: bolder;
	}
	.head6{
	  font-family: arial, helvetica,sans-serif;
	  font-size: 1.25em;
	  line-height: 1.3;	 
	  font-style: italic;
	}
	.rightfloat{
		float: right;
		margin-left: 10px;
		margin-right: 5px;
	}
	.leftfloat {
		float: left;
		margin-left: 1px;
		margin-right: 10px;
     /*   box-shadow: 3px 3px 5px 1px #cccccc ;*/
	}
	.first-letter {
		font-family:  "brush script" ,Arial, Helvetica, sans-serif;
		font-size: 300%;
		color: black;
		margin-left: 10px;
	}
	.indentit {
		margin-left: 10px;
	}
	ul {list-style: none;
	     padding: 0;
		 white-space: nowrap;
		 margin: 0;
		 }

