@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Narrow";
	font-weight:bold;
	font-size:19px;
	line-height:150%;
}
html {height:100%;}

body {
	min-width:800px;
	height:100%;
}
p {
	margin-bottom:20px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
.footer, .push {
	height:50px;
	clear:both;
}

body#home {
	background-color: #e6b8b8;
	background-image: url(../img/site_home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#download {
	background:#d8e4be;
	background-image: url(../img/site_download.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;}
body#frothy_tales {
	background:#ecf0df;
	background-image: url(../img/site_frothy.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#animation {
	background:#addfea;
	background-image: url(../img/site_animation.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#mail_list {
	background:#d8e4be;
	background-image: url(../img/site_mailing.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
body#about_davey {
	background:#e6e0ec;
	background-image: url(../img/site_about.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;}
	



#nav_holder {
	margin-left:30px;
	margin-right:30px;
	top:10px;
	position:relative;
	margin-bottom:50px;
	font-size:22px;
	line-height:normal;
}

ul#nav {
	list-style:none;
	width:100%;
	display:block;
	overflow:hidden;
}

ul#nav li {
	float: left;
	text-align:center;
	width:20%;
}

ul#nav li a {
	display: block;
	width: 100%;
	text-decoration:none;
	font-size:18px;
	padding-bottom:10px;
	color:#000;
}
ul#nav li a:hover {
	
}

body#download li.download,
body#frothy_tales li.frothy,
body#animation li.animation,
body#mail_list li.mailing,
body#about_davey li.about {
	
	color:#000000;
	border-bottom:4px solid #4f83bd;
}

body#download li.download a:hover,
body#frothy_tales li.frothy a:hover,
body#animation li.animation:hover,
body#mail_list li.mailing:hover,
body#about_davey li.about:hover {
	color:#000;
}

#download .download_text {
	width: 360px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	
}
.download_stories img {border:2px solid #ccc;}
.download_stories img:hover {border:2px solid #fff;}

#download .download_stories {
	width:466px;
	margin-right: auto;
	margin-left: auto;
}

#frothy_tales .frothy_text {
	width: 500px;
	left: 40%;
	position: relative;
}
#animation .animation_text {
	width: 500px;
	left: 40%;
	position: relative;
}

#mail_list .mailing_text {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#about_davey .about_text {
	width: 500px;
	left: 35%;
	position:relative;
}

