img,.pngfix { behavior: url(iepngfix.htc) }
body {
background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px;
	margin:0px;
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	color: #F90;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #900;
	font-weight:bold;
}
.style1 {
	font-size: 38px;
	font-weight: bold;
		text-transform:uppercase;
		font-family:"Times New Roman", Times, serif;
}
.style2 {
	font-size: 34px;
	font-weight: bold;
	color: #666666;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	
}
.style3 {
	color: #900;
	font-weight: bold;

}
.style4 {
	font-size: 24px;
	color: #FD7B3D;
	font-weight: bold;
}
	h1 {color: #C00; font-size:30px; font-weight:bold; padding:0; margin:0; }
	h2 {color: #093; font-size:20px;}
	h3 {color: #F60; font-size:14px; font-weight:bold; text-transform:uppercase;  padding: 0 0 0 10px;}
	ul{ padding: 0 0 0 40px; margin:0;}

	.floatleft { float:left; padding:3px 10px 0px 0px; clear:both; }
	.floatright { float: right; padding:3px 0px 0px  10px; clear:both; }
	
#menu {
	float:left;
	margin:0;
	padding:0;
 	width:500px; height:50px;
     }

#menu li{
	height:50px;
	float:left;
	list-style-type:none;
}
#menu a{
	height:50px;
	display:block; background-image:url(images/menu.gif);
		text-indent:-9999px;
}

#menu a.home{
		width:171px;
		background-position:0px 0px;
	}
	
#menu a.home:hover{
		width:171px;
		background-position:0px -50px;}
		
		#menu a.res{
		width:157px;
		background-position:-171px 0px;
	}
	
#menu a.res:hover{
		width:157px;
		background-position:-171px -50px;}
		
		#menu a.com{
		width:172px;
		background-position:-328px 0px;
	}
	
#menu a.com:hover{
		width:172px;
		background-position:-328px -50px;}
		
		
		
