@charset "UTF-8";

body {
	background:url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-color: #7fa08c;
}

#footer p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 105%;
	text-decoration: none;
	font-weight: bold;
}
#footer p {
	font-size: 96%;
}

h1, h3, h4 {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	color: #395064

}

p { 
	font-family:Helvetica, Arial, sans-serif;
	color:#333
	
}
h2{ 
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	color: #b8715e
}

h1 {
	font-size: 210%;
}
h2 {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	color: #b8715e
	font-size: 150%;
}
h3 {

	font-size: 120%;
}
h4 {

	font-size: 106%;
}


a, a:hover, a:active, a:link {
	font-size: 100%;
	color: #3bb7e8;
}
#nav p, a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}
