/* * { padding:0; margin:0; }*/

body {
	margin: 20px 40px 20px 20px; 
	background-color: #e6e6dc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
p{
	color: #3e3e3e; 
}

h1, h2, h3, h4 {
	font-weight: bold;  
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
}

h1	{font-size: 120%;}
h2,h3 	{font-size: 100%;}

a {
	display: inline; 
	font-weight: bold; 
	color: #00789f; 
	font-size: 95%;
}
a:hover {
	color: #aa0000
}

/* Strict XHTML doesnt support border="0" so set that property here */

a:link img {border-style: none;}
a:visited img {border-style: none;}

/* How I show text that represents source code */

p.code {color: #cc6600;
	margin-left:3em;
	font-family: Courier, sans-serif;
	}

.code {
	color: #cc6600;
	margin-left:3em;
	font-family: Courier, sans-serif;
}

.filename {
	font-style: italic;
	font-family: Courier, sans-serif;
}

#settings{width:100px; float: right; margin-left:20px; /*border: 1px solid red;*/ /*text-align:right*/ }

div.centred{
	text-align: center;
}
.copyright, .footer_navigation{
	font-weight: normal; 
	font-size: 70%; 
	color: #003650; 
	margin-right: 125px; 
	padding-top: 5px; 
	text-align:left;
}

.bord {
	border-right: #003650 1px solid; 
	border-left: #5c9dbe 1px solid; 
	border-top: #5c9dbe 1px solid;
	border-bottom: #003650 1px solid;
	
	padding: 6px;
	
	background: url(/images/shineb.jpg) #006699 repeat-y; 
	
	margin-right: 135px;
}
.cont {
	background: url(/images/shadow.gif) #ffffff repeat-x; 
	
	padding: 12px; 
	
	border-top: #003650 1px solid; 
	border-right: #5c9dbe 1px solid; 
	border-bottom: #5c9dbe 1px solid;
	border-left: #003650 1px solid; 
	
	/*I like the text auto-justified like newspaper print...*/
	
	text-align: justify;
	
	/* text-justify: auto; This is the default value but entering it generates a CSS2 Validator warning*/
}

/*	The main navigation class, fixed font size used */

#navigation {
	text-align: right;
	font-weight: bold; font-size: 9pt; 
	width:100%;
	/*border:green 1px solid;*/
}
#navigation:hover {
	font-weight: bold; 
	font-size: 9pt; 
}
#navigation ul {
	padding: 0px;
	margin: 0px; 
	border-style: none;  
	list-style-type: none; 
}
#navigation li {margin: 0px}

#navigation li a {
	border-top: #5c9dbe 1px solid; 
	border-right: #5ecbff 10px solid; 
	border-bottom: #003650 1px solid; 
	border-left: #5ecbff 10px solid;
	
	padding: 3px 5px 3px 5px;
		
	display: block; 
	/*background-image: url(/images/gripb.gif); */
	 
	width: 100%;
	color: white; 
	
	background-repeat: no-repeat; 
	background-color: #006699; 
	text-decoration: none
}

#navigation li a:hover {
	border-right: #aa0000 10px solid; 
	border-left: #aa0000 10px solid; 
	background-image: url(/images/shadow.gif); 
	color: #656548; 
	background-repeat: repeat-x; 
	background-color: #ffffff; 
	text-decoration: none
}

/* Styles for photo thumbnails */
   #thumbs_gallery {
      border: solid 0px black;
      padding: 10px;
      margin: 12px;
      color: black; 
   }
   #thumbs_gallery div {
      margin: 9px;
      width: 170px;
      border: outset 1px white;
      background: white;
      padding: 4px;
      color: black;
      text-align: center;
      height: 190px;
      float: left;
      font-size: 0.8em;
   }
   #thumbs_gallery hr {
      clear: both;
      border: 0;
      width: 0;
   }
   #thumbs_gallery a img {
      border-style: none;
   }
   #thumbs_gallery a {
      text-decoration: none;
   }
   #thumbs_gallery a:hover {
      text-decoration: underline;
   }

#skip a, #skip a:hover, #skip a:visited  { 
 	position:absolute; 
 	left:0px; 
 	top:-500px; 
 	width:1px; 
 	height:1px; 
 	overflow:hidden;
 } 
  
 #skip a:active 
 { 
 	position:static; 
 	width:auto; 
 	height:auto; 
 } 
 
 /*Hack alert */
 #skip2 a, #skip2 a:hover, #skip2 a:visited  { 
 	position:absolute; 
 	left:0px; 
 	top:-500px; 
 	width:1px; 
 	height:1px; 
 	overflow:hidden;
 } 
  
 #skip2 a:active 
 { 
 	position:static; 
 	width:auto; 
 	height:auto; 
 } 
 #switcher{display:block;color: #3e3e3e; padding-top:5px; }
 
 #switcher #select{background-color: #006699; font-weight:bold; color:white;}
 #switcher #submit{background-color: #006699; font-weight:bold; color:white; width:100px;}
 .small_text {font-size:0.7em;}
 
 #random_image{
 	margin-right: 135px; 
 	background-color: #000000;
 	background-position: right top; 
 	background-repeat: no-repeat;
 }