	#container {
		width:600px;
		border:2px solid #DDDDDD;
		margin:auto;
		background:#FFF;
		padding:35px;
	}
	
	h1, h2, h3, h4 {
	font-family:Tahoma;
	font-weight:bold;
	text-align:center;
	color:#000000;
	}

	h1 	{
	font-size:26px;
	color:#cc0000;
	line-height:30px;
}
	h2 	{
	font-size:20px;
}
	h3 	{ font-size:18px; }
	h4 	{ font-size:16px; }
	
	p {
		font-family:arial;
		font-size:14px;
		padding:5px;
	}
	
	.highlight {
		background-color:#FFFF66;
		}
	
	.side{
		border:2px solid #C7DCE1;
		background:#F2F7F8;
		color:#173943;
	}
	
	p.indent 	{ text-indent:0.7cm; }
	p.strong	{ font-weight:bold; }
	
	p.left 		{ text-align:left; }
	p.right 	{ text-align:right; }
	p.center 	{ text-align:center; }
	
	.testimonial h2 {
			font-size:16px;
			color:#cc0000;
			padding-bottom:10px;
	}
	
	.testimonial  p {
			text-indent:0.7cm;
			font-family:"courier new";
			font-size:13px;
	}
	
	.testimonial {
			background:#FFC;
			border:2px solid #F90;
	}
	
	.order {
			border:2px dashed #cc0000;
	}
	
	.guarantee {
			border:2px dashed #294386;
			background:#F2F7FF;
	}
	
	.order h2{
		font-size:14px;
		color:#000;
		padding-bottom:15px;
	}
	
	.order h2 strong{
			color:#cc0000;
	}
	
	
	body 		{
				background-color:#efefef;
				font-family:arial;
				font-size:14px;
				padding-top:20px;
				padding-bottom:20px;
				}
	
	ul 			{ padding-top:25px; }
	li			{ padding:0px 0px 15px 15px; margin:2px; }

	ul.big li {
			font-size:18px;
			padding-bottom:30px ;
	}

	ul.square li {
		background:url('../images/square.gif') no-repeat 0px 5px;
		padding-left:25px;
	}
	
	ul.check  li {
		background:url('../images/red_check2.gif') no-repeat 0px 5px;
		padding-left:25px;
	}

