html>body, html>body #holder{
	  	   			 		 height: auto;
	  						 }
html, body, #holder 		 {
	  						 min-height: 100%;
	  						 width: 100%;
	  						 height: 100%;
	  						 }
body 		{
	  	 	 margin: 0;
	  	 	 padding:0;
	  	 	 background-image:url(../skins/main/side.jpg);
	  	 	 background-repeat: repeat-y;
	 	 	 width: 975px;
	  	 	 scrollbar-base-color:5A7EA2;
	  		 background-color: #DEE8F1;
			 }
#holder  	 {
		 	 position: absolute;
		 	 top: 0;
		 	 left: 0;
			 width: 975px;
			 }
#header_img  {
			 height: 175px; 
			 background-image:url(../skins/main/header.jpg); 
			 background-repeat: no-repeat; 
			 border: none; 
			 width: 960px;
			 }
#nav 		 {
			  width: 140px;
	 		  float: left;
	 		  padding-bottom: 125px;
	 		  height: auto;
	 		  }
#content 	  {
		 	  margin-left: 170px;
		 	  margin-top: -35px;
		 	  padding-bottom: 175px;
			  height: auto;
			  }
#footer_img   {
			  clear: both;
			  height: 100px;
			  position: absolute;
			  bottom: -1px;
			  left: 0;
			  background-image:url(../skins/main/footer.jpg);
			  background-repeat: no-repeat;
			  border: none;
			  width: 960px;
			  }
#nav p, #content p{
	 		  margin: 1em;
			  }
#nav ul       {
	 		  margin-left: 0;
	 		  padding-left: 0;
			  }
#nav li 	  {
	 		  margin: 0 1em 0 2em;
			  }
#header 	  {
			  position:absolute;
			  top:10px;
			  left:10px;
			  height:33px;
			  width: 850px;
			  line-height:15px;
			  }
#navigation   {
			  position:relative;
			  top:5px;
			  left:8px;
			  width:auto;
			  padding:5px;
			  background-color:#DEE8F1;
			  border:2px solid #3D5B75;
			  line-height:17px;
			  }
#navigation2  {
			  position:relative;
			  top:10px;
			  left:8px;
			  width:auto;
			  padding:5px;
			  background-color:#DEE8F1;
			  border:2px solid #3D5B75;
			  line-height:17px;
			  }		
hr 			  {
			  color: #5A7EA2;
			  }	
a 			  {
			  color:#5A7EA2;
			  font-size:11px;
			  text-decoration:none;
			  font-weight:600;
			  font-family:verdana, arial, helvetica, sans-serif;
			  }
a:hover 	  {
			  color:#5A7EA2;
			  border-bottom: thin
			  solid #5A7EA2;
			  }
.dark 		  {
			  background-color: #5A7EA2;
			  border-style: solid;
			  border-color: #B2B2B2;
			  border-width: 1px;
			  font-weight: bold;
			  }
.light 		  {
			  background-color: #DEE8F1;
			  border-style: solid;
			  border-color: #B2B2B2;
			  border-width: 1px;
			  font-weight: bold;
			  }
.lighter 	  {
			  background-color: #FBFDFF;
			  border-style: solid;
			  border-color: #B2B2B2;
			  border-width: 1px;
			  font-weight: bold;
			  }
.white 		  {
			  background-color: #FFFFFF;
			  border-style: solid;
			  border-color: #B2B2B2;
			  border-width: 1px;
			  }
.white2 	  {
			  background-color: #FFFFFF;
			  }			  
.border 	  {
			  border-style: solid;
			  border-color: #000000;
			  border-width: 1px;
			  background-color: white;
			  }
.border2 	  {
			  border-style: solid;
		 	  border-color: #B2B2B2;
		 	  border-width: 1px;
		 	  }
td,tr,table   {
			  font-size:11px;
			  font-family:verdana;
			  }	
h1			  {
			  color:#5A7EA2;
			  }