/* CSS Document */

* {
margin:0;
padding:10;
}

body {
	background:url(http://www.mastery-of-money.com/images/background.jpg) no-repeat fixed center top;
	
	
}

h1 {
	margin:20px 0;
}

h2.blue {
	color:#04397F;
}

span.blue {
	color:#000066;
}

span.underline {
text-decoration:underline;
}

#page {
width:780px;
margin:0 auto;
background:#5e1e86;
}



#topnav {
}

#topnav_l {
	background:url(images/topnav_l.jpg) no-repeat left top;
}

#topnav_r {
	background:url(images/topnav_r.jpg) no-repeat right top;
	height:23px;
	overflow:hidden;
	position:relative;
/*	width:730px;
	margin:0 auto;*/
/*	padding:0 21px 0 30px;*/
}





#main {
	width:700px;
	
	text-align:center;
}

#main h1 {
text-align:center;
}

#main p {
	margin:20px 0px;
}

#main p {
	margin:20px 0px;

}
#footer {
	color:#5e1e86;
	text-align:center;
	font-size:68.75%;
	padding:20px 0 30px 0;
}



#footer a {
	color:#5e1e86;
}

#footer a:hover {
	color:#ffff00;
}



#bottomnav ul li a {
	display:block;
	color:#fff;
	height:21px;
}

#bottomnav ul li span {
	position:absolute;
	top:-1000px;
}

#bottomnav ul{
float:left;
list-style:none;
left:50%;
position:relative;
text-align:center;
}



hr.star {
	background: url(images/hr.gif) repeat-x left top;
	height: 9px;
	border:none;
	margin:20px 0px;
}

ul.bottomline {
	list-style:none;
	padding:0 50px;
}

ul.bottomline li {
	display:block;
	border-bottom:2px solid #999;
	padding:30px 0 30px 60px;
	background:url(images/checkmark2.gif) no-repeat left center;
	text-align:left;
}


