header {

}

body {
	background-image: url(images/newyork.jpg);
	background-size: 2000px;
	background-repeat: no-repeat;
}

a:link {
	text-decoration: none;
	color: white;
}

a:visited{
	color: white;
    text-decoration: none;
}
a:hover{
	color:antiquewhite;
}

#navlist{
	background-color: #be1e2d;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	min-width: 1050px;
}


#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 40px;
	text-align: center;
	font-size: 16px;
}

#navlist a:link{
    text-decoration: none;
    color: white;
}
    
#navlist a:visited{
    color: white;
    text-decoration: none;
}

#navlist a:hover{
    color:antiquewhite;
}

#box1
{
	background-color: #d7e4c2;
	padding: 15px;
	text-align: center;
	overflow:hidden;
}

.main_image {
	width: 100%;
	display: block;
	height: auto;
}
#box2 {
	width: 35%;
	height: auto;
	float: left;
	margin-right: 20px;
	
}

#box1 #Button {
	text-align: center;
}
.buttons {
	float: none;
	position: relative;
	background-color: #8a8c8f;
	padding: 2px;
}
.nav_button {
	height: 20px;
	width: 200px;
	background-color: #BE1E2D;
	padding: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
#footer{
	display: block;
	position: relative;
	background-color: #8a8c8f;
	text-align: center;
	color: lightgray;
	padding: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
