/* BODY
----------------------------------------- */
body, html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	width: 100%;
	height: 100%;
}

body {
	background: url(images/bg.png) repeat-x #FFF;
	height: 100%;
}

/* CONTENT
----------------------------------------- */

div#Page {
	display: block;
	margin: 0 auto;
	width: 290px;
	background: url(images/center-bg.png) repeat-y top center;
}

div#Content {
	width: 250px;
	padding: 20px;
}

h1 {
	display: block;
	width: 290px;
	height:228px;
	overflow: hidden;
}


h2 {
	color: #0094C5;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}

table {
	width: 250px;
	margin: 15px 0 8px 0;
}

.tdOne {
	width: 80px;
}

table tr td, .numberLink a {
	font-size: 30px;
	color: #222;
	font-weight: bold;
	padding-bottom: 20px;
}

table tr td a {
	font-size: 17px;
	text-decoration: none;
	color: #555;
	font-weight: normal;
}

div#Address {
	display: block;
	padding: 12px 0 20px 0;
	border-top: 1px solid #DDD;
	text-align: center;
}

div#Address a {
	font-weight: bold;
	color: #222;
	text-decoration: none;
	font-size: 20px;
}

ul {
	margin-top: 10px;
	width: 250px;
}

ul li {
	padding: 0 0 10px 15px;
	background: url(images/arrow.png) no-repeat 0 5px;
}