/* CSS Document */
/*LAYOUT*/


/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
div#wrapper {
	width:900px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #000000;
	padding: 0;
	border:solid 1px #f27024;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(../images/orangecol.jpg);
	background-repeat: repeat-y;
	background-position: right top;
 }
div#wrapper-blog {
	width:900px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
		border:solid 1px #f27024;
	color: #000000;
	padding: 0;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
 }



#wrapperbg{
background:#fff;
padding:0;
margin:0;
width:400px;

} 

#blogbg{width:900px;margin:0;padding:0;

}

 #header1
{float:left;display:inline;padding:5px 0 0 5px;
}

 #header2
{float:right;display:inline;
}

#rightcol{
	width:253px;
	margin:0 0 0 2px;
	float:right;
padding:0;
color:#fff;

}

#rightcol ul{color:#fff;list-style:none;margin:0 0 5px 10px;
}

#rightcol #bookpadding{text-align:left;padding:0;margin:0;}
#content #rightcol p{color:#fff; margin:0 10px 0 0;padding:5px 10px;}

#leftcol
{
	width:607px;
	margin:10px 0 0 10px;
	background-color:#f27024;
	float:left;
	height: 108px;
}

#header{padding:0 0 20px 0; background-color:#fff;}

.clear{clear:both;}
#menu{
	background: #fff;
height:20px;
border-bottom:5px solid #f27024;
}



div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0;margin:0 0 10px 0;
	}
	
	
#contentbody{
margin:90px 0 0 10px;
float:left;
display:block;
width:607px;
}


#underscore{border-bottom:1px solid #fff; margin:10px 10px 10px 0;}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image:url(../images/threeblindmicefooter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
margin:0 0 0 0;
padding:0;
}

div#footer img{border:none;}

div #footer #footertext 
{padding:20px;
	 color:#FFFFFF;
float:right;display:inline;
margin:0;
}


div #footer #footertext  a{

	 color:#FFFFFF;
        text-decoration:none;border:none;


}

.footlinks{ 
text-decoration:none;	 
color:#FFFFFF;border:none; }

.toppad{margin:0 0 0 0 ;display:inline;float:left; border:none;}

#buynowlink{border:none; border:hidden;}

div#buyimg{display:inline;float:left;}

div#buynowcontent{display:inline;float:left;width:607px}

div#buynowpaypal{display:inline;float:left;width:374px;}

/*/////////////////TYPE/////////////*/

h1{font-size:100%;
margin:0;
padding:0;
color:#f27024;
}

h2{font-size:90%;
margin:0;
padding:0;
color:#f27024;
}

h4{
margin:0;
padding:0;
color:#fff;
}
ol{padding:0;margin:0 0 10px 20px;}
ul{color:#f27024;padding:0;margin:0 0 10px 20px;}
li{}

.tablelist{margin:0 0 10px 0;}
.tablelist ul{color:#000; list-style:none; padding:0; margin:0;}

