body {
	margin: 0px;
	background-image: url(../images/layout/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#Main {
	background-color: #FFFFFF;
	width: 899px;
	margin: 0 auto;
	border: 1px solid #000000;
}
#HeaderTop {
	width: 100%;
	height: 190px;
}
#HeaderBottom {
	width: 100%;
	height: 100px;
}
#Navigation {
	width: 179px;
	float: left;
}
#Content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#MainContent {
	width: 540px;
	float: left;
}
#MainContent #Contenido {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #9C9C9C;
	border-left-color: #9C9C9C;
	padding-top: 20px;
	padding-bottom: 20px;
}

#Secondary {
	width: 180px;
	float: right;
}
#WhatsNew {
	padding-right: 10px;
	padding-left: 10px;
}


#WhatsNew ul li {
	list-style-type: none;
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	display: block;
	margin-left: -40px;
	padding-left: 20px;
	background-position: 5px 5px;
}
.title {
	font-size:14px;
	font-weight:bold;
}

.titleHeader {
	font-size:16px;
	font-weight:bold;
	color:#5D3F01;
}

.btnPrint{
	background-color: #CEB785;	
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px solid #996704;
	border-right: 1px solid #996704;
	border-bottom: 1px solid #996704;
	border-left: 1px solid #996704;
	cursor:hand;
}

.button
{
 font:normal 13px Verdana, Arial, Sans-serif;
 border:1px solid black;
}
.ltr_italic
{
 font-style:italic;
}

.textfield
{
 font:normal 11px Verdana, Arial, Sans-serif;
 border:1px solid #996704;
}

A.pag_links, A.pag_links:link, A.pag_links:visited{   
/*background-color:#f8f8fa;*/
	color: #5D3F01;
	/*padding:5px;*/
	text-decoration:none;
    font:bold;
/*	border:1px solid #EAE9EF;*/
}
A.pag_links:hover {color:#996704;}

A.titleLink, A.titleLink:link, A.titleLink:visited{   
/*background-color:#f8f8fa;*/
	color: #5D3F01;
	/*padding:5px;*/
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
/*	border:1px solid #EAE9EF;*/
}
A.titleLink:hover {color:#996704;}

.btnToPurchaseBook {
	padding:2px;    
	text-align:center;
	width: 170px;
	background-color: #FBF8F4;	
	color: #957435;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px solid #D7CCB5;
	border-right: 1px solid #D7CCB5;
	border-bottom: 1px solid #D7CCB5;
	border-left: 1px solid #D7CCB5;
	cursor:hand;
}


.btnToPurchaseBookPayPal {
	padding:5px;    
	text-align:center;
	width: 185px;
	background-color: #FBF8F4;	
	color: #957435;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #D7CCB5;
	margin: 20px;
	float: none;
}


a.btnToPurchaseBookLink:link { text-decoration: none; color: #957435;}
a.btnToPurchaseBookLink:visited { text-decoration: none; color: #957435; }
a.btnToPurchaseBookLink:hover { text-decoration: none; color: #BE9547; }
a.btnToPurchaseBookLink:active { text-decoration: none; color: #957435; }

.clearfix{
	display: block;
	clear: both;
	visibility: hidden;
}