html,body {
	background:url(images/dark_grey_bg.gif) repeat;
	margin:0;
	padding:0;
	height:100%;
}

img {
	margin:0px;
	border:none;
}

img a {
	margin:0px;
	border:none;
}

.info_box {
	font-family: 'Roboto Slab', serif;
	font-size:18px;
	color:#262626;
}

.info_box a {
	font-family: 'Roboto Slab', serif;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
	color:#262626;
}

.info_initials {
	font-family: 'Berkshire Swash', cursive;
	font-size:26px;
	color:#262626;
}

.section_title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:50px;
	color:#262626;
}

.price_block {
	font-family: 'Roboto Slab', serif;
	font-size:42px;
	font-weight:700;
	color:#262626;
}

.section_header {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:26px;
	color:#262626;
	font-weight:700;
	background-color:#fff;
	border-radius:5px;
	display:block;
	width:250px;
	text-decoration:none;
	margin:0px;
	padding:2px 0px 2px 0px;
	}

.section_header a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:26px;
	color:#262626;
	font-weight:700;
	background-color:#fff;
	border-radius:5px;
	display:block;
	width:250px;
	text-decoration:none;
	margin:0px;
	padding:2px 0px 2px 0px;
	}

.footnote {
	font-family: 'Roboto Slab', serif;
	font-size:10px;
	color:#fff;
}
	
#header_logo_box {
	margin: 0px auto 0px auto;
	padding:20px 0px 20px 0px;
	width:873px;
	height:80px;
	}

#menu_frame {
	border-radius:10px 10px 0px 0px;
	margin:0px auto;
	background-color:#ebebeb;
	width:873px;
	height:40px;
	}
	
#menu_container {
	height:40px;
	display:table;
	margin:0px auto;
	}

#menu_button {
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px auto 0px auto;
	float:left;
	height:40px;
	text-align:center;
	line-height:40px;
	}

.menu_button_active {
	font-family: 'Source Sans Pro', sans-serif;
	padding:0px 25px;
	margin:0px auto 0px auto;
	float:left;
	height:40px;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	background-color:#ff6d3f;
	color:#fff;
	}

#menu_button a {
	font-family: 'Source Sans Pro', sans-serif;
	padding:0px 25px;
	margin:0px auto 0px auto;
	float:left;
	height:40px;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	color:#262626;
	background-color:#ebebeb;
	}

#menu_button a:hover {
	background-color:#ff6d3f;
	color:#fff;
	}

#small_box_frame {
	margin:0px auto;
	width:873px;
	height:120px;
	}
	
#small_box_container {
	height:120px;
	}

#small_box {
	width:277px;
	background-color:#262626;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px auto 0px auto;
	float:left;
	height:100px;
	text-align:center;
	}
	
#section_header_box {
	display:inline-block;
	position:relative;
	margin:0px;
}