html { 
	height: 100%; 
	margin-bottom: 1px;
}

body { 
	background-color: lightgrey; 
/*	background-image: url(cloud.jpg);*/
}

h1, h2, h3 {
	color: #222;
}

h2 {
	color: lightgrey;
	background-color: #222; 
}

body, p, ol, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

img.text {
	padding: 5px;
}

div.all {
	width: 860px;
	margin:0px left;
}

div.title {
	text-align: right;
	position: center;
	width: 820px;
	padding: 20px;
	background-color: #00955f; 
}

div.menu {
	text-align: center;
	width: 170px;
	float: left;
	background-color: none; 
/*	padding: 10px;*/
}

div.text {
	width: 650px;
	min-height: 360px;
	float: right;
	background-color: #222; 
	padding: 20px;
	color: lightgrey;
}

div.footer {
	text-align: center;
	width: 820px;
	background-color: #00955f; 
	padding: 20px;
	clear: both;
}

a { 
	color: green; 
	text-decoration: none;
}

a:visited {
	color: #00955f; 
}

a:hover { 
	color: lightgrey; 
	background-color: #222; 
}

a.text:hover { 
	color: #222; 
	background-color: lightgrey; 
}

img {
	border: 0;
}

table {
//	background-color: white;
//  	border: 2px solid #222;
//  	padding:  15px;
}
