/* Make Money With Facebook Guide - CSS Document - 2008 */

/* CONTENTS
/* >> HTML, Body
/* >> Keywords
/* >> Headings



/* --------Main-------- */

html {
	width: 100%;
	/*background-color: #525252;*/
	background: url(http://makemoneywithfacebook.com/bg_grad2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
}

body { 
	/*background: url(bg_grad.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	margin: 0px;
	padding:0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
} 

/* --------Font Size Consistency-------- */

p.maintxt{
	font-size: 15px;
}
#maintxt{
	font-size: 16px;
}
li.maintxt{
	font-size: 12px;
}

ul {
	list-style-type: inherit;
	list-style-image: inherit;
	list-style-position: inside;
}

/* --------Keywords-------- */

h1.keywords {
	font-size:6px;
	color:#ffffff;
}

/* --------Headings-------- */

p.top {
	font-size: 15px;
	color: #000000;
	text-align: left;
}
p.headone {
	font-size: 32px;
	color: #CC0000;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
}
p.headsub {
	font-size: 22px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
}
p.mythtitle {
	font-size: 20px;
	color: #172092;
	font-weight: bold;
	text-align: center;
}
p.warning {
	font-size: 18px;
	color: #000000;
	text-align: center;
}
p.warn2 {
	font-size: 20px;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}
p.warn3 {
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}
p.allsubs {
	font-size: 22px;
	color: #cc0000;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
}
p.minisubs {
	font-size: 18px;
	color: #cc0000;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
}
p.sublk {
	font-size: 20px;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
}
p.hugesub {
	font-size: 28px;
	color: #cc0000;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
}


#header {
	width: 750px;
	height: 40px;
	position: absolute;
	left: 2px;
	top: -1px;
}

/*--------Main Content--------*/

#main {
	width: 750px;
	height: inherit;
	position: absolute;
	z-index: 4;
	}

/*--------MIDDLE DIVS--------*/
ul {
	margin-left: 1;*/
	padding-left: 0.5em;
	text-indent: -1em;
	}
#inner_sub{
	padding: 8px;
}



/*--------BOTTOM DIVS--------*/

#bottom_menu{
	/*background-color: #03376F;*/
	color: #FFFFFF;
	font-size: 11px;
/*--  padding: 5px;
	margin-top: 1764px;
	position: absolute;
	top: 96px;
	z-index: 5; --*/
	}
#bottom_credits{
	background-color: #232323;
	color: #717171;
	font-size: 11px;
	width: 740px;
	height: 15px;
	padding: 5px;
	/*margin-top: 1794px
	position: absolute;
	left: 2px;
	top: 96px;
	z-index: 5;*/
}

a.side:link, a.side:active, a.side:visited{
	text-decoration: none;
	color: #F7F7F7;
}
a.side:hover{
	text-decoration: underline;
}

a.bottom:link, a.bottom:active, a.bottom:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
a.bottom:hover{
	text-decoration: underline;
	}

#Back_Img {
	background-image: url(bg_grad.gif);
	background-repeat:repeat-y;
	padding:0px;
	width:750px;
	height:915px;
	margin-top:0px;
	margin-bottom: 0px;
	z-index:3;
	}
