html,body{margin:0;padding:0}
body{font: 80% trebuchet ms ; background: #101010; Color: #c0c0c0 ; border-color: white; }
p{margin:0 0px 10px}
a{display:block;color: #006;padding:10px}
LI.list1 {list-style: none outside; color:#c0c0c0;} 

div#header{position:relative}

div#header h1
{
height:80px; line-height:80px; margin:0; padding-left:0px; color: White
}
div#header h2
{
font: 130% trebuchet ms ; padding-left:20px; text-indent: 20px; color: white;
}
div#header h4	/* line spacing for the content text */
{
font: 110% trebuchet ms ;
}
div:#pad1 p{ margin:0;padding:15px }
div#header a{position:absolute;right:0;top:23px}
div#header img{position:absolute;left:196px;top:19px}

div#content p{line-height:1.4}  /* line spacing for the content text */
div#content IMG {padding-top: 0x; padding-left: 0px;}
div#content a{display:inline;padding:0;color: #ccccff ;text-decoration: none;}
div#content  table a:link{color: #fff}     /* unvisited link */
div#content  table a:visited{color: #fff } /* visited link */
div#content  table a:hover{color: #c0c0c0}   /* mouse over link */
div#content  table a:active{color: #fff}   /* selected link */

div#navbar{ font-weight: bold; line-height:2.5 }/* line spacing for menu items */

div#footer{color: #c0c0c0}

div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #808080 ;text-decoration: none;}
div#footer a:hover { color: #fff }


div#wrapper{float:right;width:100%;margin-left:-220px}
div#content{margin-left:220px;margin-top:30px}
div#navigation{float:left;width:220px}
div#navbar{float:left;width:220px}
div#footer{clear:both;width:100%}

p.quote1 { font: 130% tunga; Color: #ccccff }
b.name   { text-indent: 50px; font: 85% tunga; Color: orange }

/*- Menu 14--------------------------- */
	
	
#menu14 {
	width: 190px;
	margin: 0px;
	}
	
#menu14 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #c0c0c0;
	display: block;
	padding: 2px 0 0 5px;
	}
	
#menu14 li a:hover {
	color: #fff;
	padding: 2px 0 0 5px;
	}
	
	/* added for menu title and link on same line */
	
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
/*     This is added for the gallery menu page and thumbnail formatting */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #c0c0c0;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #747474;
padding: 5px;
left: -1000px;
border: 1px dashed #747474;
visibility: hidden;
color: #c0c0c0;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}