@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html{
		height:100.1%;
}

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#fdf3b5;
	background-image:url(graph/body.gif);
	background-repeat:repeat-x;
	text-align:left;
	position:relative;
}

#wrapper {
	width:960px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#wrapper_alto {
	width:1260px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#lefcol {
	position:relative;
	float:left;
	width:125px;
}
#contentext {
	position:relative;
	float:right;
	width:835px;
}
#contentext_alto {
	position:relative;
	float:right;
	width:1035px;
}
#langs {
	position:relative;
	width:120px;
	height:45px;
	text-align:center;
	padding-left:5px;
	padding-top:8px;
}
#langs img {
	margin:0 3px 0 2px;
	border:0;
}
#nav {
	list-style:none;
	margin:0;
	padding:0;
	width:125px;
	position:relative;
	text-align:center;
}
#nav li {
	list-style:none;
	position:relative;
	height:71px;
	display:block;
	margin:0;
	padding:0;
}
#nav a {
	text-decoration:none;
	color:#497115;
	font-weight:normal;
	font-size:16px;
	line-height:22px;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
#nav a:hover, #nav a.active {
	font-weight:bold;
	color:#3b6109;
}
#nav a.two {
	padding-top:7px;
}
#nav a.one {
	padding-top:16px;
}
#address {
	text-align:center;
	font-size:11px;
	line-height:12px;
	color:#3b6109;
	position:relative;
}
.smalllinks{
	text-decoration:none;
	color:#3b6109;
}
#maincontent {
	background-image:url(graph/maincontent.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:835px;
	height:463px;
	margin:0;
	padding:0;
}
#maincontent_alto {
	background-image:url(graph/maincontent.jpg);
	background-repeat:repeat;
	position:relative;
	width:835px;
	height:663px;
	margin:0;
	padding:0;
}
#foottext {
	position:absolute;
	left:0;
	top:463px;
	width:835px;
	background-image:url(graph/footback.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
#foottext_alto {
	position:absolute;
	left:0;
	top:663px;
	width:835px;
	background-image:url(graph/footback.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
#foottext_rel {
	position:relative;
	left:0;
	width:835px;
	background-image:url(graph/footback.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
#myEmailLink {
	display:block;
}
