/* basic elements */
body { 
	font: 8pt/16pt georgia;  
	}

p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	padding: 0px 100px 0px 50px;

h1 { 
	font: italic normal 24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px;

	}

h2 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px;
	padding: 0px 200px 0px 120px;
	text-align: justify;
	}

h3 { 
	font: italic normal 16pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px;
	}

h4 { 
	font: bold 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px;
	padding: 0px 0px 0px 20px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #000000;
	}

a:hover, a:active { 
	text-decoration: overline;
	color: #000000;
	}
	
/* specific divs */	

#container { 
	background: url(http://www.geocities.com/sassyconnoisseur/zen-bg.jpg) no-repeat top left; 
	padding: 0px 175px 0px 10px;  
	margin: 0px; 
	}
	
.contact {
	font: italic 8pt georgia;
	margin-top: 0px; 
	text-align: right;
	padding: 20px 0px 0px 0px;

.review {  
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; margin-right: 200px; margin-left: 50px
	}

.restaurant {  
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; margin-right: 50px; margin-left: 50px
	}
