/*Unstyle*/
a img{
	border:none;
}
/*Style*/
html {
	overflow: auto;
}

html, body {
	text-align: center;
	}

body {
	background: url('images/tile.jpg'); 
	text-align: center;
	}
	
h2 {
	color: #7b425a; 
	text-align: left; 
	font-family: "Calisto MT"; 
	font-style: italic; 
	font-size: 140%;
	
	}
	
h3 {
	color: #7b425a; 
	text-align: left; 
	font-family: "Calisto MT"; 
	font-style: italic; 
	font-size: 110%;
	
	}
	
p {
	color: #000; 
	text-align: justify; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 100%;
	}

a {
	color: #FFF; 
	text-decoration: none;
	}

p a{
	color:#7b425a;
	text-decoration: none;
	}
	
	
a:hover {
	color: #CCCCCC; 
	text-decoration: underline;
	}

p a:hover {
	color: #666; 
	text-decoration: underline;
	}

.title {
	background-color: #7b425a;
	width: 800px; 
	height: 172px; 
	text-align: left;
	}
	
.menu_item {
	text-decoration: none; 
	color: #afa870;
	font-size: 80%;
	}
	
.menu_item:hover { color: #FFFFFF;}

.special_offer {
	margin: 15px;
	padding:5px;
	border: groove #7B425A 3px;
}

.content {
	background: #FFF; 
	padding: 5px;
	}
	
.content table tr td { padding: 5px; }

.footer {
	background: #7b425a url('images/footer_banner.jpg') center no-repeat; 
	height: 150px; 
	text-align: center;
	}
	
.footer p { text-align: center; }
.footer_center	{
	text-align: center; 
	color: #000;
	}
.footer a { color: #000; }