#leftHome {
	width:490px;
	float:left;
	background-image:url(../images/nestEgg_Headr.jpg);
	background-repeat:no-repeat;
	background-position: right 0px;
}

#leftHome2 {
	width:255px;
	float:left;
	background-image:url(../images/bottomHeader.jpg);
	background-repeat:no-repeat;
	background-position: right 0px;
	margin-left:5px;
}
#rightHome {
	width:186px;
	float:right;
	background-image:url(../images/bottomHeader.jpg);
	background-repeat:no-repeat;
	background-position: right 0px;
}
#rightHome ul{
	margin: 40px 0px 0px 15px;
	font-size:12px;
}
#rightHome ul li {
	margin: 10px;
}
#rightHome ul li a {
	color:#0000CC;
}
#leftHome2 p {
	padding:0px 20px;
}
#leftHome2 .header p {
	padding:0px;
}
.header {
	padding:15px 20px;
	font-size:14px;
	font-weight:bold;
}
.header h1 {
	font-family: Times New Roman, Times, serif;
	font-size:25px;

}	
#mma {
	text-align:center;

}
#mma a:link, #mma a:visited  {
	display:block;
		padding:10px;
	text-decoration:none;
	color:#fff;
		background-color:#990000;
	font-size:15px;
	font-weight:bold;
	width:190px;
	border:solid 1px #000;
}
#mma a:hover, #mma a:focus  {
	background-color:#A05E1B;
	color:#fff;
}