
body
{
	border: 0;
	margin: 0;
	padding: 0;
}

form
{
	margin: 0;
}

.header
{
	background-image: url(img/header_bkg.jpg);
	background-repeat: repeat-x;
	height: 83px;
}

.header img
{
	border: 0;
}

.header_language
{
}

.header_menu
{
	width: 890px;
}

.header_menu a
{
	margin-left: 2px; 
	color: white; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: verdana, helvetica, arial, sans-serif;
}

.column_left
{
	width: 661px;
	float: left;
}

.column_right
{
	float: left;
}

.content
{
	height: 607px;
}

.content_box
{
	margin-bottom: 20px;
	padding: 5px;
	/* background-color: yellow; */
	border-bottom: solid 2px green;
}

.border_box
{
	margin-bottom: 20px;
	padding: 5px;
	border: solid 2px green;
	text-decoration: none;
	color: #111111;
}

.border_box_image
{
	float: left; 
	margin-right: 10px;
}

.border_box_image img
{
	border: solid 1px green;
}

.border_box_title
{
	font-size: 20px; 
	text-decoration: none; 
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
}

.border_box_subtitle
{
	font-size: 16px; 
	text-decoration: none; 
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}

.border_box_content
{
}

.content_amount
{
	color: black; 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 66px; 
	font-weight: bold;
}

.content_title
{
	color: black; 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 22px; 
	font-weight: bold;
}

.content_subtitle
{
	font-family: verdana, helvetica, arial, sans-serif;
	color: #454545; 
	font-size: 16px;
}

.content_body
{
	color: #111111;
	font-family: verdana, helvetica, arial, sans-serif;  
	font-size: 12px;
	text-align: justify;
}

.content_intro
{
	color: #111111;
	font-family: verdana, helvetica, arial, sans-serif;  
	font-size: 12px;
	text-align: justify;
	padding-bottom: 20px;
}

.content_quote
{
	color: #5a0000;
	font-family: roman;  
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.footer_home
{
	height: 110px;
}

.footer
{
	height: 110px;
	margin: 0px;
	background-image: url(img/inside_libro_footer.jpg);
	background-repeat: repeat-x;
}

.footer_body
{
	color: white;
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 10px
}

.footer_body a 
{
	color: white;
	text-decoration: none;	
}

.footer_body ul
{
	list-style-type: none;
	display: inline;
}

.footer_body li
{
	display: block;
	float: left;
	border-left: 1px solid #ff6600;
	padding-left: 5px;
	padding-right: 5px;
}

.nav_menu
{
	position: absolute;
	left: 630px;
	top: 83px;
	text-align: left;
	padding-top: 15px;
	margin: 0;
	border: 0;
}

.nav_menu_item
{
}

.nav_menu_item a
{
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 15px;
	width: 248px; 
	height: 44px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(img/buttons_green_square-1.gif);
	
	color: white;
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 26px
}

.nav_menu_item_disabled
{
	margin-bottom: 10px;
	padding-left: 15px;
	width: 248px; 
	height: 44px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(img/buttons_green_square-1.gif);
	
	color: #dddddd;
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 26px
}

.nav_menu_item_orange
{
	margin-bottom: 10px;
	padding-left: 15px;
	width: 248px; 
	height: 44px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(img/buttons_orange_square-1.gif);
	
	color: white;
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 26px
}

.nav_menu_item a { background-position: 0px 0px; }
.nav_menu_item a:hover { background-position: 0px -60px; }

.side_menu_cont
{
	position: absolute;
	top: 365px;
	left: 671px;
}

.side_menu
{
}

.side_menu a
{
	text-decoration: none;
}

.side_menu img
{
	border: solid 1px #444444;
	margin-bottom: 5px;
}

.img_thumb
{
	border: solid 2px #32762c;
}

