/* Homepage */

body {
	background-image: url("../images/white-waves.png");
	font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	color: #777;
	line-height: 30px;
}

h1, h2 {
	font-family: "Georgia";
	color: #4aaaa5;
	padding-bottom: 30px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}

h1 {
	font-size: 30px;
	border-bottom: 2px solid #ccc;
}

header {
	background-color: #fff;
	margin-bottom: 35px;
	border-bottom: 2px solid #ccc;
}

#logo {
	float: left;
	background-color: #4aaaa5;
	color:#fff;
	font-family: "Georgia";
	font-size: 30px;
	padding: 0 40px;
	line-height: 90px;
	font-weight: bold;
	text-decoration: none;
}

/* Content */

.module {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #ddd;
}

/* Contact */

[type=text],
[type=email],
textarea {
  width: 100%;
}

[type=text],
[type=email],
textarea {
  height: 35px;
  border: 1px solid #ddd;
}

textarea {
  height: 200px;
}

[type=submit] {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: #4aaaa5;
}
 
/* Nav */

nav {
	float: right;
}

nav ul li {
	display: inline-block;
	line-height: 90px;
}

nav ul li a {
	text-decoration: none;
	color: #999;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}

/* Container */

.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* Sticky Footer */

footer {
	text-align: center;
	background-color: #777;
	color: #ccc;
	line-height: 100px;
	margin-top: 600px;
	border-top: 8px solid #4aaaa5;
	font-size: 20px;
}

