body,
html   {
		background-color:#ffffff;
		color:#000000;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
		font-size: 12px;
	    }
#head   {
		background: url('../images/if_header.gif') no-repeat bottom;
		width:840px;
		height:177px;	
	    }
#content {
		background: url('../images/if_inne.gif') repeat bottom;
		margin:auto;
		height:auto;
		width:840px;
		}
#left   {
		width: 375px;
		float: left;
		padding: 0px 0px 0px 40px;
		}
#right   {
		width: 365px;
		float: right;
		padding: 0px 40px 0px 10px;
		}
#footer {
		background: url('../images/if_footer.gif') no-repeat bottom;
		width:840px;
		padding: 0px 0px 40px 0px;
		height:94px;
		clear:both;
		text-align:center;
	    } 
#footer p
		{
		font-size:11px
		}
a		{
		color:#000000;
		text-decoration:underline;
		}