body {
	background-color: white;
	font-family: serif;
	color: black;
	padding: 0;
}
html, body {
	height:100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -45px;
}
#header {
	background-color: #FFF500;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}
#header h1 { display:none; }
#header h2 {
	margin: 0;
}
h3 {
	/*font-family:verdana;*/
	font-weight:500;
	text-align:center;
	font-size:15pt;
}
#header p { margin:1pt auto; }
ul#tabnav {
	text-align: center;
	margin: 0.5em 0 0 0;
	font: bold 11px verdana, arial, sans-serif;
	border-bottom: 1px solid black;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}	

ul#tabnav li {
	display: inline;
	margin: 0 3px 0 3px;
}

ul#tabnav li.selected {
	border-bottom: 1px solid white;
}

ul#tabnav li.selected a {
	background-color: #FFF;
	color: #000;
	position: relative;
	top: 1px;
	padding-top: 4px;	
}

ul#tabnav li a { 
	padding: 3px 4px; 
	border: 1px solid black;
	background-color: #FFFF66;
	color: #CC9900;
	margin-right: 0; 
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover {
	color: black;
	background-color: #FFFF99;
}

ul#tabnav li.selected a:hover {
	background-color: white;
}

.centre {
	text-align:center;
}
ul#stock {
	color: #0000ff;
	font-weight: bold;
	list-style: none;
}
ul#links {
	margin:0 auto;
	color:#000;	
	list-style: none;
}
ul#links a {
	text-decoration:none;
	font-size:1.2em;
	color:#000;
	
}
ul#links a:hover {
	text-decoration:underline;
	color:#000;
}
ul#links span {
	display:block;
	margin-left:5em;
}
	

#footer {
	border-top:1px solid #000;
	background:#FFF500;
	text-align:center;
	font-family:verdana;
}
#footer, #push { height:45px; }
#footer p {
	color:#777;
	margin:1px;
	font-size:11pt;	
}
#foot {
	margin:1px;
	padding:0;
	margin-bottom:0;
	font-size:11pt;
}
#foot li { 
	color:#AAA;
	display:inline;
	margin:0 1em;
}
#foot li a {
	color:#AAA;
	text-decoration:none;
}
#foot li a:hover {
	color:#000;
}
#foot li:hover {
	color:#000;
}

#foot li .imghover:hover{
	background-color: transparent;
	z-index: 50;
}
.imghover{
	position: relative;
	z-index: 0;
}
.imghover span{ /*CSS for enlarge span*/
	position: absolute;
	background-color: #EEE;
	padding: 1px;
	left: 35px;
	bottom: 15px;
	border: 1px solid #000;
	visibility: hidden;
	color: #000;
	text-decoration: none;
	text-align:center;
	width:250px;
}


.imghover:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	
}
#goog {
	width:655px;
	height:450px;
	margin:0 auto;
	border:0;
	scroll:no;
} 