@charset "utf-8";

*{
	margin: 0; 
	padding: 0;
}

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/header_bg.jpg) #e5f5fd repeat-x;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 861px;  
	background: #e5f5fd;
	margin: 0 auto; 
	text-align: left; 
}



.oneColFixCtrHdr #container  #topCurve{
	background:url(images/top-curve.jpg) no-repeat;
	width:829px;
	height:15px;
}

.oneColFixCtrHdr #container  #bottomCurve{
	background:url(images/bottom-curve.jpg) no-repeat;
	width:829px;
	height:10px;
}


.oneColFixCtrHdr #header {
	width:862px;
	height:316px;
	background:url(images/paycheck-loan-banner.jpg) no-repeat;
}

.oneColFixCtrHdr #header a{
	width:253px;
	height:94px;
}

.oneColFixCtrHdr #header img{
	margin:0px 0 0 12px;	
}

.oneColFixCtrHdr #mainContent {
	width:829px;
	background: #e5f5fd url(images/content-bg.jpg) repeat-y;
	margin:0 auto;

}

.oneColFixCtrHdr #mainContent .content  h1{
	font-size:24px;
	color:#c2c41b;
	margin-bottom:20px;
}

.oneColFixCtrHdr #mainContent .content  h2{
	font-size:18px;
	color:#c2c41b;
	margin-bottom:20px;
}


.oneColFixCtrHdr #mainContent .content{
	font-size:14px;
	color:#17669b;
	line-height:22px;
	padding:14px;
	text-align:justify;
}



.oneColFixCtrHdr #footer {
	padding:14px;
	color:#17669b;
}
.oneColFixCtrHdr #footer p {
	font-size:12px;
	text-align:center;
}

.oneColFixCtrHdr #footer a{
	text-decoration:none;
	color:#0a4267;
}

.oneColFixCtrHdr #footer a:hover{
	color:#F90;
}

/* Fire fox link fix */
a {
    outline: none;
}

/* End of Fire fox link fix */
