/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: url(images/body-bg.jpg);
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 933px;
 height: 511px;
 background: url(images/header-bg.jpg) bottom no-repeat;
 text-align: left;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 933px;
 text-align: left;
}
#content-left {
 width: 26px;
 background: url(images/content-left-border.jpg) top repeat-y;
}
#content-right {
 width: 32px;
 background: url(images/content-right-border.jpg) top repeat-y;
}
#content-bottom {
 width: 933px;
 height: 20px;
 background: url(images/content-bottom-border.jpg) top repeat-x;
}
td#nav {
 margin: 0px;
 padding: 0px;
 text-align: center;
 background: url(images/nav-bg.jpg) repeat-x;
}
#nav a {
 display: block;
 height: 19px;
 padding: 10px 8px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}
#nav a:hover {
 background: url(images/nav-bg-over.jpg) repeat-x;
}
a#florida:hover {
 background: url(images/flag-Florida.jpg) center repeat-x;
}
a#mexico:hover {
 background: url(images/flag-Mexico.jpg) center repeat-x;
}
a#belize:hover {
 background: url(images/flag-Belize.jpg) center repeat-x;
}
a#costa-rica:hover {
 background: url(images/flag-Costa-Rica.jpg) center repeat-x;
}
a#panama:hover {
 background: url(images/flag-Panama.jpg) center repeat-x;
}
td#left-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 width: 350px;
 background-color: #fff;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 border: 1px solid #ccc;
}
