/*----------------------------------------------------------------------------*/
/* Main body settings*/
/*----------------------------------------------------------------------------*/	

html {
		background:#9fa4ac url('../images/back1.png') repeat-x;
}

body {
	margin:0;
	padding:0;
	color:#333;
	font-family: Helvetica, Tahoma, Verdana;
	font-size:12px;
}
p{
	font-size:12px;
	font-family: Helvetica, Tahoma, Verdana;
	color:#333;
}
.p1{
	color:#72b3d4;
}

/*----------------------------------------------------------------------------*/
/* Anchors settings*/
/*----------------------------------------------------------------------------*/	
a{
	font-size:12px;
	font-family: Helvetica, Tahoma, Verdana, Georgia;
	text-decoration:underline;
	color:#06386c;
}
a:hover{
	text-decoration:none;
	color:#555;
}

/*----------------------------------------------------------------------------*/
/* Heading settings*/
/*----------------------------------------------------------------------------*/	
h1{
	font-size:14px;
	color:#bbb;
	text-decoration: underline;
	color:#7c4409;
	padding:2em 0 0 0;
}
h2{
	font-size:13px;
	color:#5f3f00;
	line-height:1.4em;
}
	
/*----------------------------------------------------------------------------*/
/* Containers settings*/
/*----------------------------------------------------------------------------*/	
div#container_home
{
	width:100%;
	font-family:Tahoma, verdana;
	font-size:16px;
	overflow: auto;
	padding:20px 0 1em 0;
	background:#eee;
}

div#container_main
{
	width:50em;
	font-family:Tahoma, verdana;
	font-size:16px;
	margin:1em auto ;
	padding-top:0em;
}	

