/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #330066;
}
A:link {
	color: #990066;
	text-decoration: underline;
}
A:visited {
	color: #990066;
	text-decoration: underline;
}
A:active {
	color: #990066;
	text-decoration: underline;
}
A:hover {
	color: #FF66CC;
	text-decoration: underline;
}
body {
	margin: 0px 0px 0px;
	background-color: #FFFF99;
}
.small {
	font-size: smaller;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.full {
	width: 100%;
}
.form {
	background-color: #F5F5F5;
	border-bottom: #000000 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #000000 1px solid;
	font-size: 12px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
.form A:link {
	color: #006699;
	text-decoration: underline;
}
.form A:visited {
	color: #006699;
	text-decoration: underline;
}
.form A:active {
	color: #006699;
	text-decoration: underline;
}
.form A:hover {
	color: #0DA3C8;
	text-decoration: underline;
}
.fieldlabel {
	font-size: 12px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}
.fieldcell {
	font-size: 12px;
	width: 211px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.fieldcellvercode {
	font-size: 12px;
	width: 160px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.button {
	font-size: 13px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #990066;
	margin-top: 10px;
}
.tour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #330066;
	text-align: center;
	vertical-align: top;
	width: 600px;
	height: 315px;
	border: #CCCCCC 2px solid;
}
td.rightalign{
	text-align: right;
}
hr.line {
	border-bottom-width: thin;
	border-bottom-color: #330033;
	border-bottom-style: solid;
	width: 200px;
	text-align: left;
	float: left;
	margin-top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	color: #330066;
	text-align: center;
	background: transparent;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	color: #330066;
	text-align: center;
	background: transparent;
}
img.logo {
	border: none;
	width: 500px;
	height: 96px;
}
img.ok {
	 width: 40px;
	 height: 40px;
	 border: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 margin-left: 0px;
	 margin-right: 5px;
	 vertical-align: middle;
}
img.flags {
	border: none;
	width: 35px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
img.map {
	border: none;
	width: 600px;
	height: 450px;
}
img.photo {
	border: none;
}
img.thumb {
	border: none;
	width: 300px;
	height: 200px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
img.thumb2 {
	border: none;
	width: 200px;
	height: 267px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
img.thumbleft {
	border: none;
	width: 300px;
	height: 200px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	float: left;
}
img.thumbright {
	border: none;
	width: 300px;
	height: 200px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	float: right;
}
img.vercode {
	width: 40px;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	vertical-align: bottom;
}
#bgleft {
	background-image: url(http://www.restaurantlapaloma.com/images/bgleft.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#bgright {
	background-image: url(http://www.restaurantlapaloma.com/images/bgright.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#menu {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#menu ul {
	margin-left: 0px;
	list-style: none;
	text-align: center;
	margin-right: 0px;
}
#menu li {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}
#menu a {
	float: none;
	background-color: #990066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #330066;
	text-decoration: none;
	background-color: #FF66CC;
}
td.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
}
td.content A:link {
	color: #990066;
	text-decoration: underline;
}
td.content A:visited {
	color: #990066;
	text-decoration: underline;
}
td.content A:active {
	color: #990066;
	text-decoration: underline;
}
td.content A:hover {
	color: #FF66CC;
	text-decoration: underline;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}
#content A:link {
	color: #990066;
	text-decoration: underline;
}
#content A:visited {
	color: #990066;
	text-decoration: underline;
}
#content A:active {
	color: #990066;
	text-decoration: underline;
}
#content A:hover {
	color: #FF66CC;
	text-decoration: underline;
}
#contentcenter {
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	text-align: center;
}
#contentcenter A:link {
	color: #990066;
	text-decoration: underline;
}
#contentcenter A:visited {
	color: #990066;
	text-decoration: underline;
}
#contentcenter A:active {
	color: #990066;
	text-decoration: underline;
}
#contentcenter A:hover {
	color: #FF66CC;
	text-decoration: underline;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #330066;
	text-align: center;
}
#footer A:link {
	color: #990066;
	text-decoration: underline;
}
#footer A:visited {
	color: #990066;
	text-decoration: underline;
}
#footer A:active {
	color: #990066;
	text-decoration: underline;
}
#footer A:hover {
	color: #FF66CC;
	text-decoration: underline;
}