		body {
			font: 80% verdana, comic sans, arial, helvetica, sans-serif;
			margin: 0;
			background: white;
			color: midnightblue;
			background-repeat: repeat;
			background-attachment: fixed;
			background-position: center;

		}
		

		#header {
    			background: transparent;
			border-style: solid;
			border-top: 1px white;
			border-left: 1px white;
			border-right: 1px white;
    			border-bottom: 1px midnightblue;
		}

		#navigation1 {
			margin: 3em 0em 0em 3em;
			float: left;
			width: 10em;
		}

		#navigation2 {
			font-size: 120%;
			float: right;
			width: 15em;
			margin: 3em 0em 0em 3em;
			border-top: 5px white;
			text-align: center;
		}
	
		#content {
			margin: 3em 10em 3em 15em;
			border-top: 1px white;
			border-left: 1px white;
			border-right: 1px white;
   			border-bottom: 1px midnightblue;
		}
		

		#gallery-content {
			margin: 1em 1em 1em 1em;
			border-top: 1px white;
			border-left: 1px white;
			border-right: 1px white;
   			border-bottom: 1px midnightblue;
		}

		#footer {
			clear: both;
			border-style: solid;
			border-top: 1px midnightblue;
			border-left: 1px white;
			border-right: 1px white;
    			border-bottom: 1px white;
			font-size: 70%;
			background: transparent;
			text-align: center;
		}


		#simplegallery1{ //CSS for sample Gallery
			position: relative;
			visibility: hidden;
			border: 3px solid darkblue;
}

</style>



		}
 /*- Menu 10--------------------------- */
	
#menu10 {
	width: 200px;
	margin: 10px;
	}
	
#menu10 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu10 li a:link, #menu10 li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(menu10.gif);
	padding: 8px 0 0 10px;
	}
	
#menu10 li a:hover {
	color: #FF9834;
	background:  url(menu10.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
	
