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

* { 
	margin: 0;
	padding: 0;
	}
body {
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(images/backgroundB.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0px;
	height: 800px;
	width: 1100px;	
 }	

#header {
width: 900px;
height: 120px;
margin: 0 auto 10px auto;
padding: 10px 0 0 0; 

	}
	
#content {
	width: 900px;
	padding: 0px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#navigation {
	height: 40px;
	width: 900px;
	margin: 0px auto 20px auto;
	padding: 20px 0 0 0;
	
}
#navigation li {
	font-family: 'Lobster Two', cursive;
	font-weight: 700; 
	text-align: center;
	text-decoration:none;
	color: #e3e0de;
	float: left;
	margin: 0px auto 0px auto;
	font-size: 22px;
	width: 150px;
	padding: 0 30px 0 0;
	list-style-image: none;
	list-style-type: none;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	font-family: 'Lobster Two', cursive;
	font-weight: 700;
	text-align: center;
	text-decoration:none;
	color: #e3e0de;
	float: left;
	margin: 0px auto 0px auto;
	font-size: 22px;
	width: 150px;
	padding: 0 30px 0 0;
	list-style-image: none;
	list-style-type: none;
}

#navigation li a:hover {
	font-family: 'Lobster Two', cursive;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	color: #9C9334;
	float: left;
	margin: 0px auto 0px auto;
	font-size: 22px;
	width: 150px;
	padding: 0 30px 0 0;
	list-style-image: none;
	list-style-type: none;
}
#leftContent {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 630px;
	height: 450px;
}
#rightContent {
	clear: right;
	float: right;
	height: 450px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #D6A18D;
	border-right-color: #D6A18D;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#rightContent a:link, #rightContent a:visited, #rightContent a:active {
	text-decoration:none;
	color: #e3e0de;
	list-style-image: none;
	list-style-type: none;
}

#rightContent a:hover {
	text-decoration:none;
	color: #e3e0de;
	list-style-image: none;
	list-style-type: none;
}

#text {
	width: 900px;
	font-family: 'Noticia Text', serif;
	font-size: 16px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	padding: 10px;
	height: 50px;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #6d6363;
}
#footer #footerContent {
	width: 600px;
	float: left;
	height: 40px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#footer #social {
	float: right;
	height: 50px;
	width: 300px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: middle;
}

#footer #social a:link, #footer #social a:visited, #footer #social a:active {
	text-decoration:none;
	color: #6d6363;
	list-style-image: none;
	list-style-type: none;
}

#footer #social a:hover {
text-decoration:none;
		color: #6d6363;
	list-style-image: none;
	list-style-type: none;
}
p.ftext {
	font-family: 'Noticia Text', serif;
	font-size: 16px;
	color: #e3e0de;
	padding: 0px;
	margin: 0px;
	}
	

p.text {
	line-height: 18px;
	padding: 10px 10px 0 10px;
	}

#form {
	text-align:center;
	font-family: 'Noticia Text', serif;
	font-size: 16px;
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

h1 {
	font-family: 'Cabin', sans-serif;
	font-size: 24px;
	text-decoration:none;
	color: #413937;
	padding: 5px 10px 0 10px;
	}
	
h2 {
	font-family: 'Cabin', sans-serif;
	text-decoration:none;
	color: #413937;
	padding: 5px 10px 0 10px;
	font-size: 20px;
	}
