/* style sheet file for shuji sushi website --*/

* {
	padding: 0;
	margin: 0;
}
 
body {
	color: white;
	background-color: black;
}   

html {
	margin: 0 auto;
}
a {
		text-decoration: none;
		color:white;
	}

h3 {
	border-bottom: 1px solid red;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	color: red;
}

img {
	border: 0;
}	
em {
	color: red;
	}	


#container {
	width: 720px;
	margin:0 auto; 
	}
		
#menubar li{
	padding: 0 10px;
	list-style: none;
	}	
	
#content {
	clear: left;}
			
#shoplist {
	width: 720px;}	
	
#shoplist ol {
	list-style: none;
	}
	
#shoplist ol li {	
	padding-left: 0;
	width: 350px;
	height: 100px;
	float: left;
	padding-bottom: 10px;
}	
	
#shoplist ol li img {
		width: 113px;
		height:75px;
		margin-right: 20px;
		margin-bottom: 25px;
		float: left;
	}		
		
#shoplist ol li p {
		margin: 0;
		clear: right;}		

#footer {
	padding-top: 70px;
	clear: both;
	height: 200px;
	text-align: center;}
	
#footer p {
}	

#address_info {
	float: left;
	width: 180px;
	padding: 10px;
	display: inline;
}

#shop_gallery {
	width: 500px;
	margin-left: 200px;

}

#google_map {
	width: 500px;
	margin-left: 200px;

}
#shop_gallery ol {
	padding: 10px;
	border: 1px solid red;
}

#shop_gallery ol li {
	display: inline;
}

/* try to fix the menu bar issue */
table {
	margin: 0 auto;
}