/* --------------------------------------------------
    Global
   -------------------------------------------------- */

body {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  background: #fff;
  background-image: url(images/leaves.gif);
  font: 76% Helvetica, Arial, sans-serif;
}


/* --------------------------------------------------
    Layout
   -------------------------------------------------- */
   
   
/* ========= MAIN ELEMENTS ======== */

#Container {
	width: 1014px;
	margin: auto;
	margin-top: 50px;
}

#OuterContainer {
	width: 1014px;
	margin: auto;
	margin-top: 50px;
    	background-image: url(images/frame_02.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 133px;
}

#OuterContainer #OuterContainerMiddle {
	width: 1014px;
	background-image: url(images/frame_03.png);
	background-position: center;
	background-repeat: repeat-y;
}

#OuterContainer #OuterContainerInside {
	width: 900px;
	margin: auto;
}

#OuterContainerAbout {
	width: 1014px;
	margin: auto;
	margin-top: 50px;
    	background-image: url(images/frame2_02.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 133px;
}

#OuterContainerAbout #OuterContainerMiddleAbout {
	width: 1014px;
	background-image: url(images/frame2_03.png);
	background-position: center;
	background-repeat: repeat-y;
}

#OuterContainerAbout #OuterContainerInside {
	width: 900px;
	margin: auto;
}

#Header {
	width: 100%;
	padding-bottom: 1em;
}


#ColumnTriple {
	width: 255px;
	float: left;
	padding-bottom: 40px;
	margin-right: 60px;
}

#ColumnTripleLast {
	width: 255px;
	float: left;
	padding-bottom: 40px;
}

/* --------------------------------------------------
    Typography
   -------------------------------------------------- */

h1 {
	color: #1985b5;
	font-size: 2.6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	color: grey;
	font-size: 2em;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}

p.footnote {
	margin-bottom: 0;
	text-align: center;
}
	

/* --------------------------------------------------
    Navigation
   -------------------------------------------------- */
   
#Navigation {
	position: relative;
	top: 60px;
	left: 40px;
	padding: 0;
	margin: 0;
}

* html #Navigation {
	top: -75px;
}
   
#Navigation ul { 
	list-style: none; 
	border: 0; 
	background: transparent;
}	

#Navigation li {
	padding-right: 250px;
	border: 0; 
	background: transparent;  
	float: left;
}

#Navigation a, #Navigation a:active, #Navigation a:hover, #Navigation a:visited {
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
}

#Navigation a, #Navigation a:visited {
	color: #fff;
}

/* --------------------------------------------------
    General
   -------------------------------------------------- */
   