/* ::::: Variabili colori ::::: */

/*
BackgroundHeader="#2A1A0A"
BackgroundWrap="#E9D9C9"
BackgroundMain="#F7F1EA"
 F7FBFF
 49A3FF 
 77BAFF 
 A5D2FF 
 D1E8FF 
 EDF6FF 
 3E8BD9 
 377ABF 
 255280 
 122940 
 07101A 
*/

body {
	background: #122940 ;
}

/* ::::: ID ::::: */

#header {
	background: #255280;
	border-bottom: 5px solid #568EB6;
}

#wrap {
	background: #C8D4DF;
}

#content-wrap {
	background: #FFF;
}

.arrowlistmenu{
background: #E8F1FB;
}

#rightbar {
	background: #B7CEE3;
}

#main {
	background: #EDF6FF;
}

#footer { 
	color: #C8D4DF; 
	background: #255280;
}

.Box { 
	color: #122940; 
	background: #EDF6FF;
}

.BoxLeft { 
	background: #C8D4DF;
}


