﻿body, html, form 
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body 
{
	background: #BD0000 url(Images/bodyBg.jpg) repeat-x;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
}
a:link, a:visited 
{
	color: #FFF;
	text-decoration: none;
}
a:hover 
{
	color: orange;
	text-decoration: underline;
}
.photo
{
	float: left;
	width: 450px;
	height: 300px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: solid 2px #FFF;
}
.column
{
	
	float: left;
	width: 290px;
	height: 230px;
	margin-right: 15px;
}
.columnBebida
{
	float: left;
	width: 260px;
	margin-right: 45px;
	margin-bottom: 20px;
}
.description
{
	float: left;
	margin-top: 6px;
	width: 208px;
	font-family: Arial;
	color: White;
	font-size: 18px;
	font-weight: bold;
}
.descriptionBebida
{
	margin-top: 13px;
	width: 208px;
	font-family: Arial;
	color: White;
	font-size: 18px;
	font-weight: bold;
}
.price
{
	float: right;
	text-align: right;
	width: 80px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
}
.copyrightImage 
{
	position: relative;
	top: -230px; 
	padding-top: 150px;
	height: 30px;
	padding-left: 8px;
	color:#FFF;
	font-weight: bold;
	background-image:url(Images/copyright_protected.gif);
}
