/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
h1{
	margin-bottom:20px;
	color:#000;
	font-size:2.2em;
	font-weight:normal;
	display:block;
	width:605px;
	height:60px;
	background-image:url(/images/title.jpg);
}
a{
	color:#666666;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
	color:#6699cc;
}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
body {
	font-family:Trebuchet MS;
	font-size:66%;
	background-color:#FFFFFF;
}
#wrapper{

	background-color: #FFFFFF;
	width: 866px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	width: 866px;
	float:left;	
}
#Main_Content{
	float:left;
	width: 100%;
}
#Leftcol{
	float: left;
	width: 260px;
}
#rightcol{
	float: left;
	width: 606px;
}
#banner{
	width:606px;	
}
#accountants-banner{
	width:596px;
	height:210px;
	background-image:url(/images/contactpic.jpg);
	padding-top:100px;
	padding-left:10px;	
}
#text{
	width:606px;
	margin-top:	40px;
	font-size:1.2em;
	color:#666666;
	line-height:2.0em;
}
#above-footer{
	float:left;
	width:866px;
	height:1px;	
	background-image:url(/images/footer-top.jpg);
	margin-top:50px;
}
#footer{
	font-size:1.0em;
	float: left;
	width: 866px;
	padding-top:15px;
	color:#999999;
}
#footer strong{
	color:#6699cc;	
}
#footer A {
	color:#999999;
	text-decoration:none;
}
#footer A:hover {
	text-decoration:underline;
	color:#6699cc;
}
