@charset "utf-8";

/* CSS file for coming soon page of lovelayout.it 
   Author  : LoLa Arianna Riccio							 
   Version : 1.0								 	 
   Date	: January 2010					     */




body{
	background:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	/* JqueryUI trick */
	font-size: 62.5%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#contentBox{
	width:634px;
	height:185px;
	margin:auto;
	text-align:center;
}

#contentBox{
	margin-top:5px;
}

#textHead{
	padding: 10px 0 5px 0;
	line-height:50px;
}

#textbox{
	padding: 10px 0 5px 0;
	line-height:28px;
}


#highlight33{
	background:#999;
	color:#FFF;
	font-size:33px;
	font-style:italic;
	padding:5px 14px 5px 14px;
}

#highlight28{
	background:#999;
	color:#FFF;
	font-size:28px;
	font-style:italic;
	padding:5px 12px 5px 13px;
}

#highlight15{
	background:#46bcd6;
	color:#FFF;
	font-size:15px;
	font-style:italic;
	padding:6px;
}


#highlight15 a{
	text-decoration: none;
	color:#FFF;
} 


#highlight15 a:hover{
	text-decoration:underline;
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#txt20{
	background:transparent;
	color:#333;
	font-size:20px;
	font-style:normal;
	font-weight: normal;
	padding:0px;
	}

#txt15{
	background:transparent;
	color:#333;
	font-size:15px;
	font-style:normal;
	padding:0px;
	font-weight: normal;
	}
	

	

#textBottom{
	padding:5px;
}


	
	

