/* CSS Document */
#valcontentwrapper {
	width:660px;
}
#valcontentholder {
	font-size:90%;
	width:660px;
	background-image: url(../images/valentines_bg.gif);
	background-repeat: repeat-y;
}
#valheader {
	border-bottom:#ad005e solid 10px; 
	background-color:#fff;
}
#valfooter {
	height:20px;
	background:#ad005e;
	margin-top:10px;
	clear:both;
}
#valleft {	
	float:left; 
	width:420px; 		
}
#valright {
	float:right; 
	width:150px;
	background-color:#fef4fb;
}
#valright h2 {
	padding-left:5px;
	font-size:120%;	

}
#valright p {
	padding-left:5px;
}
#valbottomsection {
	clear:both; 
	background:#fef4fb;
	background-color: #fff;		
}
#valbottomsection h1 {
	margin: 0;
	background: #ad005e;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
	background-image: none;	
}
#valbottomsection h2 {
	padding-top: 5px;
}
.valsection {
	padding:5px;
}
.valsection h1 {
	margin:0; 
	color:#ad005e; 
	font-weight:bold;
}	
.valleftcol {
	float:left; 
	width:200px; 
	padding-right:10px;
}
.valrightcol {
	float:left; 
	width:200px;
}
.valnarrowcol {
	float:left; 
	width:325px; 
	padding-left:5px; 
	padding-bottom:5px;
	background-color: #fff;	
}
.valwidecol {
	width:420px; 
	padding-bottom:5px; 
	border-bottom:1px dotted #cccccc;
	background-color: #fff;		
}
.valimagecol {
	float:left; 
	width:160px; 
	text-align:right;
}
.valmediumcol {
	float:left; 
	width:250px;
}
.valbreak {
	clear:both; 
}
.valbreakline {
	clear:both; 
	height:5px; 
	border-bottom:1px dotted #cccccc;
}	
.valstyle1 {color: #000}