body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	background-image:url(../images/orangeback.jpg);
	background-repeat:repeat-y;
}

form {
display:inline;
} 

#headerlogo {
  background-color: #f2910d;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100%;
}

#headermain {
  background-color: #d8e2f0;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 130px;
}

#headerlanguage {

  position: absolute;
  top: 10px;
  left: 750px;
  width: 190px;
  text-align: right;
}

#headercall {

  position: absolute;
  top: 10px;
  left: 400px;
  width: 290px;
  text-align: center;
}

#headerstrap {

  position: absolute;
  top: 70px;
  left: 225px;
  text-align: left;
  font-size: 30px;
  font-family:  Arial, Helvetica, sans-serif;

}

#nav {

  position: absolute;
  top: 130px;
  left: 0px;
  width: 200px;
  text-align:left;


}



#navcontent {
  position: relative;

  top: 28px;
  text-align:right;
  clear: both;
  left: 25px;
  width: 150px;
}




#logobox {
  position: relative;
  right: 25px;
  text-align:right;
}

#content_spacer_top {
	position: relative;

	width: 100px;
	background-color: #FFFF00;
 }
 
#content_spacer_left {
	position: absolute;
	top: 180px;
	left: 200px;
	width: 25px;

 }
 
#content_spacer_right {
	position: absolute;
	top: 180px;
	left: 725px;
	width: 25px;

}

#content {
	position: absolute;
	left: 225px;
	top: 180px;
	width: 500px;


 }

#contentfull {
	position: relative;
	left: 225px;
	width: 725px;


 }
  
 #trail {
	position: relative;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #e8f0fa;
 }
 #trail-nobg {
	position: relative;
	left: 0px;
	width: 100%;
	height: 30px;

 } 
 
  #trailtext {
	position: absolute;
	left: 225px;
	height: 30px;
	top: 7px;


 }
 
 #banner {
	position: absolute;
	left: 750px;
	top: 180px;
	width: 200px;

	vertical-align: top;
 }
 
.navtext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF ;
	text-decoration: none;
	text-align: right;
}	

#navcontent a:link
{
	color: #FFFFFF ;
}	
#navcontent a:visited 
{
	color: #FFFFFF  ;
}
#navcontent a:hover 
{
	color: #000000;
}
#navcontent a:active
{
	color: #000000;
}