body {
	/* Awesome background pattern found at http://subtlepatterns.com/ */
	background-image: url("../images/ricepaper2Lighter.png");
	font-family: "arial";
}
#backgroundCanvas {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

hr {
	background-image: url("../images/line.png");
	background-repeat: repeat-x;
	height: 5px;
	border: none;
	margin: 0 0 0;
}
hr.partial {
	/* Make it look different from the other hr elements: */
	background-position: 50px 0px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.imageLink {
	text-decoration: none;
}

header {
	font-family: "Quicksand", sans-serif;
}
header h1 {
	font-size: 2.8em;
	margin: 0.6em 0 0 11px;
}
header p {
	margin: 0.2em 0 0 11px;
}
header div {
	vertical-align: top;
}

nav {
	
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
    width: 100%;
    table-layout: fixed;
}
nav ul li {
	display: table-cell;
    text-align: center;
}
nav ul li a {
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
	border-radius: 6px;
	transition: background-color 0.5s;
}
nav ul li a:hover {
	transition: background-color 0.1s;
	background-color: #f2f2f2;
}

main {
	margin: 30px auto;
}

form div {
	display: inline-block;
}

footer {
	text-align: center;
}
footer div {
	margin: 15px;
}
