/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
}

a:link {
	color: #016006;
	text-decoration: underline;	
}

h1 {
	display: none; 
/*	font-size: 18px;
	font-weight: normal;
	text-align: left;*/
}

h2 {
	font-weight: normal;
	font-size: 16px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
}

h4 {
	font-weight: normal;
}

h5 {
	font-weight: normal;
}

#container {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
	

#content {
	width: 100%;
	text-align: left;
}

#header, #nav, #footer, .restShopImg {
	display: none;
}
