@charset "utf-8";
body {
	background-color: #514d30;
}

.left-text {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #DFD9C9;
}

.text {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #DFD9C9;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
}

.text-head {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #DFD9C9;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
}

.pmenu-text {
	font-family: "BD Oxford";
	font-size: 20px;
	font-style: normal;
	color: #DFD9C9;
	font-weight: normal;
	text-align: left;
}

#nav
		{
	float: left;
		}
		
a.b:link {
	font-family: "BD Oxford";
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	} 
a.b:visited {
	color: #000000;
	text-decoration: none;
	} 
a.b:hover {
	color: #DFD9C9
}
