/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
A:link {
	color: #000;
	text-decoration: underline;
}
A:visited {
	color: #000;
	text-decoration: underline;
}
A:active {
	color: #000;
	text-decoration: underline;
}
A:hover {
	color: Gray;
	text-decoration: underline;
}
body {
	margin: 0px 0px 0px;
	background-color: White;
	background-image: url(http://www.charliezpuertorico.com/images/bgmain.jpg);
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
}
.menu A:link {
	color: #000;
	text-decoration: underline;
}
.menu A:visited {
	color: #000;
	text-decoration: underline;
}
.menu A:active {
	color: #000;
	text-decoration: underline;
}
.menu A:hover {
	color: Gray;
	text-decoration: underline;
}
.small {
	font-size: smaller;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.full {
	width: 100%;
}
.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: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: Black;
	margin-top: 10px;
}
.tour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	text-align: center;
	vertical-align: top;
	width: 500px;
	height: 265px;
	border: #CCCCCC 2px solid;
}
td.rightalign{
	text-align: right;
}
hr.line {
	border-bottom-width: thin;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	width: 200px;
	text-align: left;
	float: left;
	margin-top: 5px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	font-style: italic;
	color: #000;
	text-align: center;
}
img.logo {
	border: none;
	width: 790px;
	height: 120px;
}
img.map {
	border: none;
	width: 600px;
	height: 418px;
}
img.photo {
	border: none;
}
img.thumb {
	border: none;
	width: 250px;
	height: 188px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
img.vercode {
	width: 40px;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	vertical-align: bottom;
}
#menu {
	width: 100%;
	text-align: center;
}
#menu ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#menu li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
#menu a {
	float: none;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: Gray;
}
#content {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}
#content A:link {
	color: #000;
	text-decoration: underline;
}
#content A:visited {
	color: #000;
	text-decoration: underline;
}
#content A:active {
	color: #000;
	text-decoration: underline;
}
#content A:hover {
	color: Gray;
	text-decoration: underline;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
	color: #000;
	text-align: center;
}
#footer A:link {
	color: #000;
	text-decoration: underline;
}
#footer A:visited {
	color: #000;
	text-decoration: underline;
}
#footer A:active {
	color: #000;
	text-decoration: underline;
}
#footer A:hover {
	color: Gray;
	text-decoration: underline;
}