/* v1. Altola CSS */

body {
	/* 
	Here we'll declare the default font-size and font-family.
	The rest of the typographical rules use relative sizes based on this font-size.
	We can easily modify overall typography by changing or overriding these values.
	*/
	font-size: 12px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
 }

td { /* border:1px solid #999999; */
	padding:10;
	border:1;
}

p {margin:0 0 1em;}
#Content p {line-height:1.5; /* ~20px */}
#Content blockquote p {line-height:1.5;}
/* Browsers that understand the CSS child selector get the good typography. */
/* #Content p+p {margin-top:-1em; text-indent:2.7em;}  */

a {color:#000099;text-decoration:underline;}

a:link {color:#000099;}
a:visited {color:#000099;}
a:hover {text-decoration:none;
}

h1  {
	color:#000;
	font-size:1.6em; /* ~24px */
	font-weight:bold;
	margin:0 0 .75em; /* margin-bottom: ~20px */
	}
h2 {
	color:#000;
	font-size:1em;
	font-weight:bold;
	margin:1.63em 0 .27em; /* ~18px 0 ~3px */
	}

blockquote {
	margin:1em 2.7em 1.36em; /* 11px ~30px ~15px */
	color:#666;
	line-height:1.5;
	}
	
img {border-width:0;}
img.thumb {margin:10px 1px;}

#Menu {
	float:left;
	width:200px;
	margin-top:180px;
	padding:8px 8px 8px 8px;
	/* border:1px dashed gray; */

	/* background-image:url(../image/dotted_vertical.gif);
	background-repeat:repeat-y; */
	}

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. */
	voice-family: "\"}\"";
  	voice-family:inherit;
		height:30px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. */
body>#Header {height:30px;}

#headerLogo {
	float:left;
	height:13px;
	background-image:url(/graphics/header_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:17px 0 0 114px;
	}
	
#Logo {
	position:absolute;
	top:25px;
	left:71%;
	width:150px;
	height:30px;
	z-index: 2;
	background-image:  url(../image/altolacombo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
	}
		
 #Menu p {
	/* font-size:.9em; */
	line-height:1.5;
	font-weight:bold;

	} */
	
#Menu ul {margin:-1em 0 0 1.1em; padding:0;}
#Menu li {list-style-type:circle; }	
	
/* Please forgive me.
   The extra DIV (Main) is needed to overcome a shortcoming of Opera5/Win.
   The prefered way to set the width of the content would be to pad the 
   content of #Content using 
   "#Content>* {padding-left:114px; padding-right:15px;}" */

#Main {
	clear:left;
	float:left;
	width:70%;
	}

#Content {
	padding:150px 15px 0px 120px;
	}


address {
	font-size:.9em;
	}
	
.linky {
	font-weight: bold;
	color: #CC0000;
}
