* {
  margin: 0;
  padding: 0;

}

html, body {
  height: 100%; /* Required */
  
}

img {
	border:0px

} 



body {
	background: #ffffff;
	background-repeat:no-repeat;
	font: normal 0.8em/1.4em Verdana, Tahoma, Arial, Georgia, sans-serif; 
	color: #000000; 
	text-align: center;
}

h1 {
	background-repeat:no-repeat;
	font: normal 1.8em/1.9em Arial, Georgia, sans-serif; 
	color: #009b7b; 
	text-align: center;
	font-weight:bold;
}

#fade{
	background-image: url(../images/fade.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
		min-height: 100%;/* For Modern Browsers */
	height: 100% !important; /* For Modern Browsers */
	height: 100%;/* For IE */
	width: 100%;
	min-width:550px;
	min-height:400px;
}

#container{
	width: 100%;
	text-align: left;
	position: relative;
	min-height: 100%;/* For Modern Browsers */
	height: 100% !important; /* For Modern Browsers */
	height: 100%;/* For IE */
	margin-right: auto;
	margin-left: auto;
} 

a {
	color:#009b7a;
	text-decoration:none;
	font-weight:bold;
}

a:link {
	color:#009b7a;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#009b7a;
	font-weight:bold;
	text-decoration:underline;
}

/*body.......................................................................*/
#header{
	background-image: url(../images/background-header.gif);
	background-repeat:no-repeat;
	background-position: top right;
	width: 100%;
	padding-left:10px;
	min-width: 550px;
}

#left {
	width:10%;	
	float:left;
}
#right {
	width:80%;
	float:left;
}


#sideNav {
	width:30px;
	background-color:#009b7b;
	padding-left:1px;
	padding-top:0px;
	padding-bottom:35px;
	background-image: url(../images/sideNavBg.gif); 
	background-repeat:no-repeat; 
	background-position: bottom left;
	

}

#sideNav ul {
 list-style:none;
 padding:0px


}
#sideNav li {
	padding-left:3px;
	padding-bottom:20px

}



/*footer.......................................................................*/
#footer { 
	width: 100%; 
	position: absolute; 
	bottom: 0 !important; 
	bottom: -1px; /* For Certain IE widths */ 
	min-width:550px;
}

#footer_body{ width:100%; height:140px;
	width: 100%; 
	position: absolute; 
	bottom: 0 !important; 
	bottom: -1px; /* For Certain IE widths */ 
	background-image: url(../images/background-footer.gif);
	background-repeat:no-repeat; 
	background-position: bottom left;
	min-width: 550px;
}

