/* flavvors */

/* Anywhere */
.red {
	color: #763020;
}
.margin_bottom {
	margin-bottom: 20px;
}
.margin_top {
	margin-top: 20px;
}
.margin_bottom {
	margin-bottom: 20px;
}
.padding_top {
	padding-top: 20px;
}
.padding_bottom {
	padding-bottom: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.white {
	color: #FFF;
}
.gold {
	color: #c07c2a;
}
/* Anywhere */
/* Wireframe */
#main_bg {
	background-image: url(../images/main_bg_repeat.png);
	background-repeat: repeat-y;
}
#main_nav a {
	display: block;
	outline: none;
	color: #872008;
	text-decoration: none;
}
#main_nav a:hover {

}
#menu_bg {
	background-image: url(../images/menu_bg_repeat.jpg);
	background-repeat: repeat-y;
}
/* Wireframe */
