@media screen and (min-width:800px)
{
#top_table { width:754px; height:150px; }
#hal_logo {width:439px; }
#hal_logo_img {width:300px; height:150px; }
#chris_logo {width:305px; }
#chris_logo_img {width:418px; height:68px; }
#main_table {width:755px; }
#menu_table {width:138px; height:392px; }
#textarea1 {width:607px; height:392px; }
#textareax {width:591px; }
#bottom_table {width:425px; margin-left:auto; margin-right:auto; }
#chris_logo2 {width:172px; }
#chris_logo2_img {width:141px; height:136px; }
#textarea3 {width:width:237px; }
#menu_button {display: none; }
.menu {
	display:block;
	float:left;
	list-style:none;
}

.menu .mi a{
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

.menu a{
	font-size:16px;
	padding: 16px 30px;
}

.menu a:hover{
	color:#228B22;
}
}
@media screen and (min-width:480px) and (max-width:799px)
{
#top_table { width:480px; height:150px; }
#hal_logo {width:200px; }
#hal_logo_img {width:200px; height:100px; }
#chris_logo {width:280px; }
#chris_logo_img {width:280px; height:45px; }
#main_table {width:480px; }
#menu_table {width:100px; height:392px; }
#textarea1 {width:380px; height:392px; }
#textarea2 {width:380px; }
#bottom_table {width:425px; }
#chris_logo2 {width:172px; }
#chris_logo2_img {width:141px; height:136px; }
#textarea3 {width:width:225px; }
#menu_table {display: none; }
.menu {
	display:block;
	float:left;
	list-style:none;
}

.menu .mi a{
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

.menu a{
	font-size:16px;
	padding: 16px 30px;
}

.menu a:hover{
	color:#228B22;
}
}
@media screen and (max-width:479px)
{
#chris_logo {display: none; }
#people {display: none; }
#menu_table {display: none; }
.menu {
	float:left;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.menu .mi a{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

.menu a{
	font-size:16px;
	padding: 16px 30px;
}

.menu a:hover{
	color:#228B22;
}
}
