A {
	color: #888888;
	text-decoration: none; 
}

A:hover { 
	color: #000000;
	text-decoration: none; 
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #D1D1D1;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;	
}

#top { 
	left: 0px; 
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100px;
	overflow: visible;
} 

#address { 
	left: 0px; 
	position: absolute;
	width: 100%;
	line-height: 1.4em;
	font-size:11px;
	overflow: visible;
}

#side { 
	left: 0px; 
	top: 100px;
	position: absolute;
	width: 210px;
	height: 600px;
	overflow: visible;
} 

#logo { 
	position: absolute;
	top: 17px;
	left: 200px;
	height: 40px;
	text-align:left;
	vertical-align:middle;
	overflow:hidden;
} 

#fusionmenu { 
	margin-left: 200px; 
	padding: 0px;
	position: absolute;
	top: 75px;
	height: 15px;
	width: 500px;
	text-align: justify;
	overflow: visible;
} 

#mainmenu { 
	margin: 0px; 
	padding-top: 105px;
	padding-right: 20px;
	width: 180px; 
	color: #666666; 
	font-weight:bold;
	font-size:12px;
	font-stretch:wider;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align:right;
	position:relative;	
	overflow:visible;
} 
#mainmenu a:link {
	color: #666666;
	text-decoration: none;
}
#mainmenu a:visited {
	color: #666666;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #000000;
	text-decoration: none;
}
#mainmenu font.selected {
	color: #ff6060;
}

#submenu { 
	margin: 0px;
	padding-right: 20px;
	width: 180px; 
	color: #666666; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	text-align:right;
	position:relative;
	overflow:visible;
} 
#submenu a:link {
	color: #666666;
	text-decoration: none;
}
#submenu a:visited {
	color: #666666;
	text-decoration: none;
}
#submenu a:hover {
	color: #000000;
	text-decoration: none;
}
#submenu font.selected {
	color: #ff4040;
}

#content_main { 
	margin-left: 215px; 
	padding-top: 15px;
	position: absolute;
	width: 75%;
	top: 90px;
	color: #000000;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-style:italic;
	text-align: justify;
	overflow: visible;
}
#content_main font.medium_text {
	line-height:normal;
}
#content_main font.small_text {
	line-height:normal;
	font-size:11px;
}

#content_alt1 { 
	position: absolute;
	width:560px;
	text-align: justify;
	overflow: visible;
} 

#content_alt1_s { 
	position: absolute;
	margin-top:8px;
	width:560px;
	text-align: justify;
	overflow: visible;
} 

#content_alt2 {
	position: absolute;
	margin-top:5px;
	left:575px;
	width:200px;
	text-align: left;
	line-height: 12px;
	overflow: visible;
} 

#content_map { 
	position: absolute;
	top: 25px;
	width:560px;
	text-align: justify;
	overflow: visible;
} 

.content_foto1 {
	position: absolute;
	margin-top:10px;
	left:575px;
	width:200px;
	height:150px;
	overflow: visible;
} 

.content_foto2 {
	position: absolute;
	top:200px;
	left:575px;
	width:200px;
	height:150px;
	overflow: visible;
} 

.content_foto3 {
	position: absolute;
	top:375px;
	left:575px;
	width:200px;
	height:150px;
	overflow: visible;
} 

#res {
/*	text-align: center; */
	font-size: 85%;
	height: 100%;
}
#res form,
#res ul,
#res li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#res ul {
}
#res li {
/*	line-height: 1.3em; */
}
#res font.text {
	font-size:12px;
	color: #000000;
}
#res font.entry {
	line-height: 1.3em;
	color: #000000;
}
#res font.error {
	font-size:12px;
	color: #FF0000;
}
#res font.success {
	font-size:12px;
	color: #FF0000;
}

INPUT.button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style:italic;	
	font-size: 12px;
	background-color: #bbbbbb;
	text-align: center;
	color: #000000;
}
