/* up_menu */

.up_menu
{
	background-color: #96141D;
}

/* page */

#page
{
	background-color: #EFE7E4;
	color: #532B1A;
}

/* Sticky footer styles
 * -------------------------------------------------- */
html 
{
	position: relative;
	min-height: 100%;
}
body 
{
	/* Margin bottom by footer height */
	margin-bottom: 120px;
}
a
{
	color: #98796c;
}
a:hover
{
	color: #643e2d;
}
a:visited
{
	color: #98796c;
}
.footer 
{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 110px;
	line-height: 20px; /* Vertically center the text there */
	background-color: #532B1A;
	color: #FFFFFF;
}

/* Custom page CSS
 * -------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container 
{
	padding: 60px 15px 0;
}

.footer > .container 
{
	padding-right: 15px;
	padding-left: 15px;
}

code 
{
	font-size: 80%;
}

