@charset "UTF-8";
/* CSS Document */

/* ----- > reset browser values ----- */

	html, body{
	margin:0 0 1em 0; padding:0
	}
	p{
	margin:0 0 .1em 0; padding:0
	}
	h1{
	margin:0 0 .7; padding:0
	}
	form{
	margin:0; padding:0;
	}


/* ----- > global styles ----- */

	h1{ color:#652383;
	}
	
	#layout_container{
	width:990px; margin:0 auto;
	}
	

/* ----- > header styles ----- */

	#header_container{
	width:990px; height:250px; background-image:url(../images/trulyu_header_bkd.png); background-repeat:no-repeat; border-right:solid 1px #CCC; float:left;
	}
	#header_logo{
	width:200px; margin:20px 40px; float:left;
	}
	#header_newsletter{
	width:450px; margin-top:120px; margin-left:50px; padding:10px 20px; border:solid 1px #999; background:#AD69B2; border:solid 1px #666; float:left;
	}

/* ----- > body styles ----- */

	#body_container{
	width:100%; background-image:url(../images/trulyU_body_left_bkd.png); background-repeat:repeat-y; border-right:solid 1px #CCC; float:left;
	}
	#body_left{
	width:295px; float:left;
	}
		#body_left ul{
		list-style-image:url(../images/hand.png); margin-left:40px;
		}
		#body_left ul a:link{
		color:#652383; text-decoration:none;
		}
		#body_left ul a:visited{
		color:#652383; text-decoration:none;
		}
		#body_left ul a:hover{
		color:#2D95AF; text-decoration:none;
		}
			#body_left li:hover{
			list-style-image:url(../images/hand_hover.png);
			}
		
		#testimonial{
		width:213px; margin-left:60px; margin-top:20px; text-align:justify; float:left; background:#E7D3E8; padding:5px; 		 
		}
		#testimonial h4{
		margin:0; margin-bottom:10px;
		}
		#testimonial p{
		font-size:12px; line-height:16px; color:#666;
		}
		
	#body_content{
	width:459px; padding:10px; padding-left:40px; text-align:justify; line-height:22px; border-left:1px solid #F1F1F1; background-image:url(../images/shadow_01.gif); background-position:left; background-repeat:repeat-y; float:left;
	}
	#body_right{
	width:125px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666; text-align:right; padding-top:10px; margin-right:10px; float:right;
	}
	#body_right_02{
	width:125px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#652383; text-align:justify; padding:0 15px; margin-top:20px; margin-right:10px; border-left:solid 1px #CCC; float:right;
	}
	#body_btm{
	width:100%; height:62px; background-image:url(../images/trulyU_body_btm_bkd.png); background-position:left; background-repeat:no-repeat; float:left;
	}
	

/* ----- > footer styles ----- */

	#footer_container{
	width:100%; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-top:20px; float:left;
	}
		#footer_container a:link{
		color:#2D95AF; text-decoration:underline;
		}
		#footer_container a:visited{
		color:#2D95AF; text-decoration:underline;
		}
		#footer_container a:hover{
		color:#652383; text-decoration:none;
		}


