body {
	background: #white;
	margin: 0px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	
}
td {
	font-size: 12px;
}
a {
	color:  blue;
}
a.contentlink {
	color:  blue;
}
li {
margin-top: 10px;
}
#header {

	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 303px;
	width: 976px;
	
	
}
H1 {
text-align: center;
font-size: 20px;
}
H2 {
text-align: center;
font-size: 16px;
}
p {
text-align:left;
font-size: 14px;
text-indent: 30px;
}
td { 
height: 25px;
text-indent: 4px;
 }

#window {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	text-align: left;
	width: 976px;
	height: 1500px;
	top:10px;
	background-image: url("bg.gif");
	background-repeat: repeat;
}

#main {
	position: absolute;

	text-align: left;
	top:210px;
	left:300px;
	width: 650px;
	height: 600px;

}
#bottom {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 83px;
 background-repeat: no repeat;
		background-image: url("down.gif");

}
#meter {
	position: relative;
	right:0px;
	width: 900px;
	height: 30px;
	text-align: right;

}

#menu {
	position: absolute;
  left: 15px;
	text-align: left;
	top:210px;
	width: 300px;
	height: 600px;

}


#pic1{
	position: absolute;
	top: 500px;
	left:10px;
}
#pic2{
	position: absolute;
	top: 700px;
	right:350px;
}

.menu {
	padding: 0px 0px 0px 0px;
	color:  black;
	font-family:Century Gothic;
	font-size: 22px;
	font-style:italic;
	font-weight:800;
}

.menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none;
	color:  black;
}
.menu a:hover {
	text-decoration: underline;
	color:  black;
}


.menub {
	padding: 0px 0px 0px 0px;
	color:  black;
	font-family:Century Gothic;
	font-size: 18px;
	font-style:italic;
	font-weight:800;
}
.menub a:link, .menub a:visited, .menub a:active {
	text-decoration: none;
	color:  black;
		font-family:Century Gothic;
	font-size: 18px;
	font-style:italic;
	font-weight:800;
}
.menub a:hover {
	text-decoration: underline;
	color:  black;
}
.text {
	padding: 0px 0px 0px 0px;
	color: white;
	font-family:Century Gothic;
	font-size: 14px;
	font-weight:200;
}

.text a:link,  {
	text-decoration: none;
	color: Red;
}
.text a:hover {
	text-decoration: underline;
	color: Red;
}
.bg {
	background-image: url("bg.gif");
	background-repeat: repeat;

}
