p.logo {
	color: #f8f1e1;
	font-family: 'Jacques Francois Shadow', "Algerian",
		"Candy Square BTN Striped", "Colonna MT", "Annie BTN", "Curlz MT";
	font-size: 30px;
	text-align: center;
}

div.menu-holder {
	position: absolute;
	bottom: 0px;
	background-color: #7f3536;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
}

ul.menu {
	float: left;
	left: 19px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	width: 900px;
	z-index: 3;
}

ul.menu a {
	background-color: #7f3536;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 0px 0px;
	text-align: center;
	z-index: 3;
	text-decoration: none;
}

ul.menu li {
	border-color: #7f3536;
	border-width: 1px;
	float: left;
	position: relative;
	width: 220px;
	z-index: 3;
}

ul.menu a:hover {
	background-color: #933d3e;
	color: #FFCC66;
}

ul.menu ul.hidden {
	display: none;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 3;
}

ul.menu li:hover ul.hidden {
	display: block;
}

ul.menu li:focus ul.hidden {
	display: block;
}

ul.menu ul.hidden ul.inner-menu {
	display: none;
	left: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

ul.menu ul.hidden ul.inner-menu {
	display: none;
	left: 100%;
	list-style-type: none;
	position: absolute;
	width: 100%;
}

ul.menu ul.hidden li:hover ul.inner-menu {
	display: block;
}

ul.menu ul.hidden li:focus ul.inner-menu {
	display: block;
}

div.header {
	position: absolute;
	top: 0px;
	height: 150px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #1400bd;
}

div.center {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
	min-height: 100%;
}

div.content-holder {
	background-color: #F6F6F6;
	min-height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}

div.content {
	position: absolute;
	top: 150px;
	background-color: #f8f1e1;
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	width: 100%;
}

div.content p,form {
	padding-left: 20px;
	padding-right: 20px;
}

div.footer {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	text-align: right;
	background-color: #f8f1e1;
}

img.background {
	z-index: -1;
	width: 100%;
	min-height: 100%;
	repeat: none;
	position: fixed;
	top: 0px;
	left: 0px;
}

div.title {
	width: 860px;
	text-style: underline;
	color: #927225;
	border-color: #927225;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin: 20px;
	font-size: 2em;
}

div.subtitle {
	width: 860px;
	text-style: underline;
	color: #7f3536;
	border-color: #7f3536;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin: 20px;
	font-size: 1.5em;
}

font.error {
	color: red;
}

img.left {
	float: left;
	margin-right: 5px;
}

img.right {
	float: right;
	margin-left: 5px;
}

div.hidden {
	display: none;
}

div.visible {
	display: block;
}