html,body {
	margin:0;
	padding:0;
	height:100%;
}

html>body #wrap {height:100%;}
#wrap {
	width:800px;
	margin:0 auto;
}

#header {
	width:800px;
	height:48px;
}

html>body #header {
	position:fixed;
	z-index:10;
}

#header {
	background-image: url(../images/fullheader.png);
	background-repeat: no-repeat;
}

html>body #content-wrap {height:100%;}

html>body #content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 48px;
	padding-bottom: 180px;
}

#footer {
	width:800px;
	height:180px;
}

html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10;
}

#navigation {
	height: 0px;
	width:800px;
	margin-top: 32px;
	color: #14507d;
	position:fixed;
	z-index:10;
}

#content-wrap {
	background-image: url(../images/bg.jpg);
}

#content {
	background-image: url(../images/bg.jpg);
}

#footer {
	background-image: url(../images/fullfooter_vision.png);
	background-repeat: no-repeat;
}

body
{ 
  /*background-color: #000000;*/
	background-image: url(../images/main_bg.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
  
  font-family: verdana;
  color: #8d7353; /* 9e8464 */
}

body, td, a {
  font-size: 10px;
}

A {
  color:#8d7353;
}
H1 {
  color: #8d7353;
  font-size: 14px;
  font-weight: bolder;
  font-style: italic;
  font-variant: small-caps;
  }

H2 {
  color: #8d7353;
  font-size: 12px;
  font-weight: bolder;
}

#contentframe {
	width: 100%;
}

#navframe {
	width: 100%;
	height: 20px;
}
