/* ===========================================
    CSS STYLES FOR ZAMPARELLI'S ITALIAN BISTRO
   =========================================== */   


/* PAGE ELEMENTS */

#welcome {
	background-image: url(../images/home/home_welcome.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	width: 583px;
	padding-top: 10px;
	padding-bottom: 8px;
}

#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 8px;
	margin-left: 40px;
}

/* HTML TAGS */

h2 {
	font-family: "Arial Black", "Arial Bold", sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 16px;
	margin-left: 40px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 6px;
	margin-left: 40px;
}

/* CLASSES */

.divider {
	background-image: url(../images/home/home_divider.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin: 0px;
	height: 30px;
	width: 583px;
}
