/*
CSS StyleGuide for www.prototourism.gr/
written by naxos-webdesign – 2008
*/


BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}	
#container {
	position:absolute;
	width: 1000px;
	margin-top:5px;
	margin-left:-500px;
	height: 2374px;
	text-align: center;
	z-index: 1;
	left: 50%;
	top: 0px;
}	
	

A {
	text-decoration: none;
	color: #4468AC;
	
  
}

A:hover {
	text-decoration: underline;
}


#content {
	position:absolute;
	width: 1000px;
	height: 2401px;
	text-align: left;
	z-index: 7;
	top: -26px;
	left: 0;
}
.h1 {
font-weight: bold;
}