@charset "utf-8";
/*

	Theme Name: AMA Ristorante Tuscana
	Theme URI: http://www.savorybyte.com/
	Description: Resturant Website - home page only
	Version: 1.0
	Author: Jason M Hanrahan
	Author URI: http://savorybyte.com/


*/

	#container {
		background: url('../img/homepg_bg.png') left center no-repeat;
	}
	
	#home_content p {
		color: #efefef;
		margin: 5px 10px;
		
	}
	
	#home_content h3 {
		font: italic 12px Georgia, "Times New Roman", Times, serif;
		margin: 10px 10px;
		font-weight: bold;
		text-align: left;
		color: #c6aa7a;
	}
	
	#home_content img {
		background-color:#600000;
		display:block;  
		padding:4px;
		border: 1px #410002 solid;	
		margin:0 15px 0px 15px;	
	}



/* @end */

