@charset "iso-8859-1";
/* CSS Document */
html,
body {
margin:0;
padding:0;
height:100%; /* 100 % height */
background-color: #C56F10;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:900px;
	margin:0 auto;
}
#header {
	width:900px;
	height:130px;
}
html>body #header {
position:fixed;
z-index:10; /* Prevent certain problems with form controls */
}
#menu {
	width:900px;
	height:38px;
	padding:130px 0px;
}
html>body #menu {
position:fixed;
z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {
	height:100%;
	background-color: #FFF;
	width: 900px;
	color: #000;
} /* 100 % height */
html>body #content {
	padding:168px 0px;
	color: #000;
	background-color: #FFF;
} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
width:900px;
height:30px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
	background-color: #eaeff5;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #2170bd;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #039;
}