@charset "utf-8";
/*
body {
	font: "Papyrus", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: ##C90;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	color: #000000;
}

#container {
	width: 480px;  
	height: 480px;
	background: #C90;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. 
	font-family: "Papyrus", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0;
}
*/
#mainContent {
	padding: 20px;
	background-color: #C90;
	margin: 20px;
}
.address {
	text-align:center;
	line-height: 5px;
}
.left {
	text-align:left;
}
.cafe  {
	text-align:center;
	font-size: 24px;
}	
.pitas {
	text-indent: 100px;
	text-align:left;
	line-height: 2px;
	font-size: 12px;
}
.error {
	text-indent: 100px;
	text-align:left;
	line-height: 2px;
	font-size: 10px;
	color:#F00;
}
