*{
	margin:0;
	padding:0;
}

img{
	outline: none;
}

body{
	background: url(../images/kathy_denis_bg.jpg) no-repeat center top #efe9da;
	font-family: "proxima-nova-alt",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#container{
	width:960px;
	height:900px;
	margin:0 auto;
}

header{
	height:155px;
}

.logo{
	float: left;
	height:155px;
}

nav{
	float: right;
	height:60px;
	margin-top:65px;
}

nav li {
	list-style: none;
	float: left;
	margin-left:30px;
	font-size:16px;
	font-weight:700;
}

nav li a{
	color:#aa9e85;
	text-decoration: none;
}

nav li a:hover{
	border-bottom:2px solid #f9c76f;
	padding-bottom:5px;
}

.content_large{
	width:630px;
	height:auto;
	float: left;
}

.content_multiple{
	width: 630px;
	height: auto;
	background: #fff;
	padding-bottom: 30px;
	margin-bottom: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ebe8df;
}

#content{
	width:630px;
	height:auto;
	background:#fff;
	float: left;
	padding-bottom: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ebe8df;
}

h1{
	color:#f26e3f;
	font-size:26px;
	font-weight:400;
	border-bottom: 1px dashed #eae7e1;
	margin: 22px 20px 15px 20px;
	padding-bottom: 5px;
}

p{
	font-size:14px;
	color:#4e4e4e;
	line-height:25px;
	margin: 0 20px;
}

p img{
	float:left;
	margin: 0 20px 20px 0;
	border:2px solid #f26e3f;
}

p a{
	color:#aba7a0;
}

p a:hover{
	color:#f26e3f;
}

p.faq{
	font-size:14px;
	color:#4e4e4e;
	line-height:25px;
	margin: 30px 20px;
}

ol{
	margin:0 40px 20px 40px;
	font-size:14px;
	color:#4e4e4e;
	line-height:25px;
}

ol a{
	color:#aba7a0;
}

ol a:hover{
	color:#f26e3f;
}

address{
	font-size:14px;
	color:#4e4e4e;
	line-height:25px;
	margin: 0 20px;
	font-style: normal;
}

.orange_bold{
	color:#f26e3f;
	font-weight: 700;
}

#sidebar{
	width:310px;
	height:auto;
	background:#fff;
	margin-left: 16px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ebe8df;
}

#sidebar img{
	padding:20px;
}

footer{
	color:#bab09b;
	font-size:12px;
	float:left;
	margin-top:15px;
	height:50px;
	width:600px;
}

footer a{
	color:#bab09b;
	text-decoration: none;
}

footer a:hover{
	color:#f26e3f;
}







