
/*	logo block	*/

#ct_logo {
	position:absolute;
	width:200px;height:64px;
	left:25px;top:10px;
	background-image:url('/img/logo_med_frt.gif');
	}

/*	labels block - left column	*/

#ct_lbl {
	position:absolute;
	width:70px;height:200px;
	left:10px;top:84px;
	text-align:right;
	}

#ct_lbl a {
	color:#666666;
	text-decoration:none;
	}

/*	info block - right column	*/

#ct_info {
	position:absolute;
	width:150px;height:200px;
	left:90px;top:84px;
	text-align:left;
	}

#ct_info a {
	color:black;
	text-decoration:none;
	}

#ct_info a.link {
	color:#99CC00;
	text-decoration:none;
	}

#ct_info a:hover {
	color:#333333;
	text-decoration:none;
	}
		
/*	footer	*/

#ct_foot {
	position:absolute;
	width:230px;height:20px;
	left:10px;top:294px;
	text-align:center;
	}

#ct_foot a.link {
	color:#99CC00;
	text-decoration:none;
	}

#ct_foot a:hover {
	color:black;
	text-decoration:none;
	}
		

