@charset "UTF-8";
/* CSS Document */

body {

	margin: 0px;
	background-color:#FFFFFF;

}






#wrapper {
	margin: 0 auto;
	width:1016px;
	height:600px;
	background-color:#327DFF;
	background-repeat:no-repeat;
	}
	
	
#banner {
	background-image:url(assets/banner_new.jpg);
	background-repeat:no-repeat;
	width:1016px;
	height:65px;
	background-color:#0066FF;
	}
	
#secondary_content {
	width:410px;
	height:500px;
	float:left;
	margin-left: 9px;
	}
	
	

#main_content {
	width:590px;
	height:500px;
	float:right;
	}
	
	
#main_text {
	padding:0px;
	width:450px;
	height:500px;
	float:left;
	background-color:#FFFFFF;
	}
	

#paragraph {
	width:430px;
	height:750px;
	margin: 10px;
	line-height:16px;
	}
	
	
	
#navigation {
	width:120px;
	height:500px;
	float:right;
	background:url(assets/nav_bg.jpg);
	margin-right:9px;	

	}

	

#flash {
	margin-left:0px;
	width:410px;
	height:290px;
	background-color:#0066FF;
	background-repeat:no-repeat;
	}
	
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}


#navigation ul a {
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(assets/rollover.jpg) no-repeat
	left center;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



#navigation a:hover, .selected a { 

	background-position: right bottom;
	color:FFF;
}


#home #navigation .home a,

#about #navigation .about a, 

#isitforme #navigation .isitforme a,

#questions #navigation .questions a,

#howdoigetone #navigation .howdoigetone a,

#why #navigation .why a,

#vouchers #navigation .vouchers a,

#contact #navigation .contact a, 

#whatisit #navigation .whatisit a
{

background-position: right bottom;
}
#home #wrapper #secondary_content #testimonial .style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 8px;
	margin-top: 25px;
}
