body { 
	background-color: white; 
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 20px; 
	color:#333; 
	margin:0 auto; 
	text-align:center;
}
* { margin:0; padding:0; }
a { color: #cc0000; text-decoration: none; line-height:16px; }
a:hover { background:#cc0000; color:#fff; text-decoration: none; }
img a:hover { background:none !important; }
img { border: none; text-decoration: none; }
li{padding: .70em 0; font-size:16px;}
.blue-btn {padding-top:10px;}

#wrap { 
	width: 780px; 
	margin: 0 auto 50px auto; 
	text-align: left; 
}
#header { 
	margin-top: 25px;
}	
#header:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
#trailer {
 	text-align:right;
 	margin-top:180px;
 	_margin-top:0px;
  	margin-right:430px;
  	_margin-right:410px;
}

* html #trailer {
 	text-align:right;
  	margin-right:40px;
}

#single_col {
	width:780px; 
	float:left; 
	margin: 0px 10px 0 0; 
	padding: 10px 0 0 0; 
}
#single_col p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 22px; 
	color:#333;
}
#single_col h1 {
	font-family: Arial, sans-serif;
	font-size: 30px;
	letter-spacing: -1.5px;
	line-height: 42px; 
	color:#333;
}

#single_col ul {
	font-family: Arial, sans-serif;
	padding:10px 0 0 10px;
}

#single_col li {
	font-family: Arial, sans-serif;
	list-style-type: disc !important;
}

.pad-top {
	padding:10px 0 0 0;
}

.copyright {
	width: 50%;
	font-size: 10px;
	line-height: 14px; 
	color:#666;
}
.social {
	width: 50%;
	display: inline;
	float: right;
	text-align: right;
	line-height: 14px; 
}

.float-right{
        float: right !important;
        padding:0 0 10px 10px;
}

a:hover .button{
        background-color:#ffffff; !important;
}