h1 {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 18pt;
	}

h2 {
	color: #730001;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	}

p {
	font-size: 10pt;
	overflow: hidden;
	}

img {
	border: none;
	}

/* content */

#ribbon {
	position: absolute;
	top: 198px;
	width: 511px;
	height: 63px;
	background-image: url(../images/contact.gif);
	left: 130px;
	z-index: 3;
	}

#content {
	width: 770px;
	height: 1000px;
	top: 281px;
	background-color: #e4dbbf;
	z-index: 0;
	}

#contact {
	position: absolute;
	top: 310px;
	left: 138px;
	width: 494px;
	}
	
#contact_table td {
	padding-bottom: 10px;
	}
	
#contact_table #no_space {
	padding-bottom: 0px;
	}	
	
#contact_form {
	position: absolute;
	top: 70px;
	}
	
#phone {
	width: 2px;
	visibility: hidden;
	}
	
#contact_mail {
	position: absolute;
	top: 675px;
	left: 60px;
	width: 295px;
	}
	
#contact_mail #USA {
	position: absolute;
	top: 50px;
	width: 295px;
	}
	
#contact_mail #CAN {
	position: absolute;
	top: 50px;
	width: 295px;
	text-align: right;
	}
	
#contact_phone {
	position: absolute;
	top: 675px;
	right: 60px;
	width: 295px;
	}
	
#contact_phone p {
	position: absolute;
	width: 295px;
	top: 50px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	}
/* -----------------------------------------------
			.line used many times
------------------------------------------------ */

.line {
	height: 3px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../images/line.png);
	}
	
