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

* {
	margin: 0;
	padding: 0;

}

.clear {
	clear: both;
}

body {
	background: #ffd3e9;
	font-family: Arial, Helvetica, sans-serif;
}

.content {}

	#wrapper_outer {
		
		margin: 0 auto;
		
	}
	

	
		#wrapper_inner {
			width: 950px;
			margin: 0 auto;			
		}
		
			#banner {
				height: 145px;
				background:url(../images/bg_banner.gif) no-repeat;
			}

			#main {
				background:url(../images/bg_main.jpg) repeat-y;
				height: 100%;
				
			}
			
			
				#main_col-left {
					width: 725px;
					height: 880px;
					float: left;
				}
				
					#main_col-left .content {
						color: #727171;
						font-size: 12px;
					}
					
						#main_col-left h4 {
							font-family: Georgia, "Times New Roman", Times, serif;
							font-size: 24px;
							color: #ea6bbd;
						}
						
						#main_col-left h5 {
							font-size: 18px;
							color: #ea6bbd;
							
							
							
						}
						
						#main_col-left li {
							
							list-style-type:none;
							margin-bottom: 10px;
						}
						
						#main_col-left .content span {
							color: #ea6bbd;	
						
						}
					
						#content_intro {
							font: 20px/32px Georgia, "Times New Roman", Times, serif;
							margin-left: 15px;
						}
						
							#description h3 {
								font-size: 22px;	
								color: #ea6bbd;
								
								
							}
							#description p {
								padding: 0 8px;
								margin-bottom: 15px;
								
								
							}
				
				
				#main_col-right {
					width: 225px;
					height: 880px;
					float: left;
				}
				
					#bg_form {
						height: 511px;
						background:url(../images/bg_form.jpg) no-repeat;
				
					}
					
						#bg_form label {
							font: 12px Arial, Helvetica, sans-serif;
							color: #ea6bbd;
							font-weight: bold;
							margin-right: 10px;
							
							
						}
						
						#bg_form input {
							border: 1px solid #ea6bbd;
							font-size: 12px;
							
							
						}
				
				
				
				
				#main_testimonials {
					height: 437px;
					background:url(../images/bg_testimonials.jpg) no-repeat;
				}
				
					#main_testimonials p {
						font-size: 13px;
						line-height: 18px;
						padding: 0 25px 0 15px;
						
						
						
					}
				
				
				
				