body{
	font: 12px'Trebuchet MS' sans-serif;
	color:#636363;
	margin:0 auto;
	background-image:url(images/diagLines.gif);
	} 

a{	color:#555;
	text-decoration:none;
}
a:hover{color:#9e1f63;}

#Container{
	width: 1050px;
	height:825px;
	margin:10px auto;
	background-color:#fff;	
	border:1px solid #eee;
}
	
#communication{
	width:1050px;
	height:275px;
	background-color:#e1e1e1;
}	

#communication p{
	position:relative;
	top:85px;
	left:493px;
	width:535px;
	}

.communicationBox{
	position:absolute;
	top:105px;
	height:60px;
	width:1050px;
	background-color:#fff;
}

#portfolio{
	height:250px;
	width:1000px;
	position:relative;
	top:10px;	
	margin-bottom:15px;
	padding-left:45px;
}

#beautyDesign{}

#beautyDesign p{
	padding-left:30px;
	margin-top:0px;
	width:525;
	position:relative;
	width:535px;
}

#beautyDesign img{padding-left:25px;}

.beautyBox{
	height:65px;
	width:1050px;
	background-color:#9e1f63;
}

.contactForm{
	position:relative;
	top:-200px;
	left:675px;
}

form ul li{margin-bottom:10px;}

input, textarea{
	position:absolute;
	left: 85px;
	background-color:#e1e1e1;
	border:1px solid #aaa;
	width:185px;
}

.types{font-size:10px;}


#twitter{
	position:relative;
	top:-250px;
	width:400px;
	padding-left:30px;
}

#footer{
	position:relative;
	color:#555;	
	text-align:center;
	font-size:11px;
	padding-bottom:7px;
	top:50px;
}

#footer a, #footer a:visited{
	color: #999999;
	text-decoration:none;
}

#footer a:hover {color:#9e1f63}

#footer p{
	font-size:9px;
	color:#999;
}
			
#content{position:relative;overflow:hidden;}			

/* Easy Slider */

	#slider ul, #slider li,#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
		
#slider2{margin-top:1em;}
	
#slider li, #slider2 li{ 
/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
	width:900px;
	height:225px;
	overflow:hidden;
}	

#prevBtn, #nextBtn,#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:35px;
	position:absolute;
	left:-35px;
	top:85px;
	z-index:1000;
}	

#nextBtn, #slider1next{ left:900px;}	
													
#prevBtn a, #nextBtn a,#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	left:85px;
	width:30px;
	height:35px;
	background:url(images/arrow-back.gif) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a{ background:url(images/arrow-forward.gif) no-repeat 0 0;}	

		
	/* // Easy Slider */

