
/*Header Height :  125px;*/
/* ************************* Header Styles ***************************************/
#leftImage{
		background-image:url("../../images/common/vitagrrlHand.gif");
		background-repeat: no-repeat ;
		background-position:left;
		float:left;
		width:250px;
		height:125px;
}

#header{
		background-image:url("../../images/common/arrow.gif");
		background-repeat: no-repeat ;
		background-position:center;
		height:125px;
}

#rightImage{
		background-image:url("../../images/common/silvia.png");
		background-repeat: no-repeat ;
		background-position:right;
		float:right;
		width:250px;
		height:125px;
}

#header { 
	  	height:125px;
} 
/* ********************** Main Menu *************************/
#mainMenu {
		background-image: url("../../images/common/patterns/pink_pattern3.jpg");
		background-attachment:fixed;
		background-position:top left;
		border-top: 1px dashed #666666;
		border-bottom: 1px dashed #666666;
		font-size: 1em;
		text-align:center;
		letter-spacing: 0.1em;
		padding-top: 5px;
		padding-bottom: 5px; 
		padding-left: 10px; 
		padding-right: 10px;
}

/* Footer */
#footer { 
		border-top: 1px dashed #666666;
		text-align:right;
		clear: both; 
		margin: 0; 
		padding-top: 5px;
		padding-bottom: 5px; 
		padding-left: 10px; 
		padding-right: 10px;  
		background-image: url("../../images/common/patterns/pink_pattern3.jpg"); 
		background-position:top left;
		background-attachment:fixed;
} 
.contactImg {
	float:right;
	/*margin-top:-25px;*/
	margin-top:55px;
	margin-right: 10px;
} 