a {
	color: #009BD9;
	text-decoration: none;
}
a:visited { color: #009BD9; }
a:hover { color: #0089bf; }
a:focus { color: #009BD9; }
.l{ float: left;}
.r{float:right;}
.c:before,
.c:after {
    content: " ";
    display: table;
}
.c:after {clear: both;}
html, body {
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: 100;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #000000;
}
#header-wrapper {
	width: 100%;
	height: 75px;
	border-bottom: 10px solid #009BD9;
	background-color: #000000;
}
#top {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.navLinks {
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: lighter;
}
#logo {
	clear: none;
	float: left;
	text-align:left;
	width: 480px;
	padding-top: 20px;
}
#links {
	float: right;
	margin: 0;
	padding: 25px 0 0 0;
}

#footer-wrapper {
	width: 100%;
	border-top: 10px solid #009BD9;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}
#bottom {
	height: 50px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#copyright { padding-top: 15px; }

#main {
	width: 100%;
	background-color: #000000;
}
#hands {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}
#hands-wrapper {
	width: 100%;
	background-color: #000000;
}
#toughguys {
	display:block;
	position: relative;
	text-align: center;
	top: -150px;
	margin: 0 auto;
	font: bold 28px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e21836;	
}
#ermx {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
#ermxImg {
	display:block;
	float: left;	
	width: 62.5%;
}
#ermx p {
	padding: 20px 0 0 5px;
	font-size: 20px;
	text-align: left;
}
#ermx-wrapper {
	width: 100%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px -10px 20px 10px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px -10px 20px 10px rgba(255, 255, 255, 1);
	box-shadow:         0px -10px 20px 10px rgba(255, 255, 255, 1);
}
#handsImg { 
	display: block;
	margin: 0 auto;
	width: 100%;
}
#buttons input[type="button"] {
	width: 250px;
	background-color: #e21836;
	color: white;
	font-weight:bold;
	border: solid 2px #580915;	
	-moz-box-shadow: 0px 3px 0px 0px #580915;
	-webkit-box-shadow: 0px 3px 0px 0px #580915;
	box-shadow: 0px 3px 0px 0px #580915;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	outline: none;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	padding:10px 20px;
	text-decoration:none;
}
#buttons input[type="button"]:hover {
	background-color:#B91930;
}
#buttons input[type="button"]:active {
	position:relative;
	top:1px;
	-moz-box-shadow: 0px 2px 0px 0px #580915;
	-webkit-box-shadow: 0px 2px 0px 0px #580915;
	box-shadow: 0px 2px 0px 0px #580915;
}
ul { 
	display: inline-block;
	list-style-type: none;
	margin: 0 auto;
}
li { margin: 0 0 20px 25px; }
#ermx h1 {
 	padding: 0 0 0 10px;
}
h2 {
	font: bold 24px/18px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #84888F;
	padding: 15px 0 5px 0;
}
h3 {
	color: #009BD9;
	font: bold 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}