img,.pngfix { behavior: url(iepngfix.htc) }
body {
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding:0;
	margin:0;
	
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	color: #F60;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #900;
	font-weight:bold;
}

	h1 {color: #C00; font-size:28px; font-weight:bold;  padding:0; margin:0;}
	h3 {color: #039; font-size:20px; margin:0; padding:0;}
		h2 {color: #009; font-size:18px;}
	.floatleft { float:left; padding:3px 10px 0px 0px; clear:both; }
	.floatright { float: right; padding:3px 0px 0px  10px; clear:both; }
	
	.textfields{
width:428px; border:1px solid  #C00; 
}
li { list-style-image:url(images/bullet.gif); }

#menu {
	float:left;
	margin:0;
	padding:0;
 	width:958px; height:42px;
     }



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

#menu a.home{
		width:305px;
		background-position:0px 0px;
	}
	
#menu a.home:hover{
		width:305px;
		background-position:0px -42px;
	}
	#menu a.res{
		width:359px;
		background-position:-305px 0px;
	}
	
#menu a.res:hover{
		width:359px;
		background-position:-305px -42px;
	}
	#menu a.com{
		width:294px;
		background-position:-664px 0px;
	}
	
#menu a.com:hover{
		width:294px;
		background-position:-664px -42px;
	}
	
	

