		body {
			background: #666;
			margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
			padding: 0px; /* Always apply padding if you apply margins */	
		}
		
			
		/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
		
		p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
			font-family: Arial, Helvetica, sans-serif;
		}
		/* Redefines the p tag */
		p { 	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333;
			margin-left: 20px;
			margin-right: 60px;
			line-height: 1.3;
		
		}
		
		
		h1 {
			font-family:"Trebuchet MS",Tahoma,Arial;
			font-size:22px;
			color: #c00;
			margin-left: 20px;
			margin-bottom: -5px;
			margin-top: 10px;
			text-transform: uppercase;
		}
		

		
		ul{
		
		}
		
		#pagetext li {
			font: 12px normal Arial, Helvetica, sans-serif;
			list-style:url(images/arrow.gif);
			margin-right: 15px;
			color: #333;
	
		}
		
		.services{
			font-size: 12px;
			font-weight: bold;
		}
		

		/* Creates the general link style for the site. This is not the main navigation.  */
		
		a:link {
			color: #f00;
			text-decoration: none;
		}
		a:visited {
			color: #f00;
			text-decoration: none;	
		}
		a:hover {
			color: #f00;
			text-decoration: underline;
		}
		a:active {
			text-decoration: none;	
		}
		
		/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
		
		div#wrapper{
			width: 100%;
			background: url(images/bg.gif) repeat-x #999;
			position: relative;
			
		}
		
		div#mainpic{
			margin-left: 18px;
		}
		
		
		div#container { 
			width:770px; 
		
			}
		 
		
		div#header { 
			background: url(images/header.gif);
			width: 770px;
			height: 124px;
			position: relative;
		 }
		 
		/*container for pagetext and left coloum */
		div#content {
			width: 770px;
			margin: 0px;
			position: relative;
		
		 }
		 
		 div#pagetextcontainer{
			width: 559px;
			float: right;
		 }
		
		div#pagetext {
			background: url(images/bg_pagetext.gif);
			width: 559px;
			float: right;
			position:relative;
			display: inline;
					
		}
		
		div#pagetexttop {
			background: url(images/bg_pagetexttop.gif);
			width: 559px;
			height: 16px;
			margin: 0px;
			
		}
		
		
		
		
		
		div#audio{
			position: absolute;
			width: 100px;
			height: 35px;
			left: 322px;
			top: -135px;
		
		}
		
		div#flash{
		position: absolute;
		width: 211px;
		left: -206px;
		top: 3px;
		z-index: 1px;
		}
		
		
		div#leftcolumn{
			width: 211px;
			float: left;
			display: inline;
			position: relative;
		}
		
		div#right a:link{
			color: #fff;		
		}
		
		div#right a:visited{
			color: #fff;		
		}
		
		
	address{
			width: 180px;
			font-style:normal;
			font-family: Arial, Helvetica, sans-serif;
			color:#333;
			font-size: 12px;
			padding: 3px;
			position: absolute;
			left: 14px;
			top: 416px;
		}
		
		
	 div#logos{
			width: 328px;
			font-style:normal;
			font-family: Arial, Helvetica, sans-serif;
			color:#333;
			font-size: 11px;
			padding: 3px;
			position: absolute;
			left: 96px;
			top: 44px;
			height: 113px;
			background: url(images/logos.gif) no-repeat;
		}
		
		
		div#logos2{
			width: 328px;
			font-style:normal;
			font-family: Arial, Helvetica, sans-serif;
			color:#333;
			font-size: 11px;
			padding: 3px;
			position: absolute;
			left: 96px;
			top: 44px;
			height: 113px;
			background: url(images/logos2.gif) no-repeat;
		}
		
		 
		 div#links {
			font-size: 9px;
			background: #666;
			width: 770px;
			color: #fff;
			text-align: center;
			padding: 5px 0px 10px 0px;
			clear: both;
			
		
			
		 }
		 
		 div#links a{
			color:#fff;
		 }
		 
		 
		  div#bottom{
			background: url(images/bg_bottom.gif);
			background-repeat:no-repeat;
			width: 559px;
			height: 17px;
			position:relative;
			float: right;
			margin-top: 0px;	
		 }
		 
			 
		 div#bg_address{
			float: right;
			background: url(images/bg_address.gif);
			width: 559px;
			height: 225px;
			position: relative;
		 }
		 
		 
		 div#login{
			width: 770px;
			text-align: right;
			clear: both; 
			font-size: 10px;
			margin: 0px auto;
		 }
		 
		 div#login a:link {
			color: #009900;
			font-weight: bold;
		
		 }
		 
		 
		 #servicesleft{
			float: left;
			margin-left: 15px;
			display: inline;
		}
		
		#servicesright{
			float: left;
			margin-left: 15px;
		}
		
		 
		 /* ----------------- IMAGE ELEMENTS ----------------- */
		
		img.left {
			float: left;
			margin: 20px;
			border: 2px solid #fff;
		
		}
		.right{
			width: 200px;
			display: inline;
			float: right;
			margin-right: 20px;
			margin-top: 10px;
		}
		
		.right img{
			
		
		}
		
		 .copyright {
			width: 760px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color:#fff;
			font-size:9px;
			text-align: center; 

		 }
		 
		  .copyright a{
			color:#fff;
			}
			
		
		
		
		 /* ---------------------- nav ---------------------- */
		  #mainnav {
			width:565px;
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			line-height:normal;
			position: absolute;
			left: 197px;
			top: 84px;
			  }
			  
			#mainnav ul {
			margin:0;
			padding:10px 10px 0px 0px;
			list-style:none;
			  }
			  
			#mainnav li {
			  display:inline;
			  margin:0;
			  padding:0;
			  }
			  
			#mainnav a {
			  float:left;
			  background:url("images/navleft.gif") no-repeat left top;
			  margin-left: 1px;
			  padding:0 0 0 12px;
			  text-decoration:none;
			  }
			  
			#mainnav a span {
			  float:left;
			  display:block;
			  background:url("images/navright.gif") no-repeat right top;
			  padding:6px 9px 4px 0px;
			  color:#f00;
			  }
			  
			/* Commented Backslash Hack hides rule from IE5-Mac \*/
			#mainnav a span {float:none;}
			/* End IE5-Mac hack */
			#mainnav a:hover span {
			  color:#FFF;
			  }
			#mainnav a:hover {
			  background-position:0% -42px;
			  }
			#mainnav a:hover span {
			  background-position:100% -42px;
			  }  
			  
			 #mainnav a.current {
			   background-position:0% -42px;
			   color: #fff;
			  }
		 
			 #mainnav a.current span{
			   background-position:100% -42px;
			   color: #fff;
			  }
		
		
		.clear{
			clear: both;
		}
		
		iframe{
			margin-left: 10px;
		}


	/*Pink Panther images*/
	div#pinkpanthers{
		width: 292px;
		height: 395px;
		position: absolute;
		left: 499px;
		top: -310px;
		}
		
		
	div#pinkpanthers2{
		width: 211px;
		height: 463px;
		position: absolute;
		left: 477px;
		top: -445px;
		background: url(images/panther4.png) no-repeat;
		}	
	
	.panter1{
		background: url(images/panther1.png) no-repeat;
	}


	.panter2{
		background: url(images/panther2.png);
	}
	
		.panter3{
		background: url(images/panther3.png);
	}
	
	strong{
		color: #f00;
		font-weight: bold;
	}
