/* General Styles */

body{
background-color: gray;
}



#container{
  margin: 20px auto;
  width: 568px; /* must give width */
  height: 426px;
  border-color: #f0f2ef;
  border-style: solid;
  border-width: 18px;
}

/* Home Page Styles */

.main_home{
height: 390px;
background-color: #5cc1f1;
}
.food_home{
height: 390px;
background-color: #e3edbb;
}
.bar_home{
height: 390px;
background-color: #dbc45e;
}
.stuff_home{
height: 390px;
background-color: #68c4d3;
}


/* Navigation Styles*/

#nav{
height: 145px;
}


/* Stuff style */
/*
#SContent {
	min-height: 300px;
	height: 375px;
	border-left-color: white;
	border-left-style: solid;
	padding: 20px;
	margin: 0px;
}*/
#Stuff_Content {
float: left;
padding: 17px 0 0 30px;
}

#Stuff_Content .images {
	padding: 10px;
}

#Stuff_Content .bump {
	padding: 10px;
	margin-left: 3px;
}

.movie{
float: right;
padding: 20px 30px 0 0;
}