/*Stylesheet Page*/
/****************************************	
Initial configuration from css page
Zero margins and paddings from websites
*****************************************/
*{
	padding:0px;
	margin:0px;
	}
/*****************************************
Prepare configuration from layout index
******************************************/
body{
	font:  1em/1.5em "Papyrus", Arial, Verdana;
	text-align:center;
	background-color: #FBFBFB;
	}
#general{
	text-align:left;
	margin-top:10px;
	margin:0 auto;
	width:760px;
	}
.image{
	background-image:url(img/index.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:450px;
	margin-top:10px;
	}
#sidebar_index{
	width:490px;
	height:110px;
	padding-top:240px;
	padding-left:100px;
	text-align: center;
	}
#sidebar_index ul li{
	text-decoration: none;
	display:inline;
	}
#sidebar_index ul li a{
	color:#000;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	}
#sidebar_index ul li a:hover{
	color:#ff4500;
	border-bottom: 3px solid #ff4500;	
	}
/****************************************************
Prepare configuration from layout others pages
*****************************************************/
.others{
	background-image:url(img/others.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:450px;
	}
#sidebar{
	width:540px;
	height:110px;
	padding-top:100px;
	padding-left:70px;
	text-align: center;
	}
#sidebar ul li{
	text-decoration: none;
	display:inline;
	}
#sidebar ul li a{
	color:#000;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	}
#sidebar ul li a:hover{
	color:#000;
	border-bottom: 3px solid #ff4500;
	}
#content{
	text-align: left;
	font-size:12px;
	padding-left:140px;
	margin-top:-40px;
	overflow-y: scroll;
	width:400px;
	height:200px;
	}
a{
	color:#ff4500;
	font-weight: bold;
}
a:hover{
	color:#000;
}
