/* ######### body css ######### */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/index_03.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	
	font-family: Tahoma, Verdana, Trebuchet MS, helvetica, sans-serif;
	
	margin: 0; 
	text-align: center; 
	color: #2c93bf;
	overflow:auto; 
overflow-x:hidden; 

	
	
}




/* ######### links ######### */

a:link
{
	font-family:	"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:		#fc9162;
	text-decoration:	none;
	font-weight: bold;
}

a:active
{
	font-family:	"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:		#fc9162;
	text-decoration: strong;
	font-weight: bold;
}

a:visited
{
	font-family:	"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:		#fc9162;
	text-decoration:	none;
	font-weight: bold;
}

a:hover
{
	font-family:	"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:		#48fea4;
	font-weight: bold;
	text-decoration: blink;
}






/* ######### boxes ######### */



#container2{
	margin-left:20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:		#2c93bf;
	text-decoration: strong;
	font-weight: bold;
	
	
}




