
/* File name: main.css                            */
/* Author   : Tiberio Fanti                       */
/* Info     : Personal web pages formatting rules */

/* Common colors settings */

div.mp_central, div.mp_right_floater {
	background-color : #201D18;	/* light leather */
	}

/* Central elements */

div.mp_central {
	margin		: 60px auto;
	border-top	: 3px;
	border-right	: 0px;
	border-bottom	: 3px;
	border-left	: 0px;
	border-style	: double;
	border-color	: #787860; /* light straw */
	padding		: 49px 0px;

	height		: 400px;
	max-width	: 800px;
}

a.mp_left_floater {
	margin           : 80px 0px 0px 80px;
	border           : 0px;
	padding          : 0px;
	float            : left;
}

div.mp_right_floater {
	margin           : 140px 80px 0px 80px;
	border           : 0px;
	padding          : 0px;
	float            : right;
}

a.mp_menu_list {
	background: url("../Images/decorations/mp_menu_list_bg2.jpg") 0px 0px no-repeat;
	margin           : 0px;
	padding          : 0px;
        border           : 0px;

	width            : 230px;
	height           : 30px;
	line-height      : 30px;
        font-size        : 1em;
	display          : block;
}

a.mp_menu_list:visited	{background-position : 0px   0px;}

a.mp_menu_list:hover	{background-position : 0px -30px;}

a.mp_menu_list:active	{background-position : 0px -60px;}


