body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/bg2.jpg) repeat-x center top;
	text-align: center;
	color: #fff;
	font: 76% Arial, Helvetica, sans-serif;
}
a img {
	border-style: none;
}
a {
	color: #58ABA3;
}
a:hover {
	text-decoration: none;
}

input, form {
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 820px;
	margin: 0px auto;
	text-align: left;
}
.header {
	position: relative;
	height: 140px;
}
h1 {
	font: normal 4.16em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	right: 0px;
}
h2 {
	position: absolute;
	top: 90px;
	right: 0px;
	font: normal 1.66em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
h3 {
	position: absolute;
	top: 115px;
	right: 0px;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 1.56em;
	color: #58ABA3;
	line-height: 1.36em;
	font-weight: normal;
}
.container {
	width: 820px;
	float: left;
	position: relative;
}
.nav {
	position: absolute;
	top: 25px;
	left: 70px;
	width: 180px;
	text-align: right;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.56em;
	line-height: 1.36em;
}
.nav a:hover {
	text-decoration: underline;
}
.content {
	width: 525px;
	background: url(../images/transparent.png);
	float: right;
	padding: 25px;
	w\idth: 475px;
	line-height: 1.4em;
}
.content p {
	margin: 15px 0px 0px;
	padding: 0px;
}
.content ul {
	margin: 0px 0px 15px;
	padding: 0px;
}
.content ul li {
	list-style: none;
	background: url(../images/blue_bullet.gif) no-repeat 0px 6px;
	padding-left: 10px;
}
.leftCol {
	float: left;
	width: 275px;	
}
.rightCol {
	float: right;
	width: 180px;
	border-left: 1px solid #223d4f;
	padding-left: 15px;
	w\idth: 164px;
}
.rightCol .btn {
	margin-bottom: 10px;
}
.rightCol p {
	font-size: 0.96em;
}
.tab1 {
	padding-left: 10px;
	font-style: italic;
}
.tab2 {
	padding-left: 25px;
}
.alignRight {
	text-align:right;
	vertical-align: bottom;
}
