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

/* Home-About-Body */

@import url(http://reset5.googlecode.com/hg/reset.min.css);

* {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

body {background: url(img/lily-pads.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: 100%/1.4 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;}
	
#cont {background-image: url(img/black.png);
	margin: 0 auto;
	width: 50em;
	padding: 1em;
	-webkit-border-radius: 1.5625em;
	-moz-border-radius: 1.5625em;
	border-radius: 1.5625em;
	color: #FFFFFF;}
	
.header {width: 60em;
	margin: 3em auto;}
	
h1 {font-size: 9em;
	color: white;
	text-align: center;
	text-shadow: 0.04em 0.04em #000;
	background-image: url(img/display.jpg);
	padding: 0.1875em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	margin-bottom: 0;}		

.blue {background-image: url(img/smallhead.fw.png);
	color: #000;
	height: 4em;
	width: 40em;
	background-repeat: no-repeat;
	margin-left: -1.25em;
	text-indent: 0.8em;
	padding: 0.2em;
	margin-bottom: -3em;}
	
a:link {text-decoration:none;
	color: #fff;}
	
a:visited {text-decoration:none;
	color: #33ffff;}
	
a:hover {text-decoration:underline;
	color: #026d81;}
	
.none {margin: 0;
	padding: 0.3em 1em;
	margin: 0.3em 1em;
	color: #000;
	font-size: 0.9375em;}

#menu a {text-align: center;
	margin: 0 0.36em;
	padding: 1em;}
	
#menu {height: 3em;
	margin: 0;}
	
.footer {padding: 0.0625em 0;
	color: #FFF;
	width: 100%;
	background-image: url(img/black.jpg);
	position: relative;
	clear: both;
	text-align: center;}
	
.list {margin: 0 2em;
	list-style: none;}
	
.words {width: 90%;
	margin-left: 5%;}