#main {
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	text-align: justify;
	float: left;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-right: 10px;
}
#main a {
	color: #000000;
	text-decoration: none;
}
#main a:hover {
	color: #0000FF;
	text-decoration: none;


}
.grey {
	background-color: #EBEBEB;
	margin-left: 5px;
}
#menu {
	float: left;
	width: 150px;
	background-color: #999999;
	clear: both;
	margin-left: auto;
	border: 1px solid #000000;
}
#telo {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#menu a.text {
	text-decoration: none;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	width: 150px;
}
#menu ul {
	list-style-type: none;
}
#menu a.text:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	float: none;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #666666;
	margin-top: 2px;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	color: #CCFFCC;
}
h2 {
	font-size: 14px;
}

