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

body, ul, li, h1, h2, p{
	margin:0;
	padding:0
}

html, body, #wrap {
	height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {padding-bottom: 103px;}  /* must be same height as the footer */

body {
	margin:0;
	padding:0;
	background: url(images/background.gif) top left repeat-y #eff5f6;
}

p {
	margin:10px 0 15px 0;
}

#header {
	width:100%;
	background-color:#463829;
	border-top:10px solid #2b2015;
	border-bottom:3px solid #2b2015;
}
#menu {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	list-style:none;
	float:left;
	text-align:center;
	color:#463829;
	margin:10px 0 0 145px;
}

#menu li {
	margin:0;
	vertical-align:middle;
}
#menu li.youarehere a{
	background:url(images/bg-youarehere.gif) top left no-repeat;
	color:#fff;
}

#menu li a {
	text-decoration:none;
	color:#2b2015;
	padding:5px 0 0 0;
	display:block;
	width:193px;
	height:35px;
}

#content {
	width:680px;
	font-size:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:22px;
	margin-left:380px;
	margin-bottom:20px;
	text-align:left;
	padding-bottom:100px;
}

h2 {
	font-size:20px;
}

#content img.divider {
	float:none;
	margin:10px 10px 10px 30px;
	padding:0;
	clear:both;
}
#content h1 {
	margin:20px 0 20px 0;
}
#content h1 img {
	float:none;
	margin:0;
	padding:0;
}


#content img {
	float:right;
	padding:10px 20px;
}

#footer {position: relative;
	margin-top: -103px; /* negative value of footer height */
	height: 100px;
	clear:both;
    border-top:3px solid #2b2015;
	background-color:#463829;
	color:#fff;} 

#footer p {
	padding:10px 0 0 25px;
}

#content ul {
	margin-left:25px;
}

#content a {
	color:#15b6cd;
	text-decoration:none;
	border-bottom:1px dotted #15b6cd;
}

.youtube {
	float:left;
	margin: 10px 20px 10px 0;
	width:320px;
}


/* CLEAR FIX*/k
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
