body{
	background-color: #22263d;
	text-align: center;
	font-family: arial;
}
a{
	text-decoration: none;
}
#main_container{
	margin-top: 68px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#corner_text{
	color: white;
	font-size: 58px;
	font-family: Impact;
	padding-top: 13px;
}
#top_left_corner{
	width: 268px;
	height: 242px;
	background-color: #22263d;
	text-align: center;
}
#menu{
	width: 228px;
	height: 345px;
	background-color: #22263d;
}
#rollover_box{
	width: 517px;
	height: 345px;
	background-color: #c5c099;
}

.button_off{
	font-family: arial narrow;
	font-size: 18px;
	background-color: #22263D;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.button_on{
	font-family: arial narrow;
	font-size: 18px;
	background-color: #c5c099;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

#main_rollover{
	padding-top: 48px;
	text-align: center;
}
.rollover{
	display: none;
	position: relative;
	text-align: center;
}
.rollover_content{
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	width: 300px;
	text-align: left;
	color: #22263d;
}
.rollover_content h3{
	color: white;
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: 100;
}
.rollover_content p{
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: 100;
}

#bottom_bar{
	width: 750px;
	height: 41px;
	background-color: #4d3c26;
	color: white;
	font-family: arial;
	font-size: 18px;
	text-align: center;
}

#phone_number{
	font-size: 30px;
}

#phone_number_question{
	padding-top: 10px;
	color: white;
}

#phone_number{
	font-size: 30px;
}

#phone_bar{
	float: left;
	margin-left: 20px;
	font-size: 30px;
	color: white;
	margin-top: -5px;
}

#phone_bar a{
	color: white;
}

#question_bar{
	color: white;
	float: right;
	margin-right: 20px;
}
#question_bar a{
	color: white;
}

