@charset "utf-8";
/* CSS Document */

#container {
width: 970px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 5px;
padding-right: 5px;
overflow: hidden;
}
#top_border {
	background-color: #CC0033;
	height: 3px;
	width: 964px;
	margin-bottom: 6px;
	margin-left: 3px;
}
#header {
	height: 250px;
	width: 964px;
	margin-left: 3px;
}
#row1 {
	height: 26px;
	width: 964px;
	font-family: Calibri;
	text-align: center;
	font-style: italic;
	padding-top: 4px;
	margin-top: 6px;
	margin-left: 3px;
	background-color: #CC0033;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
#row_buttons {
	height: 175px;
	width: 970px;
}
#title {
	font-family: Calibri;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
#subtitle {
	font-family: Calibri;
	font-size: 15px;
	text-align: center;
	color: #006699;
}


#left_container {
	float: left;
	height: 175px;
	width: 388px;
}
#ice_cream_button {
	float: left;
	height: 175px;
	width: 188px;
	margin-left: 3px;
}

#milk_products_button {
	float: right;
	height: 175px;
	width: 188px;
	margin-right: 3px;
}

#right_container {
	float: right;
	height: 175px;
	width: 582px;
}
#fam_rest_button {
	float: left;
	height: 175px;
	width: 188px;
	margin-left: 3px;
}

#right_right_container {
	float: right;
	height: 175px;
	width: 388px;
}
#about_us_button {
	float: left;
	height: 175px;
	width: 188px;
	margin-left: 3px;
	background-color: #D1E5F4;
}

#contact_us_button {
	float: right;
	height: 175px;
	width: 188px;
	margin-right: 3px;
}
#news_row {
	height: 30px;
	width: 964px;
	font-family: "OCR A Extended";
	text-align: center;
	padding-top: 10px;
	margin-top: 6px;
	margin-left: 3px;
	background-color: #3399CC;
	font-style: normal;
	color: #FFFFFF;
}




#footer {
	background-color: #FFFFFF;
	height: 50px;
	width: 964px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC0033;
	float: left;
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #006699;
	margin-top: 6px;
	margin-left: 3px;
}
#copyright_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

