* {
        font-family: Georgia,Times New Roman,English Times,serif;
}

DIV {
	border: solid 1px black;
}
LABEL { display: none; }
#content {
	position: relative;
	top: 222px;
	width: 1000px;
	height: 520px;
	border: none;
}
#contactus {
	position: relative;
	top: -70px;
	left: 50%;
	width: 510px;
	margin-left: -255px;
	border: none;
}

/*### COMPANY BLOCK ON THE BOTTOM ###
  ### DIFFERENT top FOR EACH PAGE ###
  ### SAME WITH copyright top ### */
#company {
	position: absolute;
	top: 766px;
	width: 1000px;
	height: 240px;
	background-color: rgb(200,200,200);
	border: none;
	border-radius: 0 0 6px 6px;
}
#copyright {
	position: absolute;
	top: 1016px;
	width: 600px;
	height: 24px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	border: none;
}
/*### END company BLOCK ###*/

#contact_phone {
	position: absolute;
	display: block;
	top: 70px;
	left: 0px;
	width: 250px;
	height: 90px;
	background: url(images/contact_phone_bg.png) no-repeat;
	border: solid 1px grey;
	font-size: 22px;
	padding-top: 36px;
}
#contact_store {
	position: absolute;
	display: block;
	top: 70px;
	left: 260px;
	width: 250px;
	height: 102px;
	background: url(images/contact_store_bg.png) no-repeat;
	border: solid 1px grey;
	font-size: 22px;
	padding-top: 24px;
}
#contact_stagecoach {
	position: absolute;
	top: 196px;
	left: 0px;
	width: 510px;
	height: 250px;
	background: url(images/contact_stagecoach_bg.png) no-repeat;
	margin-top: 10px;
	border: solid 1px grey;
	padding-top: 16px;
}
