@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body{
	background:#efefef;
	font-size:17px;
	line-height:1.7em;
	font-family:'Open Sans', sans-serif;
}

h1{
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
	width:70%;
	margin-top:40px;
}

h2{
	font-weight:700;
	font-size:24px;
	margin-top:0px;
}

hr{
	background:#ffcc00;
	height:4px;
	width:150px;
	margin:0px;
	border:0px;
}

h5{color:#ab9990;
margin:0px;}

p{
	margin-bottom:30px;
}

.header{
	background:#61300f;
	padding:30px;
	color:#fff;
	font-size:14px;
}

.header td img{margin-right:10px;}

.header h1{
	text-transform:uppercase;
	color:#fff;
	margin:0px;
	font-size:37px;
	width:100%;
}

.subtitle{
	font-size:16px;
	line-height:1.3em;
	color:#979797;
	margin-bottom:30px;
}

.content-wrapper{
	background:#fff;
	padding:30px;
}

.img-right{
	float:right;
	margin-bottom:40px;
	margin-left:40px;
}

.img-left{
	float:left;
	margin-bottom:40px;
	margin-right:40px;
}

.clearfix{clear:both;}

.next{
	display:block;
	text-align:center;
}
