body {
    font-family: 'helevetica', 'arial', serif;
	background: url(../img/background.jpg) center top;
	background-repeat: no-repeat; 
	background-color:#fff;
	height:100%;
    width:800px; 
    margin:0 auto;
    padding: 0px;
    
}

#holder {
	width:800px;
	margin:0;
	padding:0;
	height:100%;
}

img { 
	border:0;
}

#banner {
	background: url(../img/header.jpg) top;
	background-repeat: no-repeat;
	width:800px;
	height:113px;
	display:block;
	margin:0;
	padding:0;
}

.content {
	width:800px;
    height:395px;
    color:#888888;
    margin:10px 0px 0px 0px;
   
}

.left {
	width:180px;
	float:left;
	padding:0 0 0 20px;
}

.right {
	width:520px;
	float:right;
	padding:10px 0 0 0;
}


#text {
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-align:left;
	width:420px;
	padding:20px 0 0 0;
	margin:0;
}

.rightlower {
	width:200px;
	font-size:12px;
	float:right;
	padding:0;
	margin:6px 0 0 30px;
}

#logos {
	width:800px;
	margin:130px 0 0 0;
	padding:0;
	text-align:right;
}


#logos img{
	margin:0;
	padding:0 0 0 20px;
}

#copyright {
	color: #746849;
	height:40px;
	font-size:10px;
	float:right;
	padding:20px 10px 0 0;
	margin:0;
}
	


/* -----Buttons ----*/


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../img/butBgroundCTA.png') no-repeat scroll top right;
    color: #19598d;
    display: block;
    width:194px;
    float: left;
    font: normal 16px arial, sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    height: 46px;
    padding: 0;
    margin: 0 0 0 0;
    text-decoration: none;
}

a.button span {
    display: block;
    line-height: 14px;
    padding: 15px 0 0 0;
    margin:0;
    text-align:center;
}

a.button:hover {
    background-position:0 -45px;
    color: #000;
    padding: 0;
    margin: 0 0 0 0;
    outline: none; /* hide dotted outline in Firefox */
}


/*  ----- FIXES ---- */

.clearfix:after {

	content: "."; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden;

	}
/*

* html>body .clearfix {
	width: 100%;
}
*/

* html .clearfix {

	/* Hides from IE-mac \*/

	height: 1%;

	/* End hide from IE-mac */

}