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

* {margin:0; padding:0;}
img {border:0;}
html, body{height: 100%;}

body {
	font-family:'Raleway', Geneva, Arial, sans-serif;
	font-size:18px;
	font-weight:300;
	color:#3F3E3E;
	background:#BCAF8C;
	}
#footerContainer {
	width:100%;
	min-height:918px;
	position:relative;
}
#mother {
	width:960px;
	min-height:918px;
	background:#bcaf8c url(images/bg2.jpg) scroll no-repeat top left;
	position:relative;
	}
#header {
	width:960px;
	position:relative;
	}
#header h1 {
	font-family: 'Great Vibes', cursive;
	font-size:65px;
	font-weight:400;
	letter-spacing:4px;
	color:#649799;
	position:absolute;
	top:35px;
	right:10px;
	}
p.subhead1 {
	font-size:30px;
	font-weight:300;
	position:absolute;
	top:110px;
	right:15px;
	text-align:right;
	color:#BA703D;
	line-height:30px;
	}
#header p.subhead2 {
	text-align:right;
	font-size:30px;
	position:absolute;
	top:289px;
	right:15px;
	color:#786F5C;
	}

#navBar {
	height:30px;
	width:520px;
	line-height:30px;
	text-align:left;
	text-transform:uppercase;
	color:#7EA7A9;
	position:absolute;
	top:380px;
	right:14px;
	}
#navBar ul {list-style:none;}
#navBar ul li {display:inline; padding:0 30px 0 0;}
#navBar a:link, #navBar a:visited {color:#649799; text-decoration:none;}
#navBar a:hover, #navBar a:active {color:#BA703D; text-decoration:none;}

#content {
	width:518px;
	position:absolute;
	right:21px;
	top:430px;
}
#content p {
	padding:0 0 24px;
	line-height:26px;
}
#content a:link, #content a:visited {color:#000; text-decoration:none;}
#content a:hover, #content a:active {color:#000; text-decoration:underline;}

#sidebar {
	position:absolute;
	top:369px;
	left:15px;
	width:400px;
	text-align:center;
}
#sidebar a img {margin:0 20px 20px 0; border:#960 2px solid;}

#footer {
	background:#7C7C7C;
	height:30px;
	width:100%;
	line-height:30px;
	color:#EFEDDF;
	text-align:center;
	font-size:12px;
	position:absolute;
	bottom:-30px;
	left:0px;
	}
#footer a {text-decoration:none; color:#EFEDDF;}
