@charset "utf-8";
.left_float {
	float: left;
	padding-right: 5px;
}

.header {
	font-family: "Badhouse Light";
	font-size: 24px;
	font-weight: normal;
	color: #DA854C;
}

/* CSS Document */


body {
	background-repeat: repeat-y;
	background-color: #663333;
	background-position: center;
	background-image: url(images/bkg_hip.gif);
}

.navbar {
	font-family: "Mesquite Std";
	font-size: 18px;
	color: #F6EBCF;
	text-decoration: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	letter-spacing: 3px;
}
.navbar:hover {
	font-family: "Mesquite Std";
	font-size: 18px;
	color: #DE874D;
	text-decoration: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 3px;
	font-weight: normal;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	height: 335px;
	width: 290px;
	padding: 5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6F302B;
}
.secondary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #83433A;
	display: inline;
	padding: 10px;
	text-decoration: none;
}
.secondary:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DA854C;
	display: inline;
	padding: 10px;
}
.nextshow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
