* {
	border:0;
	margin:0;
	padding:0
}

    /* centering and bg ------------------------- */
	html, body {
		height:100%;
		}

	body {
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
        background:url(cloudsbg.jpg);
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-313px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:625px;
		width:880px;
		clear:left;
		}
    /* ------------------------------------------- */

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:#23408f;
	text-decoration:underline; 
}


#nav a {
	color:#93815f;
	display:block;
	margin-top:7px;
	padding:7px 0;
	width:119px;
}
#nav a:hover {
/*	border-bottom:4px solid #555;*/
	color:#bca566;
	text-decoration:underline;
}
#nav a.current {
	background:url(../pics/arrow.gif) no-repeat center top; /* arrow.gif = selected item mark */
	border-top-color:#000;
}
#nav li {
	display:inline;
	float:left;
	font:bold 13px Arial, sans-serif;
	font-variant:small-caps;
	text-align:center
}

/* ----------------- */

#nav2 a {
	color:#333;
	display:block;
	margin-top:9px;
	padding:7px 0;
	width:121px;
}
#nav2 a:hover {
/*	border-bottom:4px solid #555;*/
	color:#000;
	text-decoration:underline;
}
#nav2 a.current {
	background:url(../pics/arrow.gif) no-repeat center top; /* arrow.gif = selected item mark */
	border-top-color:#000;
}
#nav2 li {
	display:inline;
	float:left;
	font:bold 12px Arial, sans-serif;
	font-variant:small-caps;
	text-align:center
}

/* --------------------- */

a.takaisin {
	color:#333;
}
a.takaisin:hover {
/*	border-bottom:4px solid #555;*/
	color:#000;
	text-decoration:underline;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

p.lh26 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
}

p.small {
	font-size:12px;
	line-height:18px;
}

p.smallheight14 {
	font-size:12px;
	line-height:14px;
}

p.smallspacing4 {
	font-size:12px;
	line-height:18px;
	letter-spacing: 4px;
}

p.smaller {
	font-size:11px;
	line-height:18px;
}

.smallcontacts {
	font-size:10px;
	line-height:15px;
}

.smalldown {
	font-size:12px;
	line-height:15px;
}

.size14 {
	font-size:14px;
	line-height:15px;
}

