@charset "UTF-8";

html, body {
	height:100%;
	overflow:inherit;
	margin:0px;
	padding:0px;
}

body {
	background-color:#333;
	background-image:url(../assets/bg.jpg);
	background-position:top;
	background-attachment:fixed;
}

#container {
	width:800px;
	min-height:1200px;
	max-height:1800px;
	margin:0px auto 0px auto;
	background-color:#e2cdaf;
	background-image:url(../assets/container.jpg);
	background-repeat:repeat-y;
}

#header {
	width:100%;
	height:200px;
	margin:0px;
	background-image:url(../assets/header.jpg);
	background-repeat:no-repeat;
}

#headertitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:33px;
	line-height:20px;
	margin-bottom:-5px;
	font-weight:normal;
	color:#3a3a3a;
	padding-top:165px;
	margin-left:58px;
	z-index:2;
	position:relative;
}
	
#headername{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	margin-bottom:-5px;
	font-weight:normal;
	color:#3a3a3a;
	margin-top:-18px;
	margin-left:550px;
	z-index:3;
	position:relative;
}

#navigation {
	width:100%;
	height:30px;
	background-color:#0f0;
}

.navButton {
	height:30px;
	width:156px;
	background-color:#628047;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#dac6a6;
	text-align:center;
}

.navButton:hover {
	height:30px;
	width:156px;
	background-color:#4e6639;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

#pictures {
	width:130px;
	height:939px;
	margin:0px auto 50px 30px;
	background-image:url(../assets/kidspics.jpg);
	float:left;
}

#bodyArea {
	width:450px;
	margin:50px auto 50px 250px;
}

#footer {
	width:800px;
	height:0px;
	margin:-80px auto 0px auto;
	padding:8px 0px 0px 0px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#643b07;
	font-weight:normal;

	text-align:center;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
	margin-bottom:-5px;
	font-weight:normal;
	color:#643b07;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	margin-bottom:-7px;
	font-weight:normal;
	font-style:italic;
	color:#643b07;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	color:#643b07;
	font-weight:normal;
}
small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	margin-bottom:-7px;
	font-weight:normal;
	font-style:italic;
	color:#643b07;
}

a:visited {
	color:#030;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration: underline;
}

a {
	color:#060;
	text-decoration:none;
}
