
/* File name: main.css                            */
/* Author   : Tiberio Fanti                       */
/* Info     : Personal web pages formatting rules */

/* Central elements */

div.mp_central {
	background-color: #F8F8F8; /* lighter bg */
	margin		: 70px auto;
	border-top	: 3px;
	border-right	: 0px;
	border-bottom	: 9px;
	border-left	: 0px;
	border-color	: #E0E0F0;
	border-style	: double;
	padding		: 39px;

	height		: 240px;
	width		: 560px;
}

a.mp_left_floater {
	margin           : 0px;
	border           : 0px;
	padding          : 0px;
	float            : left;
}

div.mp_right_floater {
	background-color : #F8F8F8; /* lighter bg */
	margin           : 120px 0px 0px 80px;
	border           : 0px;
	padding          : 0px;
	float            : right;
}

a.mp_menu_list {
	background: url("../Images/decorations/mp_menu_list_bg1.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;}

