.contact_item {
	border: 2px solid #0E2680;
	padding: 10px;
	width: 586px;
	margin-bottom: 10px;
	background-image: url(../images/intro_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: justify;
}


.box {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: none;
	margin-bottom: 10px;
}


.label {
	height: 21px;
	background-repeat: none;
	background-position: right;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 14px;
}




.left_boxes {
	float: left;
	width: 300px;
}

.right_boxes {
	float: right;
	width: 300px;
}


.find_out {
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#label_about {
	background-color: #D32C2C;
	background-image: url(../images/tri_red.gif);
	width: 150px;
	background-repeat: no-repeat;	
}

#label_build {
	background-color: #009900;
	background-image: url(../images/tri_dgreen.gif);
	width: 225px;
	background-repeat: no-repeat;
	color: #FBFDFA;
}

#label_buysell {
	background-color:#D86B00;
	background-image: url(../images/tri_orange.gif);
	width: 162px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#label_map {
	background-color: #D86B00;
	background-image: url(../images/tri_orange.gif);
	width: 135px;
	background-repeat: no-repeat;	
}



#box_about {
	border: 2px solid #D32C2C;
	background-image: url(../images/about_bg_pic.jpg);
	text-align: justify;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #992020;
	width: 276px;
	height: 200px;
}

#box_build {
	border: 2px solid #009900;
	background-image: url(../images/build_pic.jpg);
	text-align: justify;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #006A00;
	width: 276px;
	height: 200px;	
}

#box_buysell {
	border: 2px solid #D86B00;
	background-image: url(../images/buysell_pic.jpg);
	text-align: justify;
	background-position: bottom  right;
	background-repeat: no-repeat;
	color: #AE5700;
	padding-right: 220px;
	height: 90px;
}

#box_map {
	border: 2px solid #D86B00;
	background-image: url(../images/payment_pic.jpg);
	text-align: justify;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #D86B00;
	width: 276px;
	height: 200px;	
}

#link_orange {
	color: #BB5E00;
	font-weight: bold;
}
#link_green {
	color: #006A00;
	font-weight: bold;
}

#link_red {
	color: #992020;
	font-weight: bold;
}
