body {
	background:url("../img/bg.jpg") repeat-x;
	background-color:#6caace;
	font-family:"Helvetica";
	font-size:12px;
	color:#666666;
}
h1 {
	font-size:50px;
}
a:hover {
	color:#555555;
	font-weight:bold;
}
a {
	color:#666666;
	text-decoration:none;
}
#logo {
	background:url("../img/logo.gif") no-repeat;
	position:absolute;
	top:10px;
	left:10px;
	width:536px;
	height:115px;
}
#main {
	position:absolute;
	top:150px;
	left:80px;
	right:260px;
	min-height:340px;
	text-align:left;
	margin-bottom:40px;
	padding:20px;
	color:#000000;
	font-family:"Helvetica";
	font-size:14px;
	border: 1px solid #cccccc;
}
#menu {
	width:150px;
	height:270px;
	position:absolute;
	top:0px;
	right:-220px;
	background-color:#ffffff;
	padding:30px;
	text-align:center;
	font-family:"Helvetica";
	font-size:12px;
}
#footer {
	position:absolute;
	bottom:-40px;
	width:100%;
	color:#ffffff;
	text-align:center;
	font-family:"Helvetica";
	font-size:12px;
}
#telech {
	background:url("../img/bg_chrome.gif") repeat-x;
	background-color:#ffffff;
	padding:10px;
	width:420px;
	vertical-align:middle;
}
.grey {
	color:#666666;
	font-size:12px;
}
