﻿#contactUs {
	font-size:130%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height:500px;
	padding-top:50px;
	/*     background-image:url(images/splash_bg.jpg);     */
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#contactUs table {
	width:500px;
	}
#contactUs span {
	float:left;
	clear:both;
	}
#contactUs .address {
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	padding-top:20px;
	width:85%;
	}
#contactUs .name {
	font-weight:bold;
	font-size:130%;
	}
#aboutUs {
	border-top: solid 1px #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height:500px;
	padding:50px;
	/*     background-image:url(images/splash_bg.jpg);     */
	background-repeat: no-repeat;
	background-position: center bottom;
	}