@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color:#565656;
	text-align:center;
	background-image:url(../images/bgfader.gif);
	background-position:top center;
	background-repeat:repeat-x;
	margin:9px 0px;
}

/*
body{
	background-color:#fff;
	text-align:center;
	background-image:url(../images/stripey1.gif);
	background-position:top center;
	margin:9px 0px;
}
*/

#mothersArms{
	width:900px;
	height:auto;
	margin:0px auto;
	text-align:left;
}

#header{
	width:900px;
	height:130px;
}

#contentTop{
	width:900px;
	height:44px;
	behavior: url(iepngfix.htc);
	background-image:url(../images/book_top.png);
	background-repeat:no-repeat;
	margin-top:0;
	clear:right;
}


#content{
	width:900px;
	height:auto;
	background-image:url(../images/book_middle.jpg);
	background-repeat:repeat-y;
}

#contentInner{
	margin:0px 55px 0 55px;
}

#contentInnnerFixedHeight{
	width:auto;
	height:500px;
	overflow:auto;
}

#contentBottom{
	width:900px;
	height:46px;
	behavior: url(iepngfix.htc);
	background-image:url(../images/book_bottom.png);
	background-repeat:no-repeat;	
}

#excerptsContent{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
}

#footer{
	width:900px;
	height:50px;
	background-image:url(../images/footer_paper.png);
	background-repeat:no-repeat;
	/*border:8px solid #ef5353;*/
	margin-top:10px;
	behavior: url(iepngfix.htc);
}

.footerText{
	padding:18px 0px 0px 25px;
	text-align:left;
}
.leftSide{
	width:375px;
	float:left;
}

.rightSide{
	width:375px;
	float:right;
}

h1{
	font-size:2em;
	color:#0c9ae3;
	margin-left:10px;
}

h2{
	font-size:1.5em;
	color:#999;
	margin-left:10px;
}

.textGreen{
	color:#8cde7e;
}



.text{
	font-size:0.9em;
	color:#666;
	line-height:130%;
}

.textLil{
	font-size:0.8em;
	color:#666;
	line-height:130%;
}

.textLarge{
	font-size:1.2em;
	color:#666;
	line-height:130%;
}

.textRed{
	color:#EF5353;
}

.padIt{
	padding:10px;
}

.padItTop{
	padding-top:10px;
}

.padItRight{
	padding-right:10px;
}

.padItBottom{
	padding-bottom:10px;
}

.padItLeft{
	padding-left:10px;
}

.padItThin{
	padding:0px 20px;
}
	
.padItShort{
	padding:10px 0px;
}


.alignRight{
	text-align:right;
}

.alignLeft{
	text-align:left;
}

.alignCenter{
	text-align:center;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clearLeft{
	clear:left;
}

.clearRight{
	clear:right;
}

.clearBoth{
	clear:both;
}

.borderRed{
	border:3px solid #ef5353;
}

img{
	border:none;
	text-decoration:none;
}

.transparency{
	behavior: url(iepngfix.htc);
}

a:link, a:visited{
	color:#09f;
	text-decoration:none;
	border-bottom:1px dotted #09f;
}

a:hover, a:active{
	color:#09f;
	text-decoration:none;
	border-bottom:solid 1px #09f;
}

a.nounderline{
	border:none;
}
.fitty{
	width:135px;
	padding-left:20px;
	float:left;
	margin:10px 0px;
}

.fitty ul{
	padding-left:20px;
}

.proceeds{
	color:#fff;
	text-align:center;
	font-size:0.9em;
}

.bonus{
	display:block;
	float:right;
}