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

/*------------------------------------------------*/
/*----------------[CONTENT STYLES]----------------*/
/*------------------------------------------------*/

#content_left { width: 300px;
                float: left;
				margin: 10px;
			  }
					 
#content_left h2 { font-size: 24px;			  
                   margin-bottom: 10px;
				   color: #852227;
				 }
				 
#content_left p { font: 12px Georgia, "Times New Roman", Times, serif;
                  line-height:1.6em;
				  margin-right: 10px;
			    }
			  
#content_right { width: 530px;
				 min-height: 520px;
                 float: left;
				 margin: 10px;
				 border-left: 1px solid #f1f1f1;
			   }

#content_right h1 { font-size: 30px;			   
                    margin: 0 0 10px 20px;
					color: #852227;
				  }

#content_right h2 { font: 24px;
                    margin: 0 0 10px 20px;
					color: #852227;
					font-weight: bold;
				  }
				  				  
#content_right p { font: 12px Georgia, "Times New Roman", Times, serif;
                   line-height:1.6em;
				   margin: 0 0 15px 20px;
				 }
	  		
#content_why { background: url(/assets/images/layout/box.png) no-repeat top left; height: 152px; width: 274px; margin: 15px auto; }
#content_why p { width: 250px; margin: 0 10px 10px 10px; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 1.6em; }  	
#content_why a { float: right; color: #114c7b; text-decoration:underline; margin-right: 20px; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 1.6em; }	
#content_types { background: url(/assets/images/layout/box.png) no-repeat top left; height: 152px; width: 274px; margin: 15px auto; }
#content_types p { width: 250px; margin: 0 10px 10px 10px; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 1.6em; }
#content_types a { float: right; color: #114c7b; text-decoration:underline; margin-right: 20px; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 1.6em; }
#content_hvcc { background: url(/assets/images/layout/box.png) no-repeat top left; height: 152px; width: 274px; margin:15px auto; }		
#content_hvcc p { width: 250px; margin: 0 10px 10px 10px; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 1.6em; }
#content_hvcc a { float: right; color: #114c7b; text-decoration:underline; margin-right: 20px; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 1.6em; }
											  
.title  { font-size: 20px;
          color: #114c7b;
   		  margin: 10px 0 10px 10px;
		  line-height:1.7em;
	   }