body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../assets/images/bg-body.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#main {
	width: 1023px;
	min-height: 100%;
	margin: 0 auto;
	background: transparent url(../assets/images/bg-wrap.png) repeat-y;
}
#splash {
	display: block;
	top: 100px;
	left: 60px;
	width: 643px !important;
	margin: 0 auto;	
	padding-top: 255px;
	background: transparent url(../assets/images/v2/bg-splash.gif) no-repeat scroll top left;
}
.content {
	margin-left: 108px;
	padding-bottom: 36px;
}
.content.top {
	width: 420px; 
	margin-bottom: 30px;
	padding-bottom: 36px;
	background: transparent url(../assets/images/dash.png) no-repeat scroll bottom left;
}

#hero {
	margin-left: 108px;
	margin-bottom: 20px;
}

td {
	padding-right: 20px;
}
td img {
	display: block;
	margin-bottom: 10px;
}
td p {
	font-size: 1em;
}

h1 {
	font-size: 1.7em;
	padding-bottom: 0.6em;
}
h2 {
	font-size: 1.4em;
	padding-bottom: 0.4em;
}
p {
	font-size: 1.1em;
	padding-bottom: 1em;
}
a {
	color: #ee0000;
	text-decoration: none;
}
a.white {
	color: #fff;
}
a:hover, a:focus {
	color: #ee0000; !important;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#map {
	margin-bottom: 1em;
}