
@import "adesso_content.css";


/* Initial Style XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXCLEANCODEISHAPPYCODE!XXXXXXXXXXXXX*/

html {
background-color: #c3c3c3;
background-image: url(../img/mainbg.gif);
background-position: top center;
background-repeat: repeat;
background-attachment:inherit;
height: auto;
margin:0px;
padding:0px;
}

.body { 
		vertical-align:top;
		height: auto;
		margin: 0px auto 0px auto;
		padding: 7px;
		width: 809px;  /* 794 RealSize */
		background-color:#fff;
		border: 1px solid #bbb;

	scrollbar-arrow-color: f0f3f6;
	scrollbar-base-color: ffffff;
	scrollbar-dark-shadow-color: 94c2e9;
	scrollbar-track-color:ffffff;
	scrollbar-face-color: bbbbbb;
	scrollbar-shadow-color: ffd000;
	scrollbar-highlight-color: 94c2e9;
	scrollbar-3d-light-color: 94c2e9;
		}
		

/* Build Iframe and position it between Header and Footer*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

iframe {
		background-color:#FFFFFF;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		border: 0px;
	    }


/* Header XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

	#top {
		height: 130px; 
		overflow: hidden;
		margin: 0px auto 0px auto;
	}
	
	#topcontainer {
		margin: 0px auto 0px auto; 
		padding: 0px;
		height: 23px;
		width: 808px;
	}
	
	html>body #topcontainer {
		padding-top: 6px;
	}
	
	#toptext {
		background-image: url(../img/topbg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		vertical-align:top;
		margin: 0px auto 0px auto; 
		height: 23px;
		float: left;
	}

/* Footer XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

	#bottomtext {
		background-image: url(../img/bottombg.gif);
		background-position: top center;
		background-repeat: no-repeat;
		vertical-align:top;
		margin: -1px auto 0px auto;
		height: 50px; 
		border-top: 1px #dadada solid;
	}

	
	html>body #bottomtext {
		background-image: url(../img/bottombg.gif);
		margin: -1px auto 0px 1px;
		}
	
	.navbar {
		height: 20px;
		width: 822px;
		overflow: hidden;
		margin: 0px auto 0px auto;
		padding-left: 1px;

	}
	
	html>body .minheight {
	height: auto;
	}
	
	
	
