body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Tahoma, Geneva, Verdana;
	font-size: 62.5%;
}

/* ===================== CONTAINER ================= */
#container {
	margin: auto;
	text-align: center;
	width: 860px;
	height: 100%;
}

/* ===================== HEADER ================= */
#header {
	position: relative;
	margin-top: 50px;
	width: 860px;
	height: 40px;
}
#pageTitle {
	float: left;
	text-align: left;
}
#phone {
	width: 310px;
	height: 30px;
	font-size: 2em;
	font-weight: bold;
	color: #444;
	float: right;
}
#phone span { color: #888; }

/* ===================== CONTENT ================= */
#content {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 860px;
	text-align: left;
	font-size: 1.4em;
	color: #555;
	line-height: 20px;
}

/* ===================== FOOTER ================= */
#footer {
	width: 860px;
	height: 81px;
	color: #555;
	font-size: 1.2em;
	line-height: 81px;
	letter-spacing: 1px;
}

/* ===================== OTHER ================= */

a 					{ text-decoration: none; }
a:link 				{ color: #008c44; }
a:visited 			{ color: #02bc5c; }
a:hover 			{ color: red; }
a:active 			{ color: yellow; }
a:active, a:focus 	{ outline:none; }

hr {
	border: 0;
	background-color: #ccc;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	color: #555;
	font-family: "Myriad Pro";
}
 
h1 {
	font-size: 23px;
	line-height: 25px; }
 
h2 {
	font-size: 21px;
	line-height: 24px; }
 
h3 {
	font-size: 19px;
	line-height: 22px; }
 
h4 {
	font-size: 17px;
	line-height: 20px; }
 
h5 {
	font-size: 15px;
	line-height: 18px; }
 
h6 {
	font-size: 12px;
	line-height: 15px; }