#container
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
}

body
{
	text-align: center;
	background-color: #9EC7A0;
}

#header
{
	width: 900px;
}

#header a
{
//	color: none;
	text-decoration: none;
	border: none;
}

#contentleft
{
		width:200px;
		padding:10px 5px 10px 10px;
		float:left;
		//background-color:#FFD6FF;
		background-color:white;
}

#sidebar
{
	float: right;
	padding:10px 5px 10px 5px;
	width: 100px;
	background-color:white;
	vertical-align: bottom;
}

#content
{
		width:462px;
		padding:10px 5px 10px 5px;
		float:left;
		text-align: left;
		background-color:white;
}

#footer
{
	float:center;
	margin-left: 0px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 10px;
}

h1
{
 color: green;
 font-size: 37px;
 font-family: Arial;
}

h1, p, blockquote
{
	font-family: Arial
}
h1.first 
{
color:red;
}
h1.second
 {
 color:orange;
 }
 
h1.third 
{
 color:yellow;
}

.p1
{
	color: black;
}

h2 {
font-family: Arial;
font-size: 28px;
font-weight: bold;
color: #000000;
}

h3 {
font-family: Arial;
font-size: 18px;
font-weight: bold;
color: #000000;
}

#widemenu ul li
{
		float: left;
		list-style-type: none;
		padding: 5px 10px 5px 5px;
		font-family: Arial;
		font-weight: bold;
		font-size: 14px;
}

#widemenu ul li a
{
	color: #000000;
	text-decoration: none;
}

#widemenu ul li a:hover
{
	color: #990000;
}

#widemenu
{
	background-color: #DDDDDD;
	margin-bottom: 10px;
	height: 25px;
}

#widemenu ul
{
	margin: 0px;
	padding: 0px;
}

a:visited
{
 color: olive;
}

a:link
{
 color: teal;
}

a:active
{
 color: wheat;
}

a:hover
{
 background-color: burlywood;
}
/*
#extraDiv1 {
	background-image: url(pano.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 150px;
	z-index: 5;
}
*/