@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,300,800);

body {
    background-color: #fff;
	color: #35474f;
	font-family: 'Open Sans', sans-serif;
}

#my-container {
	width:800px;
	margin: auto;
}

h1, h2 {
    text-align: center;
	color:white;
	font-weight:800;
	padding-top:30px;
	padding-bottom:30px;
	background-image:url(brush.png);
	background-repeat: no-repeat;
}

p {
	font-weight:300;
	font-size:larger;
}

#my-text {
	float:left;
	width:50%;
	margin-right:50px;
	padding-left:50px;
	padding-top:50px;
}


ul {
    list-style-image: url('check.png');
	font-weight:300;
	font-size:larger;
	width:40%;
	margin: auto;
}

blockquote {
	font-style:italic;
	width: 266px;
	background: url(http://www.webdesignerwall.com/demo/doublequote/images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
	margin: 20px 0 10px 10px;
	color: #999999;
}
blockquote:first-letter {
	background: url(http://www.webdesignerwall.com/demo/doublequote/images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	font: italic bolder;
}

#my-testimonial-name {
	padding-left:30px;
	font-size: small;
}

a {
	text-decoration:none;
	color:#35474f;

}

