 html, body 
 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #1E90FF;
	color: #FEF870;
 }
 #container 
 {
	width: 95%;
	margin: 2% 0 0 2.5%; /* top right bottom left */
	padding: 0;
 }
 #container #header 
 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	float: left;
	background: url("http://www.njfundingtrust.com/images/Gold-Bullion.jpg");	
	background-size: 100% 100%;
	background-repeat: no-repeat;	
	background-attachment: fixed;
	border-top-left-radius:2em;
	border-top-right-radius:2em;			
	border-bottom: #E07B05 solid 5px;
}
#container #header #logo 
{
	margin: auto;
	width: 49%;
	height: 68%;
	background-color: #ffffff;
	opacity: .90;
	border-top-left-radius:2em;
	border-top-right-radius:2em;			
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;	
	color: #1E90FF;
	text-align: center;			
}
#container #header #logo h1 
{
	font-size: 300%;
}
#container #header #logo h2 
{
	font-size: 200%;
}
 #container #menu 
 {
	list-style-type: none;
	margin: 0;
	padding: 0;
 }	
 #container #menu a 
 {
	display: block;
	font-weight: bold;
	color: #1E90FF;				
	background-color: #FFD962;
	width: 100%;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
}
#container #menu a:hover, #container #menu a:active 
{
	background-color: #FEF870;
	color: #1E90FF;
}
#container #col1 
{
	width: 15%;
	float: left;
}
#container #col2outer 
{
	width: 83%;
	float: right;
	margin: 0;
	padding: 0;
}
#col2outer #col2mid 
{
	width: 79%;
	float: left;
} 
#col2outer #col2mid .pgrph1
{
	font-size: 150%;
}
#col2outer #col2side 
{
	width: 20%;
	float: right;
	background-color: #FEF870;
	text-align: center;
	color: #1E90FF;
}
#col2outer #col2mid h2
{
	text-align: center;
} 
#col2outer #col2mid .thankyou
{
	text-align: center;
} 
#col2outer #col2mid a
{
	text-align: center;
}
#col2outer #col2mid #form
{
	margin: auto;
}
#container #footer 
{
	float: left;
	width: 100%;
	text-align: center;
	border-top: #E07B05 solid 5px;
	background: url("http://www.njfundingtrust.com/images/Gold-Bullion.jpg");	
	background-size: 100% 100%;
	background-repeat: no-repeat;	
	background-attachment: fixed;
}
#container #footer #copyright 
{
	margin: auto;
	width: 25%;
	height: 50%;
	background-color: #ffffff;
	opacity: .90;
	border-top-left-radius:2em;
	border-top-right-radius:2em;			
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;	
	color: #1E90FF;
	text-align: center;			
}
#col2outer #col2mid .author
{
	text-align: center;
} 
#col2mid #contactus
{
	margin: auto;
}
#col2mid #contactus .info
{
	font-size: 150%;
}